COLOR #E99DCE

HEX: #E99DCE RGB: (233,157,206)

Color info

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

RGB color model

#E99DCE color RGB value is (233,157,206).

RGB: (233,157,206) (91%, 62%, 81%)

RGB channels and saturation

R 233 of 255 = 91%
G 157 of 255 = 62%
B 206 of 255 = 81%

233
157
206

R + G + B ~ 78%. #E99DCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 157 + 206 = 596 (100%)
R 233 of 596 ~ 39.09%
G 157 of 596 ~ 26.34%
B 206 of 596 ~ 34.56'%

%39.09
%26.34
%34.56

CMYK color model

#E99DCE color CMYK value is (0,33,12,9).

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 11.59%
  • key color value is 8.63%

CMYK: (0,33,12,9)
C0M33Y12K9 (0%, 33%, 12%, 9%)
(0.00 / 0.33 / 0.12 / 0.09)

CMYK percentages

%0
%32.62
%11.59
%8.63

Codes

Color #E99DCE in popluar color models

E9 9D CE
RGB 233 157 206
HSL 321° 63.33% 76.47%
HSB/HSV 321° 32.62% 91.37%
CMYK 0.00% 32.62% 11.59%
8.63%

Color #E99DCE in popluar number systems.

HEX E9 9D CE
Decimal 233 157 206
Binary 11101001 10011101 11001110
Octal 351 235 316

Shades and tints

Shades of #E99DCE

#E99DCE
(233,157,206)
#D48FBC
(212,143,188)
#BF81AA
(191,129,170)
#AA7398
(170,115,152)
#956586
(149,101,134)
#805774
(128,87,116)
#6B4962
(107,73,98)
#563B50
(86,59,80)
#412D3E
(65,45,62)
#2C1F2C
(44,31,44)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #E99DCE

#E99DCE
(233,157,206)
#EBA5D2
(235,165,210)
#EDADD6
(237,173,214)
#EFB5DA
(239,181,218)
#F1BDDE
(241,189,222)
#F3C5E2
(243,197,226)
#F5CDE6
(245,205,230)
#F7D5EA
(247,213,234)
#F9DDEE
(249,221,238)
#FBE5F2
(251,229,242)
#FDEDF6
(253,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E99DCE color. Also use rgb(233,157,206) instead hex code.

Text Font Color

.myTextColor { color: #E99DCE; }

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

This text font color is #E99DCE.

Background Color

.myBgColor { background-color: #E99DCE; }

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

This div background color is #E99DCE.

Border color

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

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

This div border color is #E99DCE.

Opacity

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

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

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

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

This text has shadow with #E99DCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99DCE.

Preview

Color preview on black background

This text has color #E99DCE on black background.


Color preview on white background

This text has color #E99DCE on white background.


Black color preview on #E99DCE background

This text has black color on #E99DCE background.


White color preview on #E99DCE background

This text has white color on #E99DCE background.


Related colors

Complementary color

Complementary color for #hex is #166231.


I love getcolorcode.com

Triadic colors

1 #CEE99D and #9DCEE9 with #E99DCE are triadic colors.

2 #CE9DE9 and #9DE9CE with #E99DCE are triadic colors.