COLOR #E99ED2

HEX: #E99ED2
RGB: (233,158,210)

Color info

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

RGB color model

#E99ED2 color RGB value is (233,158,210).

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

RGB channels and saturation

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

233
158
210

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

Portions of RGB colors in percentages

R + G + B =
233 + 158 + 210 = 601 (100%)
R 233 of 601 ~ 38.77%
G 158 of 601 ~ 26.29%
B 210 of 601 ~ 34.94%

%38.77
%26.29
%34.94

CMYK color model

#E99ED2 color CMYK value is (0,32,10,9).

  • cyan value is 0.00%
  • magenta value is 32.19%
  • yellow value is 9.87%
  • key color value is 8.63%
CMYK:
(0,32,10,9)
C0M32Y10K9 
(0%,32%,10%,9%)
(0.00/0.32/0.10/0.09)	

CMYK percentages

%0
%32.19
%9.87
%8.63

Codes

Color #E99ED2 in popluar color models

E99ED2
RGB233158210
HSL318°63.03%76.67%
HSB/HSV318°32.19%91.37%
CMYK0.00%32.19%9.87%
8.63%

Color #E99ED2 in popluar number systems.

HEXE99ED2
Decimal233158210
Binary111010011001111011010010
Octal351236322

Shades and tints

Shades of #E99ED2

#E99ED2
(233,158,210)
#D490BF
(212,144,191)
#BF82AC
(191,130,172)
#AA7499
(170,116,153)
#956686
(149,102,134)
#805873
(128,88,115)
#6B4A60
(107,74,96)
#563C4D
(86,60,77)
#412E3A
(65,46,58)
#2C2027
(44,32,39)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #E99ED2

#E99ED2
(233,158,210)
#EBA6D6
(235,166,214)
#EDAEDA
(237,174,218)
#EFB6DE
(239,182,222)
#F1BEE2
(241,190,226)
#F3C6E6
(243,198,230)
#F5CEEA
(245,206,234)
#F7D6EE
(247,214,238)
#F9DEF2
(249,222,242)
#FBE6F6
(251,230,246)
#FDEEFA
(253,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E99ED2; }

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

This text font color is #E99ED2.


Background Color

.myBgColor { background-color: #E99ED2; }

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

This div background color is #E99ED2.


Border color

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

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

This div border color is #E99ED2.


Opacity

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

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

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

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

This text has shadow with #E99ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E99ED2 on black background.


Color preview on white background

This text has color #E99ED2 on white background.



Black color preview on #E99ED2 background

This text has black color on #E99ED2 background.


White color preview on #E99ED2 background

This text has white color on #E99ED2 background.