COLOR #EEC0EA

HEX: #EEC0EA RGB: (238,192,234)

Color info

#EEC0EA contains red, green and blue colors in about the same proportion. Web safe color of #EEC0EA is #FFCCFF (or #FCF).

RGB color model

#EEC0EA color RGB value is (238,192,234).

RGB: (238,192,234) (93%, 75%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 192 of 255 = 75%
B 234 of 255 = 92%

238
192
234

R + G + B ~ 87%. #EEC0EA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 192 + 234 = 664 (100%)
R 238 of 664 ~ 35.84%
G 192 of 664 ~ 28.92%
B 234 of 664 ~ 35.24'%

%35.84
%28.92
%35.24

CMYK color model

#EEC0EA color CMYK value is (0,19,2,7).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 1.68%
  • key color value is 6.67%

CMYK: (0,19,2,7)
C0M19Y2K7 (0%, 19%, 2%, 7%)
(0.00 / 0.19 / 0.02 / 0.07)

CMYK percentages

%0
%19.33
%1.68
%6.67

Codes

Color #EEC0EA in popluar color models

EE C0 EA
RGB 238 192 234
HSL 305° 57.50% 84.31%
HSB/HSV 305° 19.33% 93.33%
CMYK 0.00% 19.33% 1.68%
6.67%

Color #EEC0EA in popluar number systems.

HEX EE C0 EA
Decimal 238 192 234
Binary 11101110 11000000 11101010
Octal 356 300 352

Shades and tints

Shades of #EEC0EA

#EEC0EA
(238,192,234)
#D9AFD5
(217,175,213)
#C49EC0
(196,158,192)
#AF8DAB
(175,141,171)
#9A7C96
(154,124,150)
#856B81
(133,107,129)
#705A6C
(112,90,108)
#5B4957
(91,73,87)
#463842
(70,56,66)
#31272D
(49,39,45)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #EEC0EA

#EEC0EA
(238,192,234)
#EFC5EB
(239,197,235)
#F0CAEC
(240,202,236)
#F1CFED
(241,207,237)
#F2D4EE
(242,212,238)
#F3D9EF
(243,217,239)
#F4DEF0
(244,222,240)
#F5E3F1
(245,227,241)
#F6E8F2
(246,232,242)
#F7EDF3
(247,237,243)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC0EA color. Also use rgb(238,192,234) instead hex code.

Text Font Color

.myTextColor { color: #EEC0EA; }

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

This text font color is #EEC0EA.

Background Color

.myBgColor { background-color: #EEC0EA; }

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

This div background color is #EEC0EA.

Border color

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

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

This div border color is #EEC0EA.

Opacity

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

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

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

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

This text has shadow with #EEC0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC0EA.

Preview

Color preview on black background

This text has color #EEC0EA on black background.


Color preview on white background

This text has color #EEC0EA on white background.


Black color preview on #EEC0EA background

This text has black color on #EEC0EA background.


White color preview on #EEC0EA background

This text has white color on #EEC0EA background.


Related colors

Complementary color

Complementary color for #hex is #113F15.


I love getcolorcode.com

Triadic colors

1 #EAEEC0 and #C0EAEE with #EEC0EA are triadic colors.

2 #EAC0EE and #C0EEEA with #EEC0EA are triadic colors.