COLOR #E99DC5

HEX: #E99DC5 RGB: (233,157,197)

Color info

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

RGB color model

#E99DC5 color RGB value is (233,157,197).

RGB: (233,157,197) (91%, 62%, 77%)

RGB channels and saturation

R 233 of 255 = 91%
G 157 of 255 = 62%
B 197 of 255 = 77%

233
157
197

R + G + B ~ 77%. #E99DC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 157 + 197 = 587 (100%)
R 233 of 587 ~ 39.69%
G 157 of 587 ~ 26.75%
B 197 of 587 ~ 33.56'%

%39.69
%26.75
%33.56

CMYK color model

#E99DC5 color CMYK value is (0,33,15,9).

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

CMYK: (0,33,15,9)
C0M33Y15K9 (0%, 33%, 15%, 9%)
(0.00 / 0.33 / 0.15 / 0.09)

CMYK percentages

%0
%32.62
%15.45
%8.63

Codes

Color #E99DC5 in popluar color models

E9 9D C5
RGB 233 157 197
HSL 328° 63.33% 76.47%
HSB/HSV 328° 32.62% 91.37%
CMYK 0.00% 32.62% 15.45%
8.63%

Color #E99DC5 in popluar number systems.

HEX E9 9D C5
Decimal 233 157 197
Binary 11101001 10011101 11000101
Octal 351 235 305

Shades and tints

Shades of #E99DC5

#E99DC5
(233,157,197)
#D48FB4
(212,143,180)
#BF81A3
(191,129,163)
#AA7392
(170,115,146)
#956581
(149,101,129)
#805770
(128,87,112)
#6B495F
(107,73,95)
#563B4E
(86,59,78)
#412D3D
(65,45,61)
#2C1F2C
(44,31,44)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #E99DC5

#E99DC5
(233,157,197)
#EBA5CA
(235,165,202)
#EDADCF
(237,173,207)
#EFB5D4
(239,181,212)
#F1BDD9
(241,189,217)
#F3C5DE
(243,197,222)
#F5CDE3
(245,205,227)
#F7D5E8
(247,213,232)
#F9DDED
(249,221,237)
#FBE5F2
(251,229,242)
#FDEDF7
(253,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E99DC5; }

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

This text font color is #E99DC5.

Background Color

.myBgColor { background-color: #E99DC5; }

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

This div background color is #E99DC5.

Border color

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

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

This div border color is #E99DC5.

Opacity

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

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

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

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

This text has shadow with #E99DC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99DC5.

Preview

Color preview on black background

This text has color #E99DC5 on black background.


Color preview on white background

This text has color #E99DC5 on white background.


Black color preview on #E99DC5 background

This text has black color on #E99DC5 background.


White color preview on #E99DC5 background

This text has white color on #E99DC5 background.


Related colors

Complementary color

Complementary color for #hex is #16623A.


I love getcolorcode.com

Triadic colors

1 #C5E99D and #9DC5E9 with #E99DC5 are triadic colors.

2 #C59DE9 and #9DE9C5 with #E99DC5 are triadic colors.