COLOR #EEA4B8

HEX: #EEA4B8
RGB: (238,164,184)

Color info

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

RGB color model

#EEA4B8 color RGB value is (238,164,184).

  • red value is 238;
  • green value is 164;
  • blue value is 184.
RGB:
(238,164,184)
(93%,64%,72%)

RGB channels and saturation

R 238 of 255 = 93%
G 164 of 255 = 64%
B 184 of 255 = 72%

238
164
184

R + G + B ~ 76%. #EEA4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 164 + 184 = 586 (100%)
R 238 of 586 ~ 40.61%
G 164 of 586 ~ 27.99%
B 184 of 586 ~ 31.4%

%40.61
%27.99
%31.4

CMYK color model

#EEA4B8 color CMYK value is (0,31,23,7).

  • cyan value is 0.00%
  • magenta value is 31.09%
  • yellow value is 22.69%
  • key color value is 6.67%
CMYK:
(0,31,23,7)
C0M31Y23K7 
(0%,31%,23%,7%)
(0.00/0.31/0.23/0.07)	

CMYK percentages

%0
%31.09
%22.69
%6.67

Codes

Color #EEA4B8 in popluar color models

EEA4B8
RGB238164184
HSL344°68.52%78.82%
HSB/HSV344°31.09%93.33%
CMYK0.00%31.09%22.69%
6.67%

Color #EEA4B8 in popluar number systems.

HEXEEA4B8
Decimal238164184
Binary111011101010010010111000
Octal356244270

Shades and tints

Shades of #EEA4B8

#EEA4B8
(238,164,184)
#D996A8
(217,150,168)
#C48898
(196,136,152)
#AF7A88
(175,122,136)
#9A6C78
(154,108,120)
#855E68
(133,94,104)
#705058
(112,80,88)
#5B4248
(91,66,72)
#463438
(70,52,56)
#312628
(49,38,40)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EEA4B8

#EEA4B8
(238,164,184)
#EFACBE
(239,172,190)
#F0B4C4
(240,180,196)
#F1BCCA
(241,188,202)
#F2C4D0
(242,196,208)
#F3CCD6
(243,204,214)
#F4D4DC
(244,212,220)
#F5DCE2
(245,220,226)
#F6E4E8
(246,228,232)
#F7ECEE
(247,236,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA4B8 color. Also use rgb(238,164,184) instead hex code.

Text Font Color

.myTextColor { color: #EEA4B8; }

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

This text font color is #EEA4B8.


Background Color

.myBgColor { background-color: #EEA4B8; }

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

This div background color is #EEA4B8.


Border color

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

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

This div border color is #EEA4B8.


Opacity

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

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

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

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

This text has shadow with #EEA4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA4B8 on black background.


Color preview on white background

This text has color #EEA4B8 on white background.



Black color preview on #EEA4B8 background

This text has black color on #EEA4B8 background.


White color preview on #EEA4B8 background

This text has white color on #EEA4B8 background.