Shades of Violet #E390F5
Tints of Violet #E390F5
RGB
CMYK
RGB Variations
Color information
#E390F5 (or 0xE390F5) is known color: Violet. HEX triplet: E3, 90 and F5. RGB value is (227,144,245). Sum of RGB (Red+Green+Blue) = 227+144+245=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 245 (96.09% from 255 or 39.77% from 616); Max value from RGB is 245 - color contains mainly: blue. Hex color #E390F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E390F5 is #1C6F0A. Grayscale: #B4B4B4. Windows color (decimal): -1863435 or 16093411. OLE color: 16093411.
HSL color Cylindrical-coordinate representation of color #E390F5: hue angle of 289.31º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E390F5 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 144 | 245 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.04 |
| HSL | 289.31º | 0.83% | 0.76% | - |
| HSV(B) | 289.31º | 0.41% | 0.96% | - |
| XYZ | 58.13 | 42.87 | 91.6 | - |
| YUV | 180.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 245 | 0.07 | 0.41 | 0 | 0.04 | 289.31 | 0.83 | 0.76 |
| Hex | E3 | 90 | F5 | 7 | 29 | 0 | 4 | 121 | 53 | 4C |
| Octal | 343 | 220 | 365 | 7 | 51 | 0 | 4 | 441 | 123 | 114 |
| Binary | 11100011 | 10010000 | 11110101 | 111 | 101001 | 0 | 100 | 100100001 | 1010011 | 1001100 |
Color Harmonies of #E390F5
Complementary color
Monochromatic Colors of #E390F5
Black with #E390F5
Text Example
Text Example
White with #E390F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390F5; }
p { color: rgb(227,144,245); }
H1.HeaderClassName
{
color: #E390F5;
}
.AnyTagClassName
{
color: #E390F5;
}
</style>
background-color css
<style>
a { background-color: #E390F5; }
a { background-color: rgb(227,144,245); }
div.DivClassName
{
background-color: #E390F5;
}
.BgClassName
{
background-color: #E390F5;
}
</style>
border-color css
<style>
span { border-color: #E390F5; }
span { border-color: rgb(227,144,245); }
td.TdClassName
{
border-color: #E390F5;
}
.TagClassName
{
border-color: #E390F5;
}
</style>