Shades of Violet #E37DEA
Tints of Violet #E37DEA
RGB
CMYK
RGB Variations
Color information
#E37DEA (or 0xE37DEA) is known color: Violet. HEX triplet: E3, 7D and EA. RGB value is (227,125,234). Sum of RGB (Red+Green+Blue) = 227+125+234=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #E37DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37DEA is #1C8215. Grayscale: #A7A7A7. Windows color (decimal): -1868310 or 15367651. OLE color: 15367651.
HSL color Cylindrical-coordinate representation of color #E37DEA: hue angle of 296.15º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E37DEA is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 125 | 234 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.08 |
| HSL | 296.15º | 0.72% | 0.7% | - |
| HSV(B) | 296.15º | 0.47% | 0.92% | - |
| XYZ | 53.86 | 36.94 | 82.13 | - |
| YUV | 167.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 234 | 0.03 | 0.47 | 0 | 0.08 | 296.15 | 0.72 | 0.7 |
| Hex | E3 | 7D | EA | 3 | 2F | 0 | 8 | 128 | 48 | 46 |
| Octal | 343 | 175 | 352 | 3 | 57 | 0 | 10 | 450 | 110 | 106 |
| Binary | 11100011 | 1111101 | 11101010 | 11 | 101111 | 0 | 1000 | 100101000 | 1001000 | 1000110 |
Color Harmonies of #E37DEA
Complementary color
Monochromatic Colors of #E37DEA
Black with #E37DEA
Text Example
Text Example
White with #E37DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DEA; }
p { color: rgb(227,125,234); }
H1.HeaderClassName
{
color: #E37DEA;
}
.AnyTagClassName
{
color: #E37DEA;
}
</style>
background-color css
<style>
a { background-color: #E37DEA; }
a { background-color: rgb(227,125,234); }
div.DivClassName
{
background-color: #E37DEA;
}
.BgClassName
{
background-color: #E37DEA;
}
</style>
border-color css
<style>
span { border-color: #E37DEA; }
span { border-color: rgb(227,125,234); }
td.TdClassName
{
border-color: #E37DEA;
}
.TagClassName
{
border-color: #E37DEA;
}
</style>