COLOR #EE8ED2

HEX: #EE8ED2
RGB: (238,142,210)

Color info

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

RGB color model

#EE8ED2 color RGB value is (238,142,210).

  • red value is 238;
  • green value is 142;
  • blue value is 210.
RGB:
(238,142,210)
(93%,56%,82%)

RGB channels and saturation

R 238 of 255 = 93%
G 142 of 255 = 56%
B 210 of 255 = 82%

238
142
210

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

Portions of RGB colors in percentages

R + G + B =
238 + 142 + 210 = 590 (100%)
R 238 of 590 ~ 40.34%
G 142 of 590 ~ 24.07%
B 210 of 590 ~ 35.59%

%40.34
%24.07
%35.59

CMYK color model

#EE8ED2 color CMYK value is (0,40,12,7).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK:
(0,40,12,7)
C0M40Y12K7 
(0%,40%,12%,7%)
(0.00/0.40/0.12/0.07)	

CMYK percentages

%0
%40.34
%11.76
%6.67

Codes

Color #EE8ED2 in popluar color models

EE8ED2
RGB238142210
HSL318°73.85%74.51%
HSB/HSV318°40.34%93.33%
CMYK0.00%40.34%11.76%
6.67%

Color #EE8ED2 in popluar number systems.

HEXEE8ED2
Decimal238142210
Binary111011101000111011010010
Octal356216322

Shades and tints

Shades of #EE8ED2

#EE8ED2
(238,142,210)
#D982BF
(217,130,191)
#C476AC
(196,118,172)
#AF6A99
(175,106,153)
#9A5E86
(154,94,134)
#855273
(133,82,115)
#704660
(112,70,96)
#5B3A4D
(91,58,77)
#462E3A
(70,46,58)
#312227
(49,34,39)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #EE8ED2

#EE8ED2
(238,142,210)
#EF98D6
(239,152,214)
#F0A2DA
(240,162,218)
#F1ACDE
(241,172,222)
#F2B6E2
(242,182,226)
#F3C0E6
(243,192,230)
#F4CAEA
(244,202,234)
#F5D4EE
(245,212,238)
#F6DEF2
(246,222,242)
#F7E8F6
(247,232,246)
#F8F2FA
(248,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8ED2 color. Also use rgb(238,142,210) instead hex code.

Text Font Color

.myTextColor { color: #EE8ED2; }

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

This text font color is #EE8ED2.


Background Color

.myBgColor { background-color: #EE8ED2; }

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

This div background color is #EE8ED2.


Border color

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

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

This div border color is #EE8ED2.


Opacity

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

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

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

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

This text has shadow with #EE8ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8ED2 on black background.


Color preview on white background

This text has color #EE8ED2 on white background.



Black color preview on #EE8ED2 background

This text has black color on #EE8ED2 background.


White color preview on #EE8ED2 background

This text has white color on #EE8ED2 background.