Shades of Illusion #EA9EB0
Tints of Illusion #EA9EB0
RGB
CMYK
RGB Variations
Color information
#EA9EB0 (or 0xEA9EB0) is known color: Illusion. HEX triplet: EA, 9E and B0. RGB value is (234,158,176). Sum of RGB (Red+Green+Blue) = 234+158+176=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EB0 is #15614F. Grayscale: #B6B6B6. Windows color (decimal): -1401168 or 11575018. OLE color: 11575018.
HSL color Cylindrical-coordinate representation of color #EA9EB0: hue angle of 345.79º 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 #EA9EB0 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 176 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.08 |
| HSL | 345.79º | 0.64% | 0.77% | - |
| HSV(B) | 345.79º | 0.32% | 0.92% | - |
| XYZ | 54 | 45.08 | 46.93 | - |
| YUV | 182.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 176 | 0 | 0.32 | 0.25 | 0.08 | 345.79 | 0.64 | 0.77 |
| Hex | EA | 9E | B0 | 0 | 20 | 19 | 8 | 15A | 40 | 4D |
| Octal | 352 | 236 | 260 | 0 | 40 | 31 | 10 | 532 | 100 | 115 |
| Binary | 11101010 | 10011110 | 10110000 | 0 | 100000 | 11001 | 1000 | 101011010 | 1000000 | 1001101 |
Color Harmonies of #EA9EB0
Complementary color
Monochromatic Colors of #EA9EB0
Black with #EA9EB0
Text Example
Text Example
White with #EA9EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EB0; }
p { color: rgb(234,158,176); }
H1.HeaderClassName
{
color: #EA9EB0;
}
.AnyTagClassName
{
color: #EA9EB0;
}
</style>
background-color css
<style>
a { background-color: #EA9EB0; }
a { background-color: rgb(234,158,176); }
div.DivClassName
{
background-color: #EA9EB0;
}
.BgClassName
{
background-color: #EA9EB0;
}
</style>
border-color css
<style>
span { border-color: #EA9EB0; }
span { border-color: rgb(234,158,176); }
td.TdClassName
{
border-color: #EA9EB0;
}
.TagClassName
{
border-color: #EA9EB0;
}
</style>