Shades of Illusion #EA9EAA
Tints of Illusion #EA9EAA
RGB
CMYK
RGB Variations
Color information
#EA9EAA (or 0xEA9EAA) is known color: Illusion. HEX triplet: EA, 9E and AA. RGB value is (234,158,170). Sum of RGB (Red+Green+Blue) = 234+158+170=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EAA is #156155. Grayscale: #B6B6B6. Windows color (decimal): -1401174 or 11181802. OLE color: 11181802.
HSL color Cylindrical-coordinate representation of color #EA9EAA: hue angle of 350.53º 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 #EA9EAA is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 170 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.08 |
| HSL | 350.53º | 0.64% | 0.77% | - |
| HSV(B) | 350.53º | 0.32% | 0.92% | - |
| XYZ | 53.41 | 44.85 | 43.87 | - |
| YUV | 182.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 170 | 0 | 0.32 | 0.27 | 0.08 | 350.53 | 0.64 | 0.77 |
| Hex | EA | 9E | AA | 0 | 20 | 1B | 8 | 15F | 40 | 4D |
| Octal | 352 | 236 | 252 | 0 | 40 | 33 | 10 | 537 | 100 | 115 |
| Binary | 11101010 | 10011110 | 10101010 | 0 | 100000 | 11011 | 1000 | 101011111 | 1000000 | 1001101 |
Color Harmonies of #EA9EAA
Complementary color
Monochromatic Colors of #EA9EAA
Black with #EA9EAA
Text Example
Text Example
White with #EA9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EAA; }
p { color: rgb(234,158,170); }
H1.HeaderClassName
{
color: #EA9EAA;
}
.AnyTagClassName
{
color: #EA9EAA;
}
</style>
background-color css
<style>
a { background-color: #EA9EAA; }
a { background-color: rgb(234,158,170); }
div.DivClassName
{
background-color: #EA9EAA;
}
.BgClassName
{
background-color: #EA9EAA;
}
</style>
border-color css
<style>
span { border-color: #EA9EAA; }
span { border-color: rgb(234,158,170); }
td.TdClassName
{
border-color: #EA9EAA;
}
.TagClassName
{
border-color: #EA9EAA;
}
</style>