COLOR #E99CC5

HEX: #E99CC5
RGB: (233,156,197)

Color info

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

RGB color model

#E99CC5 color RGB value is (233,156,197).

  • red value is 233;
  • green value is 156;
  • blue value is 197.
RGB:
(233,156,197)
(91%,61%,77%)

RGB channels and saturation

R 233 of 255 = 91%
G 156 of 255 = 61%
B 197 of 255 = 77%

233
156
197

R + G + B ~ 76%. #E99CC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 156 + 197 = 586 (100%)
R 233 of 586 ~ 39.76%
G 156 of 586 ~ 26.62%
B 197 of 586 ~ 33.62%

%39.76
%26.62
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.05%
  • 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
%33.05
%15.45
%8.63

Codes

Color #E99CC5 in popluar color models

E99CC5
RGB233156197
HSL328°63.64%76.27%
HSB/HSV328°33.05%91.37%
CMYK0.00%33.05%15.45%
8.63%

Color #E99CC5 in popluar number systems.

HEXE99CC5
Decimal233156197
Binary111010011001110011000101
Octal351234305

Shades and tints

Shades of #E99CC5

#E99CC5
(233,156,197)
#D48EB4
(212,142,180)
#BF80A3
(191,128,163)
#AA7292
(170,114,146)
#956481
(149,100,129)
#805670
(128,86,112)
#6B485F
(107,72,95)
#563A4E
(86,58,78)
#412C3D
(65,44,61)
#2C1E2C
(44,30,44)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #E99CC5

#E99CC5
(233,156,197)
#EBA5CA
(235,165,202)
#EDAECF
(237,174,207)
#EFB7D4
(239,183,212)
#F1C0D9
(241,192,217)
#F3C9DE
(243,201,222)
#F5D2E3
(245,210,227)
#F7DBE8
(247,219,232)
#F9E4ED
(249,228,237)
#FBEDF2
(251,237,242)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E99CC5; }

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

This text font color is #E99CC5.


Background Color

.myBgColor { background-color: #E99CC5; }

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

This div background color is #E99CC5.


Border color

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

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

This div border color is #E99CC5.


Opacity

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

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

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

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

This text has shadow with #E99CC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99CC5 on black background.


Color preview on white background

This text has color #E99CC5 on white background.



Black color preview on #E99CC5 background

This text has black color on #E99CC5 background.


White color preview on #E99CC5 background

This text has white color on #E99CC5 background.