HEX: #EEC4EC
RGB: (238,196,236)
#EEC4EC contains red, green and blue colors in about the same proportion. Web safe color of #EEC4EC is #FFCCFF (or #FCF).
#EEC4EC color RGB value is (238,196,236).
RGB: (238,196,236)
(93%, 77%, 93%)
R 238 of 255 = 93%
G 196 of 255 = 77%
B 236 of 255 = 93%
R + G + B ~ 88%. #EEC4EC is light color.
R + G + B = 238 + 196 + 236 = 670 (100%)
R 238 of 670 ~ 35.52%
G 196 of 670 ~ 29.25%
B 236 of 670 ~ 35.22'%
#EEC4EC color CMYK value is (0,18,1,7).
CMYK: (0,18,1,7)
C0M18Y1K7 (0%, 18%, 1%, 7%)
(0.00 / 0.18 / 0.01 / 0.07)
Color #EEC4EC in popluar color models
EE | C4 | EC | |
---|---|---|---|
RGB | 238 | 196 | 236 |
HSL | 303° | 55.26% | 85.10% |
HSB/HSV | 303° | 17.65% | 93.33% |
CMYK | 0.00% | 17.65% | 0.84% |
6.67% |
Color #EEC4EC in popluar number systems.
HEX | EE | C4 | EC |
Decimal | 238 | 196 | 236 |
Binary | 11101110 | 11000100 | 11101100 |
Octal | 356 | 304 | 354 |
Shades of #EEC4EC
Tints of #EEC4EC
Examples of css and html codes for elements with #EEC4EC color. Also use rgb(238,196,236) instead hex code.
.myTextColor { color: #EEC4EC; }
<p style="color:#EEC4EC">This sample text font color is #EEC4EC.</p>
This text font color is #EEC4EC.
.myBgColor { background-color: #EEC4EC; }
<div style="background-color:#EEC4EC">Inner text</div>
This div background color is #EEC4EC.
.myBorderColor { border: 1px solid #EEC4EC; }
<div style="border:3px solid #EEC4EC">Div</div>
This div border color is #EEC4EC.
.myOpacity80 { color: #EEC4EC; opacity: 0.8; }
<p style="color:#EEC4EC;opacity:0.8;">80%</p>
Text with #EEC4EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEC4EC;}
<p style="text-shadow: 3px 3px 1px #EEC4EC">Text here.</p>
This text has shadow with #EEC4EC color.
.textShadow {text-shadow: 3px 3px 1px #EEC4EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEC4EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEC4EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEC4EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEC4EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEC4EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEC4EC;
-webkit-box-shadow: 1px 1px 3px 2px #EEC4EC;
box-shadow: 1px 1px 3px 2px #EEC4EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEC4EC; -webkit-box-shadow: 1px 1px 3px 2px #EEC4EC; box-shadow:1px 1px 3px 2px #EEC4EC;">
Div content here
</div>
This text has color #EEC4EC on black background.
This text has color #EEC4EC on white background.
This text has black color on #EEC4EC background.
This text has white color on #EEC4EC background.
Complementary color for #hex is #113B13.