Shades of Illusion #E996B0
Tints of Illusion #E996B0
RGB
CMYK
RGB Variations
Color information
#E996B0 (or 0xE996B0) is known color: Illusion. HEX triplet: E9, 96 and B0. RGB value is (233,150,176). Sum of RGB (Red+Green+Blue) = 233+150+176=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E996B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E996B0 is #16694F. Grayscale: #B1B1B1. Windows color (decimal): -1468752 or 11572969. OLE color: 11572969.
HSL color Cylindrical-coordinate representation of color #E996B0: hue angle of 341.2º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996B0 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 176 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.09 |
| HSL | 341.2º | 0.65% | 0.75% | - |
| HSV(B) | 341.2º | 0.36% | 0.91% | - |
| XYZ | 52.35 | 42.27 | 46.47 | - |
| YUV | 177.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 176 | 0 | 0.36 | 0.24 | 0.09 | 341.2 | 0.65 | 0.75 |
| Hex | E9 | 96 | B0 | 0 | 24 | 18 | 9 | 155 | 41 | 4B |
| Octal | 351 | 226 | 260 | 0 | 44 | 30 | 11 | 525 | 101 | 113 |
| Binary | 11101001 | 10010110 | 10110000 | 0 | 100100 | 11000 | 1001 | 101010101 | 1000001 | 1001011 |
Color Harmonies of #E996B0
Complementary color
Monochromatic Colors of #E996B0
Black with #E996B0
Text Example
Text Example
White with #E996B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996B0; }
p { color: rgb(233,150,176); }
H1.HeaderClassName
{
color: #E996B0;
}
.AnyTagClassName
{
color: #E996B0;
}
</style>
background-color css
<style>
a { background-color: #E996B0; }
a { background-color: rgb(233,150,176); }
div.DivClassName
{
background-color: #E996B0;
}
.BgClassName
{
background-color: #E996B0;
}
</style>
border-color css
<style>
span { border-color: #E996B0; }
span { border-color: rgb(233,150,176); }
td.TdClassName
{
border-color: #E996B0;
}
.TagClassName
{
border-color: #E996B0;
}
</style>