COLOR #EEA2A8

HEX: #EEA2A8 RGB: (238,162,168)

Color info

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

RGB color model

#EEA2A8 color RGB value is (238,162,168).

RGB: (238,162,168) (93%, 64%, 66%)

RGB channels and saturation

R 238 of 255 = 93%
G 162 of 255 = 64%
B 168 of 255 = 66%

238
162
168

R + G + B ~ 74%. #EEA2A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 162 + 168 = 568 (100%)
R 238 of 568 ~ 41.9%
G 162 of 568 ~ 28.52%
B 168 of 568 ~ 29.58'%

%41.9
%28.52
%29.58

CMYK color model

#EEA2A8 color CMYK value is (0,32,29,7).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 29.41%
  • key color value is 6.67%

CMYK: (0,32,29,7)
C0M32Y29K7 (0%, 32%, 29%, 7%)
(0.00 / 0.32 / 0.29 / 0.07)

CMYK percentages

%0
%31.93
%29.41
%6.67

Codes

Color #EEA2A8 in popluar color models

EE A2 A8
RGB 238 162 168
HSL 355° 69.09% 78.43%
HSB/HSV 355° 31.93% 93.33%
CMYK 0.00% 31.93% 29.41%
6.67%

Color #EEA2A8 in popluar number systems.

HEX EE A2 A8
Decimal 238 162 168
Binary 11101110 10100010 10101000
Octal 356 242 250

Shades and tints

Shades of #EEA2A8

#EEA2A8
(238,162,168)
#D99499
(217,148,153)
#C4868A
(196,134,138)
#AF787B
(175,120,123)
#9A6A6C
(154,106,108)
#855C5D
(133,92,93)
#704E4E
(112,78,78)
#5B403F
(91,64,63)
#463230
(70,50,48)
#312421
(49,36,33)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #EEA2A8

#EEA2A8
(238,162,168)
#EFAAAF
(239,170,175)
#F0B2B6
(240,178,182)
#F1BABD
(241,186,189)
#F2C2C4
(242,194,196)
#F3CACB
(243,202,203)
#F4D2D2
(244,210,210)
#F5DAD9
(245,218,217)
#F6E2E0
(246,226,224)
#F7EAE7
(247,234,231)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA2A8; }

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

This text font color is #EEA2A8.

Background Color

.myBgColor { background-color: #EEA2A8; }

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

This div background color is #EEA2A8.

Border color

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

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

This div border color is #EEA2A8.

Opacity

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

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

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

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

This text has shadow with #EEA2A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA2A8.

Preview

Color preview on black background

This text has color #EEA2A8 on black background.


Color preview on white background

This text has color #EEA2A8 on white background.


Black color preview on #EEA2A8 background

This text has black color on #EEA2A8 background.


White color preview on #EEA2A8 background

This text has white color on #EEA2A8 background.


Related colors

Complementary color

Complementary color for #hex is #115D57.


I love getcolorcode.com

Triadic colors

1 #A8EEA2 and #A2A8EE with #EEA2A8 are triadic colors.

2 #A8A2EE and #A2EEA8 with #EEA2A8 are triadic colors.