COLOR #EEA4E8

HEX: #EEA4E8
RGB: (238,164,232)

Color info

#EEA4E8 contains mainly red and blue colors. Web safe color of #EEA4E8 is #FF99FF (or #F9F).

RGB color model

#EEA4E8 color RGB value is (238,164,232).

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

RGB channels and saturation

R 238 of 255 = 93%
G 164 of 255 = 64%
B 232 of 255 = 91%

238
164
232

R + G + B ~ 83%. #EEA4E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 164 + 232 = 634 (100%)
R 238 of 634 ~ 37.54%
G 164 of 634 ~ 25.87%
B 232 of 634 ~ 36.59%

%37.54
%25.87
%36.59

CMYK color model

#EEA4E8 color CMYK value is (0,31,3,7).

  • cyan value is 0.00%
  • magenta value is 31.09%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(0,31,3,7)
C0M31Y3K7 
(0%,31%,3%,7%)
(0.00/0.31/0.03/0.07)	

CMYK percentages

%0
%31.09
%2.52
%6.67

Codes

Color #EEA4E8 in popluar color models

EEA4E8
RGB238164232
HSL305°68.52%78.82%
HSB/HSV305°31.09%93.33%
CMYK0.00%31.09%2.52%
6.67%

Color #EEA4E8 in popluar number systems.

HEXEEA4E8
Decimal238164232
Binary111011101010010011101000
Octal356244350

Shades and tints

Shades of #EEA4E8

#EEA4E8
(238,164,232)
#D996D3
(217,150,211)
#C488BE
(196,136,190)
#AF7AA9
(175,122,169)
#9A6C94
(154,108,148)
#855E7F
(133,94,127)
#70506A
(112,80,106)
#5B4255
(91,66,85)
#463440
(70,52,64)
#31262B
(49,38,43)
#1C1816
(28,24,22)
#000000
(0,0,0)

Tints of #EEA4E8

#EEA4E8
(238,164,232)
#EFACEA
(239,172,234)
#F0B4EC
(240,180,236)
#F1BCEE
(241,188,238)
#F2C4F0
(242,196,240)
#F3CCF2
(243,204,242)
#F4D4F4
(244,212,244)
#F5DCF6
(245,220,246)
#F6E4F8
(246,228,248)
#F7ECFA
(247,236,250)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA4E8; }

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

This text font color is #EEA4E8.


Background Color

.myBgColor { background-color: #EEA4E8; }

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

This div background color is #EEA4E8.


Border color

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

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

This div border color is #EEA4E8.


Opacity

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

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

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

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

This text has shadow with #EEA4E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEA4E8 on black background.


Color preview on white background

This text has color #EEA4E8 on white background.



Black color preview on #EEA4E8 background

This text has black color on #EEA4E8 background.


White color preview on #EEA4E8 background

This text has white color on #EEA4E8 background.