COLOR #EEC0CA

HEX: #EEC0CA RGB: (238,192,202)

Color info

#EEC0CA contains red, green and blue colors in about the same proportion. Web safe color of #EEC0CA is #FFCCCC (or #FCC).

RGB color model

#EEC0CA color RGB value is (238,192,202).

RGB: (238,192,202) (93%, 75%, 79%)

RGB channels and saturation

R 238 of 255 = 93%
G 192 of 255 = 75%
B 202 of 255 = 79%

238
192
202

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

Portions of RGB colors in percentages

R + G + B = 238 + 192 + 202 = 632 (100%)
R 238 of 632 ~ 37.66%
G 192 of 632 ~ 30.38%
B 202 of 632 ~ 31.96'%

%37.66
%30.38
%31.96

CMYK color model

#EEC0CA color CMYK value is (0,19,15,7).

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

CMYK: (0,19,15,7)
C0M19Y15K7 (0%, 19%, 15%, 7%)
(0.00 / 0.19 / 0.15 / 0.07)

CMYK percentages

%0
%19.33
%15.13
%6.67

Codes

Color #EEC0CA in popluar color models

EE C0 CA
RGB 238 192 202
HSL 347° 57.50% 84.31%
HSB/HSV 347° 19.33% 93.33%
CMYK 0.00% 19.33% 15.13%
6.67%

Color #EEC0CA in popluar number systems.

HEX EE C0 CA
Decimal 238 192 202
Binary 11101110 11000000 11001010
Octal 356 300 312

Shades and tints

Shades of #EEC0CA

#EEC0CA
(238,192,202)
#D9AFB8
(217,175,184)
#C49EA6
(196,158,166)
#AF8D94
(175,141,148)
#9A7C82
(154,124,130)
#856B70
(133,107,112)
#705A5E
(112,90,94)
#5B494C
(91,73,76)
#46383A
(70,56,58)
#312728
(49,39,40)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #EEC0CA

#EEC0CA
(238,192,202)
#EFC5CE
(239,197,206)
#F0CAD2
(240,202,210)
#F1CFD6
(241,207,214)
#F2D4DA
(242,212,218)
#F3D9DE
(243,217,222)
#F4DEE2
(244,222,226)
#F5E3E6
(245,227,230)
#F6E8EA
(246,232,234)
#F7EDEE
(247,237,238)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC0CA; }

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

This text font color is #EEC0CA.

Background Color

.myBgColor { background-color: #EEC0CA; }

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

This div background color is #EEC0CA.

Border color

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

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

This div border color is #EEC0CA.

Opacity

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

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

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

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

This text has shadow with #EEC0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC0CA.

Preview

Color preview on black background

This text has color #EEC0CA on black background.


Color preview on white background

This text has color #EEC0CA on white background.


Black color preview on #EEC0CA background

This text has black color on #EEC0CA background.


White color preview on #EEC0CA background

This text has white color on #EEC0CA background.


Related colors

Complementary color

Complementary color for #hex is #113F35.


I love getcolorcode.com

Triadic colors

1 #CAEEC0 and #C0CAEE with #EEC0CA are triadic colors.

2 #CAC0EE and #C0EECA with #EEC0CA are triadic colors.