COLOR #E99FD5

HEX: #E99FD5 RGB: (233,159,213)

Color info

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

RGB color model

#E99FD5 color RGB value is (233,159,213).

RGB: (233,159,213) (91%, 62%, 84%)

RGB channels and saturation

R 233 of 255 = 91%
G 159 of 255 = 62%
B 213 of 255 = 84%

233
159
213

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

Portions of RGB colors in percentages

R + G + B = 233 + 159 + 213 = 605 (100%)
R 233 of 605 ~ 38.51%
G 159 of 605 ~ 26.28%
B 213 of 605 ~ 35.21'%

%38.51
%26.28
%35.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 8.58%
  • key color value is 8.63%

CMYK: (0,32,9,9)
C0M32Y9K9 (0%, 32%, 9%, 9%)
(0.00 / 0.32 / 0.09 / 0.09)

CMYK percentages

%0
%31.76
%8.58
%8.63

Codes

Color #E99FD5 in popluar color models

E9 9F D5
RGB 233 159 213
HSL 316° 62.71% 76.86%
HSB/HSV 316° 31.76% 91.37%
CMYK 0.00% 31.76% 8.58%
8.63%

Color #E99FD5 in popluar number systems.

HEX E9 9F D5
Decimal 233 159 213
Binary 11101001 10011111 11010101
Octal 351 237 325

Shades and tints

Shades of #E99FD5

#E99FD5
(233,159,213)
#D491C2
(212,145,194)
#BF83AF
(191,131,175)
#AA759C
(170,117,156)
#956789
(149,103,137)
#805976
(128,89,118)
#6B4B63
(107,75,99)
#563D50
(86,61,80)
#412F3D
(65,47,61)
#2C212A
(44,33,42)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #E99FD5

#E99FD5
(233,159,213)
#EBA7D8
(235,167,216)
#EDAFDB
(237,175,219)
#EFB7DE
(239,183,222)
#F1BFE1
(241,191,225)
#F3C7E4
(243,199,228)
#F5CFE7
(245,207,231)
#F7D7EA
(247,215,234)
#F9DFED
(249,223,237)
#FBE7F0
(251,231,240)
#FDEFF3
(253,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E99FD5; }

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

This text font color is #E99FD5.

Background Color

.myBgColor { background-color: #E99FD5; }

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

This div background color is #E99FD5.

Border color

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

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

This div border color is #E99FD5.

Opacity

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

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

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

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

This text has shadow with #E99FD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99FD5.

Preview

Color preview on black background

This text has color #E99FD5 on black background.


Color preview on white background

This text has color #E99FD5 on white background.


Black color preview on #E99FD5 background

This text has black color on #E99FD5 background.


White color preview on #E99FD5 background

This text has white color on #E99FD5 background.


Related colors

Complementary color

Complementary color for #hex is #16602A.


I love getcolorcode.com

Triadic colors

1 #D5E99F and #9FD5E9 with #E99FD5 are triadic colors.

2 #D59FE9 and #9FE9D5 with #E99FD5 are triadic colors.