Shades of Illusion #E896AF
Tints of Illusion #E896AF
RGB
CMYK
RGB Variations
Color information
#E896AF (or 0xE896AF) is known color: Illusion. HEX triplet: E8, 96 and AF. RGB value is (232,150,175). Sum of RGB (Red+Green+Blue) = 232+150+175=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E896AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E896AF is #176950. Grayscale: #B1B1B1. Windows color (decimal): -1534289 or 11507432. OLE color: 11507432.
HSL color Cylindrical-coordinate representation of color #E896AF: hue angle of 341.71º 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 #E896AF is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 150 | 175 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.09 |
| HSL | 341.71º | 0.64% | 0.75% | - |
| HSV(B) | 341.71º | 0.35% | 0.91% | - |
| XYZ | 51.92 | 42.06 | 45.94 | - |
| YUV | 177.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 150 | 175 | 0 | 0.35 | 0.25 | 0.09 | 341.71 | 0.64 | 0.75 |
| Hex | E8 | 96 | AF | 0 | 23 | 19 | 9 | 156 | 40 | 4B |
| Octal | 350 | 226 | 257 | 0 | 43 | 31 | 11 | 526 | 100 | 113 |
| Binary | 11101000 | 10010110 | 10101111 | 0 | 100011 | 11001 | 1001 | 101010110 | 1000000 | 1001011 |
Color Harmonies of #E896AF
Complementary color
Monochromatic Colors of #E896AF
Black with #E896AF
Text Example
Text Example
White with #E896AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E896AF; }
p { color: rgb(232,150,175); }
H1.HeaderClassName
{
color: #E896AF;
}
.AnyTagClassName
{
color: #E896AF;
}
</style>
background-color css
<style>
a { background-color: #E896AF; }
a { background-color: rgb(232,150,175); }
div.DivClassName
{
background-color: #E896AF;
}
.BgClassName
{
background-color: #E896AF;
}
</style>
border-color css
<style>
span { border-color: #E896AF; }
span { border-color: rgb(232,150,175); }
td.TdClassName
{
border-color: #E896AF;
}
.TagClassName
{
border-color: #E896AF;
}
</style>