COLOR #EEA8E2

HEX: #EEA8E2
RGB: (238,168,226)

Color info

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

RGB color model

#EEA8E2 color RGB value is (238,168,226).

  • red value is 238;
  • green value is 168;
  • blue value is 226.
RGB:
(238,168,226)
(93%,66%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 168 of 255 = 66%
B 226 of 255 = 89%

238
168
226

R + G + B ~ 83%. #EEA8E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 168 + 226 = 632 (100%)
R 238 of 632 ~ 37.66%
G 168 of 632 ~ 26.58%
B 226 of 632 ~ 35.76%

%37.66
%26.58
%35.76

CMYK color model

#EEA8E2 color CMYK value is (0,29,5,7).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(0,29,5,7)
C0M29Y5K7 
(0%,29%,5%,7%)
(0.00/0.29/0.05/0.07)	

CMYK percentages

%0
%29.41
%5.04
%6.67

Codes

Color #EEA8E2 in popluar color models

EEA8E2
RGB238168226
HSL310°67.31%79.61%
HSB/HSV310°29.41%93.33%
CMYK0.00%29.41%5.04%
6.67%

Color #EEA8E2 in popluar number systems.

HEXEEA8E2
Decimal238168226
Binary111011101010100011100010
Octal356250342

Shades and tints

Shades of #EEA8E2

#EEA8E2
(238,168,226)
#D999CE
(217,153,206)
#C48ABA
(196,138,186)
#AF7BA6
(175,123,166)
#9A6C92
(154,108,146)
#855D7E
(133,93,126)
#704E6A
(112,78,106)
#5B3F56
(91,63,86)
#463042
(70,48,66)
#31212E
(49,33,46)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #EEA8E2

#EEA8E2
(238,168,226)
#EFAFE4
(239,175,228)
#F0B6E6
(240,182,230)
#F1BDE8
(241,189,232)
#F2C4EA
(242,196,234)
#F3CBEC
(243,203,236)
#F4D2EE
(244,210,238)
#F5D9F0
(245,217,240)
#F6E0F2
(246,224,242)
#F7E7F4
(247,231,244)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA8E2 color. Also use rgb(238,168,226) instead hex code.

Text Font Color

.myTextColor { color: #EEA8E2; }

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

This text font color is #EEA8E2.


Background Color

.myBgColor { background-color: #EEA8E2; }

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

This div background color is #EEA8E2.


Border color

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

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

This div border color is #EEA8E2.


Opacity

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

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

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

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

This text has shadow with #EEA8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA8E2 on black background.


Color preview on white background

This text has color #EEA8E2 on white background.



Black color preview on #EEA8E2 background

This text has black color on #EEA8E2 background.


White color preview on #EEA8E2 background

This text has white color on #EEA8E2 background.