Shades of Illusion #E996AC
Tints of Illusion #E996AC
RGB
CMYK
RGB Variations
Color information
#E996AC (or 0xE996AC) is known color: Illusion. HEX triplet: E9, 96 and AC. RGB value is (233,150,172). Sum of RGB (Red+Green+Blue) = 233+150+172=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E996AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E996AC is #166953. Grayscale: #B1B1B1. Windows color (decimal): -1468756 or 11310825. OLE color: 11310825.
HSL color Cylindrical-coordinate representation of color #E996AC: hue angle of 344.1º 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 #E996AC is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 172 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.09 |
| HSL | 344.1º | 0.65% | 0.75% | - |
| HSV(B) | 344.1º | 0.36% | 0.91% | - |
| XYZ | 51.96 | 42.11 | 44.42 | - |
| YUV | 177.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 172 | 0 | 0.36 | 0.26 | 0.09 | 344.1 | 0.65 | 0.75 |
| Hex | E9 | 96 | AC | 0 | 24 | 1A | 9 | 158 | 41 | 4B |
| Octal | 351 | 226 | 254 | 0 | 44 | 32 | 11 | 530 | 101 | 113 |
| Binary | 11101001 | 10010110 | 10101100 | 0 | 100100 | 11010 | 1001 | 101011000 | 1000001 | 1001011 |
Color Harmonies of #E996AC
Complementary color
Monochromatic Colors of #E996AC
Black with #E996AC
Text Example
Text Example
White with #E996AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996AC; }
p { color: rgb(233,150,172); }
H1.HeaderClassName
{
color: #E996AC;
}
.AnyTagClassName
{
color: #E996AC;
}
</style>
background-color css
<style>
a { background-color: #E996AC; }
a { background-color: rgb(233,150,172); }
div.DivClassName
{
background-color: #E996AC;
}
.BgClassName
{
background-color: #E996AC;
}
</style>
border-color css
<style>
span { border-color: #E996AC; }
span { border-color: rgb(233,150,172); }
td.TdClassName
{
border-color: #E996AC;
}
.TagClassName
{
border-color: #E996AC;
}
</style>