Shades of Violet #E390F1
Tints of Violet #E390F1
RGB
CMYK
RGB Variations
Color information
#E390F1 (or 0xE390F1) is known color: Violet. HEX triplet: E3, 90 and F1. RGB value is (227,144,241). Sum of RGB (Red+Green+Blue) = 227+144+241=612 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.09% from 612); Green value is 144 (56.64% from 255 or 23.53% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #E390F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390F1 is #1C6F0E. Grayscale: #B3B3B3. Windows color (decimal): -1863439 or 15831267. OLE color: 15831267.
HSL color Cylindrical-coordinate representation of color #E390F1: hue angle of 291.34º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E390F1 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 144 | 241 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.05 |
| HSL | 291.34º | 0.78% | 0.75% | - |
| HSV(B) | 291.34º | 0.4% | 0.95% | - |
| XYZ | 57.53 | 42.63 | 88.42 | - |
| YUV | 179.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 241 | 0.06 | 0.40 | 0 | 0.05 | 291.34 | 0.78 | 0.75 |
| Hex | E3 | 90 | F1 | 6 | 28 | 0 | 5 | 123 | 4E | 4B |
| Octal | 343 | 220 | 361 | 6 | 50 | 0 | 5 | 443 | 116 | 113 |
| Binary | 11100011 | 10010000 | 11110001 | 110 | 101000 | 0 | 101 | 100100011 | 1001110 | 1001011 |
Color Harmonies of #E390F1
Complementary color
Monochromatic Colors of #E390F1
Black with #E390F1
Text Example
Text Example
White with #E390F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390F1; }
p { color: rgb(227,144,241); }
H1.HeaderClassName
{
color: #E390F1;
}
.AnyTagClassName
{
color: #E390F1;
}
</style>
background-color css
<style>
a { background-color: #E390F1; }
a { background-color: rgb(227,144,241); }
div.DivClassName
{
background-color: #E390F1;
}
.BgClassName
{
background-color: #E390F1;
}
</style>
border-color css
<style>
span { border-color: #E390F1; }
span { border-color: rgb(227,144,241); }
td.TdClassName
{
border-color: #E390F1;
}
.TagClassName
{
border-color: #E390F1;
}
</style>