HEX: #EEBEE0
RGB: (238,190,224)
#EEBEE0 contains red, green and blue colors in about the same proportion. Web safe color of #EEBEE0 is #FFCCCC (or #FCC).
#EEBEE0 color RGB value is (238,190,224).
RGB: (238,190,224)
(93%, 75%, 88%)
R 238 of 255 = 93%
G 190 of 255 = 75%
B 224 of 255 = 88%
R + G + B ~ 85%. #EEBEE0 is quite light color.
R + G + B = 238 + 190 + 224 = 652 (100%)
R 238 of 652 ~ 36.5%
G 190 of 652 ~ 29.14%
B 224 of 652 ~ 34.36'%
#EEBEE0 color CMYK value is (0,20,6,7).
CMYK: (0,20,6,7)
C0M20Y6K7 (0%, 20%, 6%, 7%)
(0.00 / 0.20 / 0.06 / 0.07)
Color #EEBEE0 in popluar color models
EE | BE | E0 | |
---|---|---|---|
RGB | 238 | 190 | 224 |
HSL | 318° | 58.54% | 83.92% |
HSB/HSV | 318° | 20.17% | 93.33% |
CMYK | 0.00% | 20.17% | 5.88% |
6.67% |
Color #EEBEE0 in popluar number systems.
HEX | EE | BE | E0 |
Decimal | 238 | 190 | 224 |
Binary | 11101110 | 10111110 | 11100000 |
Octal | 356 | 276 | 340 |
Shades of #EEBEE0
Tints of #EEBEE0
Examples of css and html codes for elements with #EEBEE0 color. Also use rgb(238,190,224) instead hex code.
.myTextColor { color: #EEBEE0; }
<p style="color:#EEBEE0">This sample text font color is #EEBEE0.</p>
This text font color is #EEBEE0.
.myBgColor { background-color: #EEBEE0; }
<div style="background-color:#EEBEE0">Inner text</div>
This div background color is #EEBEE0.
.myBorderColor { border: 1px solid #EEBEE0; }
<div style="border:3px solid #EEBEE0">Div</div>
This div border color is #EEBEE0.
.myOpacity80 { color: #EEBEE0; opacity: 0.8; }
<p style="color:#EEBEE0;opacity:0.8;">80%</p>
Text with #EEBEE0 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEBEE0;}
<p style="text-shadow: 3px 3px 1px #EEBEE0">Text here.</p>
This text has shadow with #EEBEE0 color.
.textShadow {text-shadow: 3px 3px 1px #EEBEE0', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEBEE0, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEBEE0 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEBEE0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEBEE0, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEBEE0 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEBEE0;
-webkit-box-shadow: 1px 1px 3px 2px #EEBEE0;
box-shadow: 1px 1px 3px 2px #EEBEE0;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEBEE0; -webkit-box-shadow: 1px 1px 3px 2px #EEBEE0; box-shadow:1px 1px 3px 2px #EEBEE0;">
Div content here
</div>
This text has color #EEBEE0 on black background.
This text has color #EEBEE0 on white background.
This text has black color on #EEBEE0 background.
This text has white color on #EEBEE0 background.
Complementary color for #hex is #11411F.