Shades of Illusion #E990B2
Tints of Illusion #E990B2
RGB
CMYK
RGB Variations
Color information
#E990B2 (or 0xE990B2) is known color: Illusion. HEX triplet: E9, 90 and B2. RGB value is (233,144,178). Sum of RGB (Red+Green+Blue) = 233+144+178=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E990B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E990B2 is #166F4D. Grayscale: #AEAEAE. Windows color (decimal): -1470286 or 11702505. OLE color: 11702505.
HSL color Cylindrical-coordinate representation of color #E990B2: hue angle of 337.08º 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 #E990B2 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 178 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.09 |
| HSL | 337.08º | 0.67% | 0.74% | - |
| HSV(B) | 337.08º | 0.38% | 0.91% | - |
| XYZ | 51.61 | 40.48 | 47.21 | - |
| YUV | 174.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 178 | 0 | 0.38 | 0.24 | 0.09 | 337.08 | 0.67 | 0.74 |
| Hex | E9 | 90 | B2 | 0 | 26 | 18 | 9 | 151 | 43 | 4A |
| Octal | 351 | 220 | 262 | 0 | 46 | 30 | 11 | 521 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10110010 | 0 | 100110 | 11000 | 1001 | 101010001 | 1000011 | 1001010 |
Color Harmonies of #E990B2
Complementary color
Monochromatic Colors of #E990B2
Black with #E990B2
Text Example
Text Example
White with #E990B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990B2; }
p { color: rgb(233,144,178); }
H1.HeaderClassName
{
color: #E990B2;
}
.AnyTagClassName
{
color: #E990B2;
}
</style>
background-color css
<style>
a { background-color: #E990B2; }
a { background-color: rgb(233,144,178); }
div.DivClassName
{
background-color: #E990B2;
}
.BgClassName
{
background-color: #E990B2;
}
</style>
border-color css
<style>
span { border-color: #E990B2; }
span { border-color: rgb(233,144,178); }
td.TdClassName
{
border-color: #E990B2;
}
.TagClassName
{
border-color: #E990B2;
}
</style>