Shades of Illusion #EA9EAC
Tints of Illusion #EA9EAC
RGB
CMYK
RGB Variations
Color information
#EA9EAC (or 0xEA9EAC) is known color: Illusion. HEX triplet: EA, 9E and AC. RGB value is (234,158,172). Sum of RGB (Red+Green+Blue) = 234+158+172=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EAC is #156153. Grayscale: #B6B6B6. Windows color (decimal): -1401172 or 11312874. OLE color: 11312874.
HSL color Cylindrical-coordinate representation of color #EA9EAC: hue angle of 348.95º 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 #EA9EAC is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 172 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.08 |
| HSL | 348.95º | 0.64% | 0.77% | - |
| HSV(B) | 348.95º | 0.32% | 0.92% | - |
| XYZ | 53.6 | 44.92 | 44.88 | - |
| YUV | 182.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 172 | 0 | 0.32 | 0.26 | 0.08 | 348.95 | 0.64 | 0.77 |
| Hex | EA | 9E | AC | 0 | 20 | 1A | 8 | 15D | 40 | 4D |
| Octal | 352 | 236 | 254 | 0 | 40 | 32 | 10 | 535 | 100 | 115 |
| Binary | 11101010 | 10011110 | 10101100 | 0 | 100000 | 11010 | 1000 | 101011101 | 1000000 | 1001101 |
Color Harmonies of #EA9EAC
Complementary color
Monochromatic Colors of #EA9EAC
Black with #EA9EAC
Text Example
Text Example
White with #EA9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EAC; }
p { color: rgb(234,158,172); }
H1.HeaderClassName
{
color: #EA9EAC;
}
.AnyTagClassName
{
color: #EA9EAC;
}
</style>
background-color css
<style>
a { background-color: #EA9EAC; }
a { background-color: rgb(234,158,172); }
div.DivClassName
{
background-color: #EA9EAC;
}
.BgClassName
{
background-color: #EA9EAC;
}
</style>
border-color css
<style>
span { border-color: #EA9EAC; }
span { border-color: rgb(234,158,172); }
td.TdClassName
{
border-color: #EA9EAC;
}
.TagClassName
{
border-color: #EA9EAC;
}
</style>