HEX: #EEB5FA
RGB: (238,181,250)
#EEB5FA contains mainly red and blue colors. Web safe color of #EEB5FA is #FFCCFF (or #FCF).
#EEB5FA color RGB value is (238,181,250).
RGB: (238,181,250)
(93%, 71%, 98%)
R 238 of 255 = 93%
G 181 of 255 = 71%
B 250 of 255 = 98%
R + G + B ~ 87%. #EEB5FA is light color.
R + G + B = 238 + 181 + 250 = 669 (100%)
R 238 of 669 ~ 35.58%
G 181 of 669 ~ 27.06%
B 250 of 669 ~ 37.37'%
#EEB5FA color CMYK value is (5,28,0,2).
CMYK: (5,28,0,2)
C5M28Y0K2 (5%, 28%, 0%, 2%)
(0.05 / 0.28 / 0.00 / 0.02)
Color #EEB5FA in popluar color models
EE | B5 | FA | |
---|---|---|---|
RGB | 238 | 181 | 250 |
HSL | 290° | 87.34% | 84.51% |
HSB/HSV | 290° | 27.60% | 98.04% |
CMYK | 4.80% | 27.60% | 0.00% |
1.96% |
Color #EEB5FA in popluar number systems.
HEX | EE | B5 | FA |
Decimal | 238 | 181 | 250 |
Binary | 11101110 | 10110101 | 11111010 |
Octal | 356 | 265 | 372 |
Shades of #EEB5FA
Tints of #EEB5FA
Examples of css and html codes for elements with #EEB5FA color. Also use rgb(238,181,250) instead hex code.
.myTextColor { color: #EEB5FA; }
<p style="color:#EEB5FA">This sample text font color is #EEB5FA.</p>
This text font color is #EEB5FA.
.myBgColor { background-color: #EEB5FA; }
<div style="background-color:#EEB5FA">Inner text</div>
This div background color is #EEB5FA.
.myBorderColor { border: 1px solid #EEB5FA; }
<div style="border:3px solid #EEB5FA">Div</div>
This div border color is #EEB5FA.
.myOpacity80 { color: #EEB5FA; opacity: 0.8; }
<p style="color:#EEB5FA;opacity:0.8;">80%</p>
Text with #EEB5FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEB5FA;}
<p style="text-shadow: 3px 3px 1px #EEB5FA">Text here.</p>
This text has shadow with #EEB5FA color.
.textShadow {text-shadow: 3px 3px 1px #EEB5FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEB5FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEB5FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEB5FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEB5FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEB5FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEB5FA;
-webkit-box-shadow: 1px 1px 3px 2px #EEB5FA;
box-shadow: 1px 1px 3px 2px #EEB5FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEB5FA; -webkit-box-shadow: 1px 1px 3px 2px #EEB5FA; box-shadow:1px 1px 3px 2px #EEB5FA;">
Div content here
</div>
This text has color #EEB5FA on black background.
This text has color #EEB5FA on white background.
This text has black color on #EEB5FA background.
This text has white color on #EEB5FA background.
Complementary color for #hex is #114A05.