Shades of Illusion #EA9EA7
Tints of Illusion #EA9EA7
RGB
CMYK
RGB Variations
Color information
#EA9EA7 (or 0xEA9EA7) is known color: Illusion. HEX triplet: EA, 9E and A7. RGB value is (234,158,167). Sum of RGB (Red+Green+Blue) = 234+158+167=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EA7 is #156158. Grayscale: #B5B5B5. Windows color (decimal): -1401177 or 10985194. OLE color: 10985194.
HSL color Cylindrical-coordinate representation of color #EA9EA7: hue angle of 352.89º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9EA7 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 167 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.08 |
| HSL | 352.89º | 0.64% | 0.77% | - |
| HSV(B) | 352.89º | 0.32% | 0.92% | - |
| XYZ | 53.13 | 44.74 | 42.39 | - |
| YUV | 181.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 167 | 0 | 0.32 | 0.29 | 0.08 | 352.89 | 0.64 | 0.77 |
| Hex | EA | 9E | A7 | 0 | 20 | 1D | 8 | 161 | 40 | 4D |
| Octal | 352 | 236 | 247 | 0 | 40 | 35 | 10 | 541 | 100 | 115 |
| Binary | 11101010 | 10011110 | 10100111 | 0 | 100000 | 11101 | 1000 | 101100001 | 1000000 | 1001101 |
Color Harmonies of #EA9EA7
Complementary color
Monochromatic Colors of #EA9EA7
Black with #EA9EA7
Text Example
Text Example
White with #EA9EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EA7; }
p { color: rgb(234,158,167); }
H1.HeaderClassName
{
color: #EA9EA7;
}
.AnyTagClassName
{
color: #EA9EA7;
}
</style>
background-color css
<style>
a { background-color: #EA9EA7; }
a { background-color: rgb(234,158,167); }
div.DivClassName
{
background-color: #EA9EA7;
}
.BgClassName
{
background-color: #EA9EA7;
}
</style>
border-color css
<style>
span { border-color: #EA9EA7; }
span { border-color: rgb(234,158,167); }
td.TdClassName
{
border-color: #EA9EA7;
}
.TagClassName
{
border-color: #EA9EA7;
}
</style>