Shades of Violet #E991F0
Tints of Violet #E991F0
RGB
CMYK
RGB Variations
Color information
#E991F0 (or 0xE991F0) is known color: Violet. HEX triplet: E9, 91 and F0. RGB value is (233,145,240). Sum of RGB (Red+Green+Blue) = 233+145+240=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 145 (57.03% from 255 or 23.46% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #E991F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E991F0 is #166E0F. Grayscale: #B5B5B5. Windows color (decimal): -1469968 or 15765993. OLE color: 15765993.
HSL color Cylindrical-coordinate representation of color #E991F0: hue angle of 295.58º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E991F0 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 145 | 240 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.06 |
| HSL | 295.58º | 0.76% | 0.75% | - |
| HSV(B) | 295.58º | 0.4% | 0.94% | - |
| XYZ | 59.46 | 43.87 | 87.77 | - |
| YUV | 182.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 240 | 0.03 | 0.40 | 0 | 0.06 | 295.58 | 0.76 | 0.75 |
| Hex | E9 | 91 | F0 | 3 | 28 | 0 | 6 | 128 | 4C | 4B |
| Octal | 351 | 221 | 360 | 3 | 50 | 0 | 6 | 450 | 114 | 113 |
| Binary | 11101001 | 10010001 | 11110000 | 11 | 101000 | 0 | 110 | 100101000 | 1001100 | 1001011 |
Color Harmonies of #E991F0
Complementary color
Monochromatic Colors of #E991F0
Black with #E991F0
Text Example
Text Example
White with #E991F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991F0; }
p { color: rgb(233,145,240); }
H1.HeaderClassName
{
color: #E991F0;
}
.AnyTagClassName
{
color: #E991F0;
}
</style>
background-color css
<style>
a { background-color: #E991F0; }
a { background-color: rgb(233,145,240); }
div.DivClassName
{
background-color: #E991F0;
}
.BgClassName
{
background-color: #E991F0;
}
</style>
border-color css
<style>
span { border-color: #E991F0; }
span { border-color: rgb(233,145,240); }
td.TdClassName
{
border-color: #E991F0;
}
.TagClassName
{
border-color: #E991F0;
}
</style>