COLOR #EEA9E0

HEX: #EEA9E0
RGB: (238,169,224)

Color info

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

RGB color model

#EEA9E0 color RGB value is (238,169,224).

  • red value is 238;
  • green value is 169;
  • blue value is 224.
RGB:
(238,169,224)
(93%,66%,88%)

RGB channels and saturation

R 238 of 255 = 93%
G 169 of 255 = 66%
B 224 of 255 = 88%

238
169
224

R + G + B ~ 82%. #EEA9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 169 + 224 = 631 (100%)
R 238 of 631 ~ 37.72%
G 169 of 631 ~ 26.78%
B 224 of 631 ~ 35.5%

%37.72
%26.78
%35.5

CMYK color model

#EEA9E0 color CMYK value is (0,29,6,7).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 5.88%
  • key color value is 6.67%
CMYK:
(0,29,6,7)
C0M29Y6K7 
(0%,29%,6%,7%)
(0.00/0.29/0.06/0.07)	

CMYK percentages

%0
%28.99
%5.88
%6.67

Codes

Color #EEA9E0 in popluar color models

EEA9E0
RGB238169224
HSL312°66.99%79.80%
HSB/HSV312°28.99%93.33%
CMYK0.00%28.99%5.88%
6.67%

Color #EEA9E0 in popluar number systems.

HEXEEA9E0
Decimal238169224
Binary111011101010100111100000
Octal356251340

Shades and tints

Shades of #EEA9E0

#EEA9E0
(238,169,224)
#D99ACC
(217,154,204)
#C48BB8
(196,139,184)
#AF7CA4
(175,124,164)
#9A6D90
(154,109,144)
#855E7C
(133,94,124)
#704F68
(112,79,104)
#5B4054
(91,64,84)
#463140
(70,49,64)
#31222C
(49,34,44)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #EEA9E0

#EEA9E0
(238,169,224)
#EFB0E2
(239,176,226)
#F0B7E4
(240,183,228)
#F1BEE6
(241,190,230)
#F2C5E8
(242,197,232)
#F3CCEA
(243,204,234)
#F4D3EC
(244,211,236)
#F5DAEE
(245,218,238)
#F6E1F0
(246,225,240)
#F7E8F2
(247,232,242)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA9E0 color. Also use rgb(238,169,224) instead hex code.

Text Font Color

.myTextColor { color: #EEA9E0; }

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

This text font color is #EEA9E0.


Background Color

.myBgColor { background-color: #EEA9E0; }

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

This div background color is #EEA9E0.


Border color

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

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

This div border color is #EEA9E0.


Opacity

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

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

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

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

This text has shadow with #EEA9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA9E0 on black background.


Color preview on white background

This text has color #EEA9E0 on white background.



Black color preview on #EEA9E0 background

This text has black color on #EEA9E0 background.


White color preview on #EEA9E0 background

This text has white color on #EEA9E0 background.