HEX: #EEBEEA
RGB: (238,190,234)
#EEBEEA contains red, green and blue colors in about the same proportion. Web safe color of #EEBEEA is #FFCCFF (or #FCF).
#EEBEEA color RGB value is (238,190,234).
RGB: (238,190,234)
(93%, 75%, 92%)
R 238 of 255 = 93%
G 190 of 255 = 75%
B 234 of 255 = 92%
R + G + B ~ 87%. #EEBEEA is light color.
R + G + B = 238 + 190 + 234 = 662 (100%)
R 238 of 662 ~ 35.95%
G 190 of 662 ~ 28.7%
B 234 of 662 ~ 35.35'%
#EEBEEA color CMYK value is (0,20,2,7).
CMYK: (0,20,2,7)
C0M20Y2K7 (0%, 20%, 2%, 7%)
(0.00 / 0.20 / 0.02 / 0.07)
Color #EEBEEA in popluar color models
EE | BE | EA | |
---|---|---|---|
RGB | 238 | 190 | 234 |
HSL | 305° | 58.54% | 83.92% |
HSB/HSV | 305° | 20.17% | 93.33% |
CMYK | 0.00% | 20.17% | 1.68% |
6.67% |
Color #EEBEEA in popluar number systems.
HEX | EE | BE | EA |
Decimal | 238 | 190 | 234 |
Binary | 11101110 | 10111110 | 11101010 |
Octal | 356 | 276 | 352 |
Shades of #EEBEEA
Tints of #EEBEEA
Examples of css and html codes for elements with #EEBEEA color. Also use rgb(238,190,234) instead hex code.
.myTextColor { color: #EEBEEA; }
<p style="color:#EEBEEA">This sample text font color is #EEBEEA.</p>
This text font color is #EEBEEA.
.myBgColor { background-color: #EEBEEA; }
<div style="background-color:#EEBEEA">Inner text</div>
This div background color is #EEBEEA.
.myBorderColor { border: 1px solid #EEBEEA; }
<div style="border:3px solid #EEBEEA">Div</div>
This div border color is #EEBEEA.
.myOpacity80 { color: #EEBEEA; opacity: 0.8; }
<p style="color:#EEBEEA;opacity:0.8;">80%</p>
Text with #EEBEEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEBEEA;}
<p style="text-shadow: 3px 3px 1px #EEBEEA">Text here.</p>
This text has shadow with #EEBEEA color.
.textShadow {text-shadow: 3px 3px 1px #EEBEEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEBEEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEBEEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEBEEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEBEEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEBEEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEBEEA;
-webkit-box-shadow: 1px 1px 3px 2px #EEBEEA;
box-shadow: 1px 1px 3px 2px #EEBEEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEBEEA; -webkit-box-shadow: 1px 1px 3px 2px #EEBEEA; box-shadow:1px 1px 3px 2px #EEBEEA;">
Div content here
</div>
This text has color #EEBEEA on black background.
This text has color #EEBEEA on white background.
This text has black color on #EEBEEA background.
This text has white color on #EEBEEA background.
Complementary color for #hex is #114115.