COLOR #EEA4E5

HEX: #EEA4E5
RGB: (238,164,229)

Color info

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

RGB color model

#EEA4E5 color RGB value is (238,164,229).

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

RGB channels and saturation

R 238 of 255 = 93%
G 164 of 255 = 64%
B 229 of 255 = 90%

238
164
229

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

Portions of RGB colors in percentages

R + G + B =
238 + 164 + 229 = 631 (100%)
R 238 of 631 ~ 37.72%
G 164 of 631 ~ 25.99%
B 229 of 631 ~ 36.29%

%37.72
%25.99
%36.29

CMYK color model

#EEA4E5 color CMYK value is (0,31,4,7).

  • cyan value is 0.00%
  • magenta value is 31.09%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK:
(0,31,4,7)
C0M31Y4K7 
(0%,31%,4%,7%)
(0.00/0.31/0.04/0.07)	

CMYK percentages

%0
%31.09
%3.78
%6.67

Codes

Color #EEA4E5 in popluar color models

EEA4E5
RGB238164229
HSL307°68.52%78.82%
HSB/HSV307°31.09%93.33%
CMYK0.00%31.09%3.78%
6.67%

Color #EEA4E5 in popluar number systems.

HEXEEA4E5
Decimal238164229
Binary111011101010010011100101
Octal356244345

Shades and tints

Shades of #EEA4E5

#EEA4E5
(238,164,229)
#D996D1
(217,150,209)
#C488BD
(196,136,189)
#AF7AA9
(175,122,169)
#9A6C95
(154,108,149)
#855E81
(133,94,129)
#70506D
(112,80,109)
#5B4259
(91,66,89)
#463445
(70,52,69)
#312631
(49,38,49)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #EEA4E5

#EEA4E5
(238,164,229)
#EFACE7
(239,172,231)
#F0B4E9
(240,180,233)
#F1BCEB
(241,188,235)
#F2C4ED
(242,196,237)
#F3CCEF
(243,204,239)
#F4D4F1
(244,212,241)
#F5DCF3
(245,220,243)
#F6E4F5
(246,228,245)
#F7ECF7
(247,236,247)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA4E5; }

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

This text font color is #EEA4E5.


Background Color

.myBgColor { background-color: #EEA4E5; }

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

This div background color is #EEA4E5.


Border color

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

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

This div border color is #EEA4E5.


Opacity

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

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

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

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

This text has shadow with #EEA4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA4E5 on black background.


Color preview on white background

This text has color #EEA4E5 on white background.



Black color preview on #EEA4E5 background

This text has black color on #EEA4E5 background.


White color preview on #EEA4E5 background

This text has white color on #EEA4E5 background.