Shades of Violet #E57DEE
Tints of Violet #E57DEE
RGB
CMYK
RGB Variations
Color information
#E57DEE (or 0xE57DEE) is known color: Violet. HEX triplet: E5, 7D and EE. RGB value is (229,125,238). Sum of RGB (Red+Green+Blue) = 229+125+238=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #E57DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57DEE is #1A8211. Grayscale: #A8A8A8. Windows color (decimal): -1737234 or 15629797. OLE color: 15629797.
HSL color Cylindrical-coordinate representation of color #E57DEE: hue angle of 295.22º degrees, saturation: 0.77, 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 #E57DEE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 125 | 238 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.07 |
| HSL | 295.22º | 0.77% | 0.71% | - |
| HSV(B) | 295.22º | 0.47% | 0.93% | - |
| XYZ | 55.08 | 37.5 | 85.22 | - |
| YUV | 168.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 238 | 0.04 | 0.47 | 0 | 0.07 | 295.22 | 0.77 | 0.71 |
| Hex | E5 | 7D | EE | 4 | 2F | 0 | 7 | 127 | 4D | 47 |
| Octal | 345 | 175 | 356 | 4 | 57 | 0 | 7 | 447 | 115 | 107 |
| Binary | 11100101 | 1111101 | 11101110 | 100 | 101111 | 0 | 111 | 100100111 | 1001101 | 1000111 |
Color Harmonies of #E57DEE
Complementary color
Monochromatic Colors of #E57DEE
Black with #E57DEE
Text Example
Text Example
White with #E57DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DEE; }
p { color: rgb(229,125,238); }
H1.HeaderClassName
{
color: #E57DEE;
}
.AnyTagClassName
{
color: #E57DEE;
}
</style>
background-color css
<style>
a { background-color: #E57DEE; }
a { background-color: rgb(229,125,238); }
div.DivClassName
{
background-color: #E57DEE;
}
.BgClassName
{
background-color: #E57DEE;
}
</style>
border-color css
<style>
span { border-color: #E57DEE; }
span { border-color: rgb(229,125,238); }
td.TdClassName
{
border-color: #E57DEE;
}
.TagClassName
{
border-color: #E57DEE;
}
</style>