Shades of Violet #E37EF1
Tints of Violet #E37EF1
RGB
CMYK
RGB Variations
Color information
#E37EF1 (or 0xE37EF1) is known color: Violet. HEX triplet: E3, 7E and F1. RGB value is (227,126,241). Sum of RGB (Red+Green+Blue) = 227+126+241=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #E37EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37EF1 is #1C810E. Grayscale: #A8A8A8. Windows color (decimal): -1868047 or 15826659. OLE color: 15826659.
HSL color Cylindrical-coordinate representation of color #E37EF1: hue angle of 292.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E37EF1 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 126 | 241 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.05 |
| HSL | 292.7º | 0.8% | 0.72% | - |
| HSV(B) | 292.7º | 0.48% | 0.95% | - |
| XYZ | 55.02 | 37.6 | 87.58 | - |
| YUV | 169.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 241 | 0.06 | 0.48 | 0 | 0.05 | 292.7 | 0.8 | 0.72 |
| Hex | E3 | 7E | F1 | 6 | 30 | 0 | 5 | 125 | 50 | 48 |
| Octal | 343 | 176 | 361 | 6 | 60 | 0 | 5 | 445 | 120 | 110 |
| Binary | 11100011 | 1111110 | 11110001 | 110 | 110000 | 0 | 101 | 100100101 | 1010000 | 1001000 |
Color Harmonies of #E37EF1
Complementary color
Monochromatic Colors of #E37EF1
Black with #E37EF1
Text Example
Text Example
White with #E37EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EF1; }
p { color: rgb(227,126,241); }
H1.HeaderClassName
{
color: #E37EF1;
}
.AnyTagClassName
{
color: #E37EF1;
}
</style>
background-color css
<style>
a { background-color: #E37EF1; }
a { background-color: rgb(227,126,241); }
div.DivClassName
{
background-color: #E37EF1;
}
.BgClassName
{
background-color: #E37EF1;
}
</style>
border-color css
<style>
span { border-color: #E37EF1; }
span { border-color: rgb(227,126,241); }
td.TdClassName
{
border-color: #E37EF1;
}
.TagClassName
{
border-color: #E37EF1;
}
</style>