Shades of Illusion #E9A0B0
Tints of Illusion #E9A0B0
RGB
CMYK
RGB Variations
Color information
#E9A0B0 (or 0xE9A0B0) is known color: Illusion. HEX triplet: E9, A0 and B0. RGB value is (233,160,176). Sum of RGB (Red+Green+Blue) = 233+160+176=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A0B0 is #165F4F. Grayscale: #B7B7B7. Windows color (decimal): -1466192 or 11575529. OLE color: 11575529.
HSL color Cylindrical-coordinate representation of color #E9A0B0: hue angle of 346.85º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9A0B0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 176 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.09 |
| HSL | 346.85º | 0.62% | 0.77% | - |
| HSV(B) | 346.85º | 0.31% | 0.91% | - |
| XYZ | 54.01 | 45.6 | 47.03 | - |
| YUV | 183.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 176 | 0 | 0.31 | 0.24 | 0.09 | 346.85 | 0.62 | 0.77 |
| Hex | E9 | A0 | B0 | 0 | 1F | 18 | 9 | 15B | 3E | 4D |
| Octal | 351 | 240 | 260 | 0 | 37 | 30 | 11 | 533 | 76 | 115 |
| Binary | 11101001 | 10100000 | 10110000 | 0 | 11111 | 11000 | 1001 | 101011011 | 111110 | 1001101 |
Color Harmonies of #E9A0B0
Complementary color
Monochromatic Colors of #E9A0B0
Black with #E9A0B0
Text Example
Text Example
White with #E9A0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A0B0; }
p { color: rgb(233,160,176); }
H1.HeaderClassName
{
color: #E9A0B0;
}
.AnyTagClassName
{
color: #E9A0B0;
}
</style>
background-color css
<style>
a { background-color: #E9A0B0; }
a { background-color: rgb(233,160,176); }
div.DivClassName
{
background-color: #E9A0B0;
}
.BgClassName
{
background-color: #E9A0B0;
}
</style>
border-color css
<style>
span { border-color: #E9A0B0; }
span { border-color: rgb(233,160,176); }
td.TdClassName
{
border-color: #E9A0B0;
}
.TagClassName
{
border-color: #E9A0B0;
}
</style>