Shades of Violet #E37AF0
Tints of Violet #E37AF0
RGB
CMYK
RGB Variations
Color information
#E37AF0 (or 0xE37AF0) is known color: Violet. HEX triplet: E3, 7A and F0. RGB value is (227,122,240). Sum of RGB (Red+Green+Blue) = 227+122+240=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #E37AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37AF0 is #1C850F. Grayscale: #A6A6A6. Windows color (decimal): -1869072 or 15760099. OLE color: 15760099.
HSL color Cylindrical-coordinate representation of color #E37AF0: hue angle of 293.39º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E37AF0 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 122 | 240 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.06 |
| HSL | 293.39º | 0.8% | 0.71% | - |
| HSV(B) | 293.39º | 0.49% | 0.94% | - |
| XYZ | 54.37 | 36.54 | 86.63 | - |
| YUV | 166.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 240 | 0.05 | 0.49 | 0 | 0.06 | 293.39 | 0.8 | 0.71 |
| Hex | E3 | 7A | F0 | 5 | 31 | 0 | 6 | 125 | 50 | 47 |
| Octal | 343 | 172 | 360 | 5 | 61 | 0 | 6 | 445 | 120 | 107 |
| Binary | 11100011 | 1111010 | 11110000 | 101 | 110001 | 0 | 110 | 100100101 | 1010000 | 1000111 |
Color Harmonies of #E37AF0
Complementary color
Monochromatic Colors of #E37AF0
Black with #E37AF0
Text Example
Text Example
White with #E37AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AF0; }
p { color: rgb(227,122,240); }
H1.HeaderClassName
{
color: #E37AF0;
}
.AnyTagClassName
{
color: #E37AF0;
}
</style>
background-color css
<style>
a { background-color: #E37AF0; }
a { background-color: rgb(227,122,240); }
div.DivClassName
{
background-color: #E37AF0;
}
.BgClassName
{
background-color: #E37AF0;
}
</style>
border-color css
<style>
span { border-color: #E37AF0; }
span { border-color: rgb(227,122,240); }
td.TdClassName
{
border-color: #E37AF0;
}
.TagClassName
{
border-color: #E37AF0;
}
</style>