Shades of Violet #E990F2
Tints of Violet #E990F2
RGB
CMYK
RGB Variations
Color information
#E990F2 (or 0xE990F2) is known color: Violet. HEX triplet: E9, 90 and F2. RGB value is (233,144,242). Sum of RGB (Red+Green+Blue) = 233+144+242=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #E990F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E990F2 is #166F0D. Grayscale: #B5B5B5. Windows color (decimal): -1470222 or 15896809. OLE color: 15896809.
HSL color Cylindrical-coordinate representation of color #E990F2: hue angle of 294.49º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E990F2 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 144 | 242 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.05 |
| HSL | 294.49º | 0.79% | 0.76% | - |
| HSV(B) | 294.49º | 0.4% | 0.95% | - |
| XYZ | 59.6 | 43.68 | 89.29 | - |
| YUV | 181.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 242 | 0.04 | 0.40 | 0 | 0.05 | 294.49 | 0.79 | 0.76 |
| Hex | E9 | 90 | F2 | 4 | 28 | 0 | 5 | 126 | 4F | 4C |
| Octal | 351 | 220 | 362 | 4 | 50 | 0 | 5 | 446 | 117 | 114 |
| Binary | 11101001 | 10010000 | 11110010 | 100 | 101000 | 0 | 101 | 100100110 | 1001111 | 1001100 |
Color Harmonies of #E990F2
Complementary color
Monochromatic Colors of #E990F2
Black with #E990F2
Text Example
Text Example
White with #E990F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990F2; }
p { color: rgb(233,144,242); }
H1.HeaderClassName
{
color: #E990F2;
}
.AnyTagClassName
{
color: #E990F2;
}
</style>
background-color css
<style>
a { background-color: #E990F2; }
a { background-color: rgb(233,144,242); }
div.DivClassName
{
background-color: #E990F2;
}
.BgClassName
{
background-color: #E990F2;
}
</style>
border-color css
<style>
span { border-color: #E990F2; }
span { border-color: rgb(233,144,242); }
td.TdClassName
{
border-color: #E990F2;
}
.TagClassName
{
border-color: #E990F2;
}
</style>