Shades of Violet #E37DF0
Tints of Violet #E37DF0
RGB
CMYK
RGB Variations
Color information
#E37DF0 (or 0xE37DF0) is known color: Violet. HEX triplet: E3, 7D and F0. RGB value is (227,125,240). Sum of RGB (Red+Green+Blue) = 227+125+240=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #E37DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37DF0 is #1C820F. Grayscale: #A8A8A8. Windows color (decimal): -1868304 or 15760867. OLE color: 15760867.
HSL color Cylindrical-coordinate representation of color #E37DF0: hue angle of 293.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E37DF0 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 125 | 240 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.06 |
| HSL | 293.22º | 0.79% | 0.72% | - |
| HSV(B) | 293.22º | 0.48% | 0.94% | - |
| XYZ | 54.74 | 37.29 | 86.75 | - |
| YUV | 168.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 240 | 0.05 | 0.48 | 0 | 0.06 | 293.22 | 0.79 | 0.72 |
| Hex | E3 | 7D | F0 | 5 | 30 | 0 | 6 | 125 | 4F | 48 |
| Octal | 343 | 175 | 360 | 5 | 60 | 0 | 6 | 445 | 117 | 110 |
| Binary | 11100011 | 1111101 | 11110000 | 101 | 110000 | 0 | 110 | 100100101 | 1001111 | 1001000 |
Color Harmonies of #E37DF0
Complementary color
Monochromatic Colors of #E37DF0
Black with #E37DF0
Text Example
Text Example
White with #E37DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DF0; }
p { color: rgb(227,125,240); }
H1.HeaderClassName
{
color: #E37DF0;
}
.AnyTagClassName
{
color: #E37DF0;
}
</style>
background-color css
<style>
a { background-color: #E37DF0; }
a { background-color: rgb(227,125,240); }
div.DivClassName
{
background-color: #E37DF0;
}
.BgClassName
{
background-color: #E37DF0;
}
</style>
border-color css
<style>
span { border-color: #E37DF0; }
span { border-color: rgb(227,125,240); }
td.TdClassName
{
border-color: #E37DF0;
}
.TagClassName
{
border-color: #E37DF0;
}
</style>