COLOR #E79FD8

HEX: #E79FD8
RGB: (231,159,216)

Color info

#E79FD8 contains mainly red and blue colors. Web safe color of #E79FD8 is #FF99CC (or #F9C).

RGB color model

#E79FD8 color RGB value is (231,159,216).

  • red value is 231;
  • green value is 159;
  • blue value is 216.
RGB:
(231,159,216)
(91%,62%,85%)

RGB channels and saturation

R 231 of 255 = 91%
G 159 of 255 = 62%
B 216 of 255 = 85%

231
159
216

R + G + B ~ 79%. #E79FD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 159 + 216 = 606 (100%)
R 231 of 606 ~ 38.12%
G 159 of 606 ~ 26.24%
B 216 of 606 ~ 35.64%

%38.12
%26.24
%35.64

CMYK color model

#E79FD8 color CMYK value is (0,31,6,9).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 6.49%
  • key color value is 9.41%
CMYK:
(0,31,6,9)
C0M31Y6K9 
(0%,31%,6%,9%)
(0.00/0.31/0.06/0.09)	

CMYK percentages

%0
%31.17
%6.49
%9.41

Codes

Color #E79FD8 in popluar color models

E79FD8
RGB231159216
HSL313°60.00%76.47%
HSB/HSV313°31.17%90.59%
CMYK0.00%31.17%6.49%
9.41%

Color #E79FD8 in popluar number systems.

HEXE79FD8
Decimal231159216
Binary111001111001111111011000
Octal347237330

Shades and tints

Shades of #E79FD8

#E79FD8
(231,159,216)
#D291C5
(210,145,197)
#BD83B2
(189,131,178)
#A8759F
(168,117,159)
#93678C
(147,103,140)
#7E5979
(126,89,121)
#694B66
(105,75,102)
#543D53
(84,61,83)
#3F2F40
(63,47,64)
#2A212D
(42,33,45)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #E79FD8

#E79FD8
(231,159,216)
#E9A7DB
(233,167,219)
#EBAFDE
(235,175,222)
#EDB7E1
(237,183,225)
#EFBFE4
(239,191,228)
#F1C7E7
(241,199,231)
#F3CFEA
(243,207,234)
#F5D7ED
(245,215,237)
#F7DFF0
(247,223,240)
#F9E7F3
(249,231,243)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E79FD8 color. Also use rgb(231,159,216) instead hex code.

Text Font Color

.myTextColor { color: #E79FD8; }

<p style="color:#E79FD8">This sample text font color is #E79FD8.</p>

This text font color is #E79FD8.


Background Color

.myBgColor { background-color: #E79FD8; }

<div style="background-color:#E79FD8">Inner text</div>

This div background color is #E79FD8.


Border color

.myBorderColor { border: 1px solid #E79FD8; }

<div style="border:3px solid #E79FD8">Div</div>

This div border color is #E79FD8.


Opacity

.myOpacity80 { color: #E79FD8; opacity: 0.8; }

<p style="color:#E79FD8;opacity:0.8;">80%</p>

Text with #E79FD8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E79FD8;}

<p style="text-shadow: 3px 3px 1px #E79FD8">Text here.</p>

This text has shadow with #E79FD8 color.

.textShadow {text-shadow: 3px 3px 1px #E79FD8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E79FD8, 5px 5px 20px red">Text here.</p>

This text has shadow with #E79FD8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E79FD8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E79FD8, Direction=45, Strength=4)">Text</p>

This text has shadow with #E79FD8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E79FD8;
  -webkit-box-shadow:	1px 1px 3px 2px #E79FD8;
  box-shadow:		1px 1px 3px 2px #E79FD8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E79FD8;
-webkit-box-shadow: 1px 1px 3px 2px #E79FD8;
box-shadow:1px 1px 3px 2px #E79FD8;">
Div content here</div>
This div box has shadow with color #E79FD8.

Preview

Color preview on black background

This text has color #E79FD8 on black background.


Color preview on white background

This text has color #E79FD8 on white background.



Black color preview on #E79FD8 background

This text has black color on #E79FD8 background.


White color preview on #E79FD8 background

This text has white color on #E79FD8 background.