Shades of Illusion #EA9DAC
Tints of Illusion #EA9DAC
RGB
CMYK
RGB Variations
Color information
#EA9DAC (or 0xEA9DAC) is known color: Illusion. HEX triplet: EA, 9D and AC. RGB value is (234,157,172). Sum of RGB (Red+Green+Blue) = 234+157+172=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DAC is #156253. Grayscale: #B5B5B5. Windows color (decimal): -1401428 or 11312618. OLE color: 11312618.
HSL color Cylindrical-coordinate representation of color #EA9DAC: hue angle of 348.31º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DAC is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 172 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.08 |
| HSL | 348.31º | 0.65% | 0.77% | - |
| HSV(B) | 348.31º | 0.33% | 0.92% | - |
| XYZ | 53.44 | 44.58 | 44.82 | - |
| YUV | 181.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 172 | 0 | 0.33 | 0.26 | 0.08 | 348.31 | 0.65 | 0.77 |
| Hex | EA | 9D | AC | 0 | 21 | 1A | 8 | 15C | 41 | 4D |
| Octal | 352 | 235 | 254 | 0 | 41 | 32 | 10 | 534 | 101 | 115 |
| Binary | 11101010 | 10011101 | 10101100 | 0 | 100001 | 11010 | 1000 | 101011100 | 1000001 | 1001101 |
Color Harmonies of #EA9DAC
Complementary color
Monochromatic Colors of #EA9DAC
Black with #EA9DAC
Text Example
Text Example
White with #EA9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DAC; }
p { color: rgb(234,157,172); }
H1.HeaderClassName
{
color: #EA9DAC;
}
.AnyTagClassName
{
color: #EA9DAC;
}
</style>
background-color css
<style>
a { background-color: #EA9DAC; }
a { background-color: rgb(234,157,172); }
div.DivClassName
{
background-color: #EA9DAC;
}
.BgClassName
{
background-color: #EA9DAC;
}
</style>
border-color css
<style>
span { border-color: #EA9DAC; }
span { border-color: rgb(234,157,172); }
td.TdClassName
{
border-color: #EA9DAC;
}
.TagClassName
{
border-color: #EA9DAC;
}
</style>