HEX: #EEA7FA
RGB: (238,167,250)
#EEA7FA contains mainly red and blue colors. Web safe color of #EEA7FA is #FF99FF (or #F9F).
#EEA7FA color RGB value is (238,167,250).
RGB: (238,167,250)
(93%, 65%, 98%)
R 238 of 255 = 93%
G 167 of 255 = 65%
B 250 of 255 = 98%
R + G + B ~ 85%. #EEA7FA is quite light color.
R + G + B = 238 + 167 + 250 = 655 (100%)
R 238 of 655 ~ 36.34%
G 167 of 655 ~ 25.5%
B 250 of 655 ~ 38.17'%
#EEA7FA color CMYK value is (5,33,0,2).
CMYK: (5,33,0,2)
C5M33Y0K2 (5%, 33%, 0%, 2%)
(0.05 / 0.33 / 0.00 / 0.02)
Color #EEA7FA in popluar color models
EE | A7 | FA | |
---|---|---|---|
RGB | 238 | 167 | 250 |
HSL | 291° | 89.25% | 81.76% |
HSB/HSV | 291° | 33.20% | 98.04% |
CMYK | 4.80% | 33.20% | 0.00% |
1.96% |
Color #EEA7FA in popluar number systems.
HEX | EE | A7 | FA |
Decimal | 238 | 167 | 250 |
Binary | 11101110 | 10100111 | 11111010 |
Octal | 356 | 247 | 372 |
Shades of #EEA7FA
Tints of #EEA7FA
Examples of css and html codes for elements with #EEA7FA color. Also use rgb(238,167,250) instead hex code.
.myTextColor { color: #EEA7FA; }
<p style="color:#EEA7FA">This sample text font color is #EEA7FA.</p>
This text font color is #EEA7FA.
.myBgColor { background-color: #EEA7FA; }
<div style="background-color:#EEA7FA">Inner text</div>
This div background color is #EEA7FA.
.myBorderColor { border: 1px solid #EEA7FA; }
<div style="border:3px solid #EEA7FA">Div</div>
This div border color is #EEA7FA.
.myOpacity80 { color: #EEA7FA; opacity: 0.8; }
<p style="color:#EEA7FA;opacity:0.8;">80%</p>
Text with #EEA7FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEA7FA;}
<p style="text-shadow: 3px 3px 1px #EEA7FA">Text here.</p>
This text has shadow with #EEA7FA color.
.textShadow {text-shadow: 3px 3px 1px #EEA7FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEA7FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEA7FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEA7FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEA7FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEA7FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEA7FA;
-webkit-box-shadow: 1px 1px 3px 2px #EEA7FA;
box-shadow: 1px 1px 3px 2px #EEA7FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEA7FA; -webkit-box-shadow: 1px 1px 3px 2px #EEA7FA; box-shadow:1px 1px 3px 2px #EEA7FA;">
Div content here
</div>
This text has color #EEA7FA on black background.
This text has color #EEA7FA on white background.
This text has black color on #EEA7FA background.
This text has white color on #EEA7FA background.
Complementary color for #hex is #115805.