Shades of Illusion #E990AF
Tints of Illusion #E990AF
RGB
CMYK
RGB Variations
Color information
#E990AF (or 0xE990AF) is known color: Illusion. HEX triplet: E9, 90 and AF. RGB value is (233,144,175). Sum of RGB (Red+Green+Blue) = 233+144+175=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E990AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E990AF is #166F50. Grayscale: #AEAEAE. Windows color (decimal): -1470289 or 11505897. OLE color: 11505897.
HSL color Cylindrical-coordinate representation of color #E990AF: hue angle of 339.1º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990AF is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 175 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.09 |
| HSL | 339.1º | 0.67% | 0.74% | - |
| HSV(B) | 339.1º | 0.38% | 0.91% | - |
| XYZ | 51.32 | 40.37 | 45.64 | - |
| YUV | 174.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 175 | 0 | 0.38 | 0.25 | 0.09 | 339.1 | 0.67 | 0.74 |
| Hex | E9 | 90 | AF | 0 | 26 | 19 | 9 | 153 | 43 | 4A |
| Octal | 351 | 220 | 257 | 0 | 46 | 31 | 11 | 523 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10101111 | 0 | 100110 | 11001 | 1001 | 101010011 | 1000011 | 1001010 |
Color Harmonies of #E990AF
Complementary color
Monochromatic Colors of #E990AF
Black with #E990AF
Text Example
Text Example
White with #E990AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990AF; }
p { color: rgb(233,144,175); }
H1.HeaderClassName
{
color: #E990AF;
}
.AnyTagClassName
{
color: #E990AF;
}
</style>
background-color css
<style>
a { background-color: #E990AF; }
a { background-color: rgb(233,144,175); }
div.DivClassName
{
background-color: #E990AF;
}
.BgClassName
{
background-color: #E990AF;
}
</style>
border-color css
<style>
span { border-color: #E990AF; }
span { border-color: rgb(233,144,175); }
td.TdClassName
{
border-color: #E990AF;
}
.TagClassName
{
border-color: #E990AF;
}
</style>