COLOR #E99CD5

HEX: #E99CD5 RGB: (233,156,213)

Color info

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

RGB color model

#E99CD5 color RGB value is (233,156,213).

RGB: (233,156,213) (91%, 61%, 84%)

RGB channels and saturation

R 233 of 255 = 91%
G 156 of 255 = 61%
B 213 of 255 = 84%

233
156
213

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

Portions of RGB colors in percentages

R + G + B = 233 + 156 + 213 = 602 (100%)
R 233 of 602 ~ 38.7%
G 156 of 602 ~ 25.91%
B 213 of 602 ~ 35.38'%

%38.7
%25.91
%35.38

CMYK color model

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

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

CMYK: (0,33,9,9)
C0M33Y9K9 (0%, 33%, 9%, 9%)
(0.00 / 0.33 / 0.09 / 0.09)

CMYK percentages

%0
%33.05
%8.58
%8.63

Codes

Color #E99CD5 in popluar color models

E9 9C D5
RGB 233 156 213
HSL 316° 63.64% 76.27%
HSB/HSV 316° 33.05% 91.37%
CMYK 0.00% 33.05% 8.58%
8.63%

Color #E99CD5 in popluar number systems.

HEX E9 9C D5
Decimal 233 156 213
Binary 11101001 10011100 11010101
Octal 351 234 325

Shades and tints

Shades of #E99CD5

#E99CD5
(233,156,213)
#D48EC2
(212,142,194)
#BF80AF
(191,128,175)
#AA729C
(170,114,156)
#956489
(149,100,137)
#805676
(128,86,118)
#6B4863
(107,72,99)
#563A50
(86,58,80)
#412C3D
(65,44,61)
#2C1E2A
(44,30,42)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #E99CD5

#E99CD5
(233,156,213)
#EBA5D8
(235,165,216)
#EDAEDB
(237,174,219)
#EFB7DE
(239,183,222)
#F1C0E1
(241,192,225)
#F3C9E4
(243,201,228)
#F5D2E7
(245,210,231)
#F7DBEA
(247,219,234)
#F9E4ED
(249,228,237)
#FBEDF0
(251,237,240)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E99CD5; }

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

This text font color is #E99CD5.

Background Color

.myBgColor { background-color: #E99CD5; }

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

This div background color is #E99CD5.

Border color

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

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

This div border color is #E99CD5.

Opacity

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

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

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

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

This text has shadow with #E99CD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E99CD5.

Preview

Color preview on black background

This text has color #E99CD5 on black background.


Color preview on white background

This text has color #E99CD5 on white background.


Black color preview on #E99CD5 background

This text has black color on #E99CD5 background.


White color preview on #E99CD5 background

This text has white color on #E99CD5 background.


Related colors

Complementary color

Complementary color for #hex is #16632A.


I love getcolorcode.com

Triadic colors

1 #D5E99C and #9CD5E9 with #E99CD5 are triadic colors.

2 #D59CE9 and #9CE9D5 with #E99CD5 are triadic colors.