HEX: #EE9DEC
RGB: (238,157,236)
#EE9DEC contains mainly red and blue colors. Web safe color of #EE9DEC is #FF99FF (or #F9F).
#EE9DEC color RGB value is (238,157,236).
RGB: (238,157,236)
(93%, 62%, 93%)
R 238 of 255 = 93%
G 157 of 255 = 62%
B 236 of 255 = 93%
R + G + B ~ 83%. #EE9DEC is quite light color.
R + G + B = 238 + 157 + 236 = 631 (100%)
R 238 of 631 ~ 37.72%
G 157 of 631 ~ 24.88%
B 236 of 631 ~ 37.4'%
#EE9DEC color CMYK value is (0,34,1,7).
CMYK: (0,34,1,7)
C0M34Y1K7 (0%, 34%, 1%, 7%)
(0.00 / 0.34 / 0.01 / 0.07)
Color #EE9DEC in popluar color models
EE | 9D | EC | |
---|---|---|---|
RGB | 238 | 157 | 236 |
HSL | 301° | 70.43% | 77.45% |
HSB/HSV | 301° | 34.03% | 93.33% |
CMYK | 0.00% | 34.03% | 0.84% |
6.67% |
Color #EE9DEC in popluar number systems.
HEX | EE | 9D | EC |
Decimal | 238 | 157 | 236 |
Binary | 11101110 | 10011101 | 11101100 |
Octal | 356 | 235 | 354 |
Shades of #EE9DEC
Tints of #EE9DEC
Examples of css and html codes for elements with #EE9DEC color. Also use rgb(238,157,236) instead hex code.
.myTextColor { color: #EE9DEC; }
<p style="color:#EE9DEC">This sample text font color is #EE9DEC.</p>
This text font color is #EE9DEC.
.myBgColor { background-color: #EE9DEC; }
<div style="background-color:#EE9DEC">Inner text</div>
This div background color is #EE9DEC.
.myBorderColor { border: 1px solid #EE9DEC; }
<div style="border:3px solid #EE9DEC">Div</div>
This div border color is #EE9DEC.
.myOpacity80 { color: #EE9DEC; opacity: 0.8; }
<p style="color:#EE9DEC;opacity:0.8;">80%</p>
Text with #EE9DEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE9DEC;}
<p style="text-shadow: 3px 3px 1px #EE9DEC">Text here.</p>
This text has shadow with #EE9DEC color.
.textShadow {text-shadow: 3px 3px 1px #EE9DEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE9DEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EE9DEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE9DEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE9DEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE9DEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EE9DEC;
-webkit-box-shadow: 1px 1px 3px 2px #EE9DEC;
box-shadow: 1px 1px 3px 2px #EE9DEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EE9DEC; -webkit-box-shadow: 1px 1px 3px 2px #EE9DEC; box-shadow:1px 1px 3px 2px #EE9DEC;">
Div content here
</div>
This text has color #EE9DEC on black background.
This text has color #EE9DEC on white background.
This text has black color on #EE9DEC background.
This text has white color on #EE9DEC background.
Complementary color for #hex is #116213.