COLOR #EE8AA2

HEX: #EE8AA2
RGB: (238,138,162)

Color info

#EE8AA2 contains mainly red color. Web safe color of #EE8AA2 is #FF9999 (or #F99).

RGB color model

#EE8AA2 color RGB value is (238,138,162).

  • red value is 238;
  • green value is 138;
  • blue value is 162.
RGB:
(238,138,162)
(93%,54%,64%)

RGB channels and saturation

R 238 of 255 = 93%
G 138 of 255 = 54%
B 162 of 255 = 64%

238
138
162

R + G + B ~ 70%. #EE8AA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 138 + 162 = 538 (100%)
R 238 of 538 ~ 44.24%
G 138 of 538 ~ 25.65%
B 162 of 538 ~ 30.11%

%44.24
%25.65
%30.11

CMYK color model

#EE8AA2 color CMYK value is (0,42,32,7).

  • cyan value is 0.00%
  • magenta value is 42.02%
  • yellow value is 31.93%
  • key color value is 6.67%
CMYK:
(0,42,32,7)
C0M42Y32K7 
(0%,42%,32%,7%)
(0.00/0.42/0.32/0.07)	

CMYK percentages

%0
%42.02
%31.93
%6.67

Codes

Color #EE8AA2 in popluar color models

EE8AA2
RGB238138162
HSL346°74.63%73.73%
HSB/HSV346°42.02%93.33%
CMYK0.00%42.02%31.93%
6.67%

Color #EE8AA2 in popluar number systems.

HEXEE8AA2
Decimal238138162
Binary111011101000101010100010
Octal356212242

Shades and tints

Shades of #EE8AA2

#EE8AA2
(238,138,162)
#D97E94
(217,126,148)
#C47286
(196,114,134)
#AF6678
(175,102,120)
#9A5A6A
(154,90,106)
#854E5C
(133,78,92)
#70424E
(112,66,78)
#5B3640
(91,54,64)
#462A32
(70,42,50)
#311E24
(49,30,36)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #EE8AA2

#EE8AA2
(238,138,162)
#EF94AA
(239,148,170)
#F09EB2
(240,158,178)
#F1A8BA
(241,168,186)
#F2B2C2
(242,178,194)
#F3BCCA
(243,188,202)
#F4C6D2
(244,198,210)
#F5D0DA
(245,208,218)
#F6DAE2
(246,218,226)
#F7E4EA
(247,228,234)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE8AA2 color. Also use rgb(238,138,162) instead hex code.

Text Font Color

.myTextColor { color: #EE8AA2; }

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

This text font color is #EE8AA2.


Background Color

.myBgColor { background-color: #EE8AA2; }

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

This div background color is #EE8AA2.


Border color

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

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

This div border color is #EE8AA2.


Opacity

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

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

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

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

This text has shadow with #EE8AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8AA2 on black background.


Color preview on white background

This text has color #EE8AA2 on white background.



Black color preview on #EE8AA2 background

This text has black color on #EE8AA2 background.


White color preview on #EE8AA2 background

This text has white color on #EE8AA2 background.