COLOR #E99FD9

HEX: #E99FD9
RGB: (233,159,217)

Color info

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

RGB color model

#E99FD9 color RGB value is (233,159,217).

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

RGB channels and saturation

R 233 of 255 = 91%
G 159 of 255 = 62%
B 217 of 255 = 85%

233
159
217

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

Portions of RGB colors in percentages

R + G + B =
233 + 159 + 217 = 609 (100%)
R 233 of 609 ~ 38.26%
G 159 of 609 ~ 26.11%
B 217 of 609 ~ 35.63%

%38.26
%26.11
%35.63

CMYK color model

#E99FD9 color CMYK value is (0,32,7,9).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 6.87%
  • key color value is 8.63%
CMYK:
(0,32,7,9)
C0M32Y7K9 
(0%,32%,7%,9%)
(0.00/0.32/0.07/0.09)	

CMYK percentages

%0
%31.76
%6.87
%8.63

Codes

Color #E99FD9 in popluar color models

E99FD9
RGB233159217
HSL313°62.71%76.86%
HSB/HSV313°31.76%91.37%
CMYK0.00%31.76%6.87%
8.63%

Color #E99FD9 in popluar number systems.

HEXE99FD9
Decimal233159217
Binary111010011001111111011001
Octal351237331

Shades and tints

Shades of #E99FD9

#E99FD9
(233,159,217)
#D491C6
(212,145,198)
#BF83B3
(191,131,179)
#AA75A0
(170,117,160)
#95678D
(149,103,141)
#80597A
(128,89,122)
#6B4B67
(107,75,103)
#563D54
(86,61,84)
#412F41
(65,47,65)
#2C212E
(44,33,46)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #E99FD9

#E99FD9
(233,159,217)
#EBA7DC
(235,167,220)
#EDAFDF
(237,175,223)
#EFB7E2
(239,183,226)
#F1BFE5
(241,191,229)
#F3C7E8
(243,199,232)
#F5CFEB
(245,207,235)
#F7D7EE
(247,215,238)
#F9DFF1
(249,223,241)
#FBE7F4
(251,231,244)
#FDEFF7
(253,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99FD9 color. Also use rgb(233,159,217) instead hex code.

Text Font Color

.myTextColor { color: #E99FD9; }

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

This text font color is #E99FD9.


Background Color

.myBgColor { background-color: #E99FD9; }

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

This div background color is #E99FD9.


Border color

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

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

This div border color is #E99FD9.


Opacity

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

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

Text with #E99FD9 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 #E99FD9;}

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

This text has shadow with #E99FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99FD9 on black background.


Color preview on white background

This text has color #E99FD9 on white background.



Black color preview on #E99FD9 background

This text has black color on #E99FD9 background.


White color preview on #E99FD9 background

This text has white color on #E99FD9 background.