Shades of Violet #E37DED
Tints of Violet #E37DED
RGB
CMYK
RGB Variations
Color information
#E37DED (or 0xE37DED) is known color: Violet. HEX triplet: E3, 7D and ED. RGB value is (227,125,237). Sum of RGB (Red+Green+Blue) = 227+125+237=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #E37DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37DED is #1C8212. Grayscale: #A7A7A7. Windows color (decimal): -1868307 or 15564259. OLE color: 15564259.
HSL color Cylindrical-coordinate representation of color #E37DED: hue angle of 294.64º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E37DED is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 125 | 237 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.07 |
| HSL | 294.64º | 0.76% | 0.71% | - |
| HSV(B) | 294.64º | 0.47% | 0.93% | - |
| XYZ | 54.3 | 37.11 | 84.42 | - |
| YUV | 168.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 237 | 0.04 | 0.47 | 0 | 0.07 | 294.64 | 0.76 | 0.71 |
| Hex | E3 | 7D | ED | 4 | 2F | 0 | 7 | 127 | 4C | 47 |
| Octal | 343 | 175 | 355 | 4 | 57 | 0 | 7 | 447 | 114 | 107 |
| Binary | 11100011 | 1111101 | 11101101 | 100 | 101111 | 0 | 111 | 100100111 | 1001100 | 1000111 |
Color Harmonies of #E37DED
Complementary color
Monochromatic Colors of #E37DED
Black with #E37DED
Text Example
Text Example
White with #E37DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DED; }
p { color: rgb(227,125,237); }
H1.HeaderClassName
{
color: #E37DED;
}
.AnyTagClassName
{
color: #E37DED;
}
</style>
background-color css
<style>
a { background-color: #E37DED; }
a { background-color: rgb(227,125,237); }
div.DivClassName
{
background-color: #E37DED;
}
.BgClassName
{
background-color: #E37DED;
}
</style>
border-color css
<style>
span { border-color: #E37DED; }
span { border-color: rgb(227,125,237); }
td.TdClassName
{
border-color: #E37DED;
}
.TagClassName
{
border-color: #E37DED;
}
</style>