Shades of Illusion #E896B0
Tints of Illusion #E896B0
RGB
CMYK
RGB Variations
Color information
#E896B0 (or 0xE896B0) is known color: Illusion. HEX triplet: E8, 96 and B0. RGB value is (232,150,176). Sum of RGB (Red+Green+Blue) = 232+150+176=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E896B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E896B0 is #17694F. Grayscale: #B1B1B1. Windows color (decimal): -1534288 or 11572968. OLE color: 11572968.
HSL color Cylindrical-coordinate representation of color #E896B0: hue angle of 340.98º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E896B0 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 176 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.09 |
| HSL | 340.98º | 0.64% | 0.75% | - |
| HSV(B) | 340.98º | 0.35% | 0.91% | - |
| XYZ | 52.02 | 42.1 | 46.46 | - |
| YUV | 177.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 176 | 0 | 0.35 | 0.24 | 0.09 | 340.98 | 0.64 | 0.75 |
| Hex | E8 | 96 | B0 | 0 | 23 | 18 | 9 | 155 | 40 | 4B |
| Octal | 350 | 226 | 260 | 0 | 43 | 30 | 11 | 525 | 100 | 113 |
| Binary | 11101000 | 10010110 | 10110000 | 0 | 100011 | 11000 | 1001 | 101010101 | 1000000 | 1001011 |
Color Harmonies of #E896B0
Complementary color
Monochromatic Colors of #E896B0
Black with #E896B0
Text Example
Text Example
White with #E896B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896B0; }
p { color: rgb(232,150,176); }
H1.HeaderClassName
{
color: #E896B0;
}
.AnyTagClassName
{
color: #E896B0;
}
</style>
background-color css
<style>
a { background-color: #E896B0; }
a { background-color: rgb(232,150,176); }
div.DivClassName
{
background-color: #E896B0;
}
.BgClassName
{
background-color: #E896B0;
}
</style>
border-color css
<style>
span { border-color: #E896B0; }
span { border-color: rgb(232,150,176); }
td.TdClassName
{
border-color: #E896B0;
}
.TagClassName
{
border-color: #E896B0;
}
</style>