Shades of Illusion #E992AF
Tints of Illusion #E992AF
RGB
CMYK
RGB Variations
Color information
#E992AF (or 0xE992AF) is known color: Illusion. HEX triplet: E9, 92 and AF. RGB value is (233,146,175). Sum of RGB (Red+Green+Blue) = 233+146+175=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E992AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E992AF is #166D50. Grayscale: #AFAFAF. Windows color (decimal): -1469777 or 11506409. OLE color: 11506409.
HSL color Cylindrical-coordinate representation of color #E992AF: hue angle of 340º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E992AF is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 175 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.09 |
| HSL | 340º | 0.66% | 0.74% | - |
| HSV(B) | 340º | 0.37% | 0.91% | - |
| XYZ | 51.62 | 40.98 | 45.75 | - |
| YUV | 175.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 175 | 0 | 0.37 | 0.25 | 0.09 | 340 | 0.66 | 0.74 |
| Hex | E9 | 92 | AF | 0 | 25 | 19 | 9 | 154 | 42 | 4A |
| Octal | 351 | 222 | 257 | 0 | 45 | 31 | 11 | 524 | 102 | 112 |
| Binary | 11101001 | 10010010 | 10101111 | 0 | 100101 | 11001 | 1001 | 101010100 | 1000010 | 1001010 |
Color Harmonies of #E992AF
Complementary color
Monochromatic Colors of #E992AF
Black with #E992AF
Text Example
Text Example
White with #E992AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E992AF; }
p { color: rgb(233,146,175); }
H1.HeaderClassName
{
color: #E992AF;
}
.AnyTagClassName
{
color: #E992AF;
}
</style>
background-color css
<style>
a { background-color: #E992AF; }
a { background-color: rgb(233,146,175); }
div.DivClassName
{
background-color: #E992AF;
}
.BgClassName
{
background-color: #E992AF;
}
</style>
border-color css
<style>
span { border-color: #E992AF; }
span { border-color: rgb(233,146,175); }
td.TdClassName
{
border-color: #E992AF;
}
.TagClassName
{
border-color: #E992AF;
}
</style>