Shades of Violet #E991F1
Tints of Violet #E991F1
RGB
CMYK
RGB Variations
Color information
#E991F1 (or 0xE991F1) is known color: Violet. HEX triplet: E9, 91 and F1. RGB value is (233,145,241). Sum of RGB (Red+Green+Blue) = 233+145+241=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #E991F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E991F1 is #166E0E. Grayscale: #B5B5B5. Windows color (decimal): -1469967 or 15831529. OLE color: 15831529.
HSL color Cylindrical-coordinate representation of color #E991F1: hue angle of 295º degrees, saturation: 0.77, 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 #E991F1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 145 | 241 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.05 |
| HSL | 295º | 0.77% | 0.76% | - |
| HSV(B) | 295º | 0.4% | 0.95% | - |
| XYZ | 59.61 | 43.93 | 88.56 | - |
| YUV | 182.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 145 | 241 | 0.03 | 0.40 | 0 | 0.05 | 295 | 0.77 | 0.76 |
| Hex | E9 | 91 | F1 | 3 | 28 | 0 | 5 | 127 | 4D | 4C |
| Octal | 351 | 221 | 361 | 3 | 50 | 0 | 5 | 447 | 115 | 114 |
| Binary | 11101001 | 10010001 | 11110001 | 11 | 101000 | 0 | 101 | 100100111 | 1001101 | 1001100 |
Color Harmonies of #E991F1
Complementary color
Monochromatic Colors of #E991F1
Black with #E991F1
Text Example
Text Example
White with #E991F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E991F1; }
p { color: rgb(233,145,241); }
H1.HeaderClassName
{
color: #E991F1;
}
.AnyTagClassName
{
color: #E991F1;
}
</style>
background-color css
<style>
a { background-color: #E991F1; }
a { background-color: rgb(233,145,241); }
div.DivClassName
{
background-color: #E991F1;
}
.BgClassName
{
background-color: #E991F1;
}
</style>
border-color css
<style>
span { border-color: #E991F1; }
span { border-color: rgb(233,145,241); }
td.TdClassName
{
border-color: #E991F1;
}
.TagClassName
{
border-color: #E991F1;
}
</style>