Shades of Violet #E392F0
Tints of Violet #E392F0
RGB
CMYK
RGB Variations
Color information
#E392F0 (or 0xE392F0) is known color: Violet. HEX triplet: E3, 92 and F0. RGB value is (227,146,240). Sum of RGB (Red+Green+Blue) = 227+146+240=613 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.03% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #E392F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E392F0 is #1C6D0F. Grayscale: #B4B4B4. Windows color (decimal): -1862928 or 15766243. OLE color: 15766243.
HSL color Cylindrical-coordinate representation of color #E392F0: hue angle of 291.7º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E392F0 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 146 | 240 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.06 |
| HSL | 291.7º | 0.76% | 0.76% | - |
| HSV(B) | 291.7º | 0.39% | 0.94% | - |
| XYZ | 57.69 | 43.18 | 87.73 | - |
| YUV | 180.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 240 | 0.05 | 0.39 | 0 | 0.06 | 291.7 | 0.76 | 0.76 |
| Hex | E3 | 92 | F0 | 5 | 27 | 0 | 6 | 124 | 4C | 4C |
| Octal | 343 | 222 | 360 | 5 | 47 | 0 | 6 | 444 | 114 | 114 |
| Binary | 11100011 | 10010010 | 11110000 | 101 | 100111 | 0 | 110 | 100100100 | 1001100 | 1001100 |
Color Harmonies of #E392F0
Complementary color
Monochromatic Colors of #E392F0
Black with #E392F0
Text Example
Text Example
White with #E392F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392F0; }
p { color: rgb(227,146,240); }
H1.HeaderClassName
{
color: #E392F0;
}
.AnyTagClassName
{
color: #E392F0;
}
</style>
background-color css
<style>
a { background-color: #E392F0; }
a { background-color: rgb(227,146,240); }
div.DivClassName
{
background-color: #E392F0;
}
.BgClassName
{
background-color: #E392F0;
}
</style>
border-color css
<style>
span { border-color: #E392F0; }
span { border-color: rgb(227,146,240); }
td.TdClassName
{
border-color: #E392F0;
}
.TagClassName
{
border-color: #E392F0;
}
</style>