COLOR #EEA4E0

HEX: #EEA4E0 RGB: (238,164,224)

Color info

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

RGB color model

#EEA4E0 color RGB value is (238,164,224).

RGB: (238,164,224) (93%, 64%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 164 of 255 = 64%
B 224 of 255 = 88%

238
164
224

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

Portions of RGB colors in percentages

R + G + B = 238 + 164 + 224 = 626 (100%)
R 238 of 626 ~ 38.02%
G 164 of 626 ~ 26.2%
B 224 of 626 ~ 35.78'%

%38.02
%26.2
%35.78

CMYK color model

#EEA4E0 color CMYK value is (0,31,6,7).

  • cyan value is 0.00%
  • magenta value is 31.09%
  • yellow value is 5.88%
  • key color value is 6.67%

CMYK: (0,31,6,7)
C0M31Y6K7 (0%, 31%, 6%, 7%)
(0.00 / 0.31 / 0.06 / 0.07)

CMYK percentages

%0
%31.09
%5.88
%6.67

Codes

Color #EEA4E0 in popluar color models

EE A4 E0
RGB 238 164 224
HSL 311° 68.52% 78.82%
HSB/HSV 311° 31.09% 93.33%
CMYK 0.00% 31.09% 5.88%
6.67%

Color #EEA4E0 in popluar number systems.

HEX EE A4 E0
Decimal 238 164 224
Binary 11101110 10100100 11100000
Octal 356 244 340

Shades and tints

Shades of #EEA4E0

#EEA4E0
(238,164,224)
#D996CC
(217,150,204)
#C488B8
(196,136,184)
#AF7AA4
(175,122,164)
#9A6C90
(154,108,144)
#855E7C
(133,94,124)
#705068
(112,80,104)
#5B4254
(91,66,84)
#463440
(70,52,64)
#31262C
(49,38,44)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EEA4E0

#EEA4E0
(238,164,224)
#EFACE2
(239,172,226)
#F0B4E4
(240,180,228)
#F1BCE6
(241,188,230)
#F2C4E8
(242,196,232)
#F3CCEA
(243,204,234)
#F4D4EC
(244,212,236)
#F5DCEE
(245,220,238)
#F6E4F0
(246,228,240)
#F7ECF2
(247,236,242)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA4E0; }

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

This text font color is #EEA4E0.

Background Color

.myBgColor { background-color: #EEA4E0; }

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

This div background color is #EEA4E0.

Border color

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

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

This div border color is #EEA4E0.

Opacity

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

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

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

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

This text has shadow with #EEA4E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA4E0.

Preview

Color preview on black background

This text has color #EEA4E0 on black background.


Color preview on white background

This text has color #EEA4E0 on white background.


Black color preview on #EEA4E0 background

This text has black color on #EEA4E0 background.


White color preview on #EEA4E0 background

This text has white color on #EEA4E0 background.


Related colors

Complementary color

Complementary color for #hex is #115B1F.


I love getcolorcode.com

Triadic colors

1 #E0EEA4 and #A4E0EE with #EEA4E0 are triadic colors.

2 #E0A4EE and #A4EEE0 with #EEA4E0 are triadic colors.