COLOR #E99DD2

HEX: #E99DD2
RGB: (233,157,210)

Color info

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

RGB color model

#E99DD2 color RGB value is (233,157,210).

  • red value is 233;
  • green value is 157;
  • blue value is 210.
RGB:
(233,157,210)
(91%,62%,82%)

RGB channels and saturation

R 233 of 255 = 91%
G 157 of 255 = 62%
B 210 of 255 = 82%

233
157
210

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

Portions of RGB colors in percentages

R + G + B =
233 + 157 + 210 = 600 (100%)
R 233 of 600 ~ 38.83%
G 157 of 600 ~ 26.17%
B 210 of 600 ~ 35%

%38.83
%26.17
%35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.62%
  • yellow value is 9.87%
  • key color value is 8.63%
CMYK:
(0,33,10,9)
C0M33Y10K9 
(0%,33%,10%,9%)
(0.00/0.33/0.10/0.09)	

CMYK percentages

%0
%32.62
%9.87
%8.63

Codes

Color #E99DD2 in popluar color models

E99DD2
RGB233157210
HSL318°63.33%76.47%
HSB/HSV318°32.62%91.37%
CMYK0.00%32.62%9.87%
8.63%

Color #E99DD2 in popluar number systems.

HEXE99DD2
Decimal233157210
Binary111010011001110111010010
Octal351235322

Shades and tints

Shades of #E99DD2

#E99DD2
(233,157,210)
#D48FBF
(212,143,191)
#BF81AC
(191,129,172)
#AA7399
(170,115,153)
#956586
(149,101,134)
#805773
(128,87,115)
#6B4960
(107,73,96)
#563B4D
(86,59,77)
#412D3A
(65,45,58)
#2C1F27
(44,31,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #E99DD2

#E99DD2
(233,157,210)
#EBA5D6
(235,165,214)
#EDADDA
(237,173,218)
#EFB5DE
(239,181,222)
#F1BDE2
(241,189,226)
#F3C5E6
(243,197,230)
#F5CDEA
(245,205,234)
#F7D5EE
(247,213,238)
#F9DDF2
(249,221,242)
#FBE5F6
(251,229,246)
#FDEDFA
(253,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E99DD2; }

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

This text font color is #E99DD2.


Background Color

.myBgColor { background-color: #E99DD2; }

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

This div background color is #E99DD2.


Border color

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

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

This div border color is #E99DD2.


Opacity

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

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

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

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

This text has shadow with #E99DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99DD2 on black background.


Color preview on white background

This text has color #E99DD2 on white background.



Black color preview on #E99DD2 background

This text has black color on #E99DD2 background.


White color preview on #E99DD2 background

This text has white color on #E99DD2 background.