Shades of Violet #E57DE0
Tints of Violet #E57DE0
RGB
CMYK
RGB Variations
Color information
#E57DE0 (or 0xE57DE0) is known color: Violet. HEX triplet: E5, 7D and E0. RGB value is (229,125,224). Sum of RGB (Red+Green+Blue) = 229+125+224=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DE0 is #1A821F. Grayscale: #A7A7A7. Windows color (decimal): -1737248 or 14712293. OLE color: 14712293.
HSL color Cylindrical-coordinate representation of color #E57DE0: hue angle of 302.88º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DE0 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 224 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.10 |
| HSL | 302.88º | 0.67% | 0.69% | - |
| HSV(B) | 302.88º | 0.45% | 0.9% | - |
| XYZ | 53.1 | 36.71 | 74.81 | - |
| YUV | 167.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 224 | 0 | 0.45 | 0.02 | 0.10 | 302.88 | 0.67 | 0.69 |
| Hex | E5 | 7D | E0 | 0 | 2D | 2 | A | 12F | 43 | 45 |
| Octal | 345 | 175 | 340 | 0 | 55 | 2 | 12 | 457 | 103 | 105 |
| Binary | 11100101 | 1111101 | 11100000 | 0 | 101101 | 10 | 1010 | 100101111 | 1000011 | 1000101 |
Color Harmonies of #E57DE0
Complementary color
Monochromatic Colors of #E57DE0
Black with #E57DE0
Text Example
Text Example
White with #E57DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DE0; }
p { color: rgb(229,125,224); }
H1.HeaderClassName
{
color: #E57DE0;
}
.AnyTagClassName
{
color: #E57DE0;
}
</style>
background-color css
<style>
a { background-color: #E57DE0; }
a { background-color: rgb(229,125,224); }
div.DivClassName
{
background-color: #E57DE0;
}
.BgClassName
{
background-color: #E57DE0;
}
</style>
border-color css
<style>
span { border-color: #E57DE0; }
span { border-color: rgb(229,125,224); }
td.TdClassName
{
border-color: #E57DE0;
}
.TagClassName
{
border-color: #E57DE0;
}
</style>