Shades of Violet #E571ED
Tints of Violet #E571ED
RGB
CMYK
RGB Variations
Color information
#E571ED (or 0xE571ED) is known color: Violet. HEX triplet: E5, 71 and ED. RGB value is (229,113,237). Sum of RGB (Red+Green+Blue) = 229+113+237=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #E571ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E571ED is #1A8E12. Grayscale: #A1A1A1. Windows color (decimal): -1740307 or 15561189. OLE color: 15561189.
HSL color Cylindrical-coordinate representation of color #E571ED: hue angle of 296.13º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E571ED is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 113 | 237 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 296.13º | 0.78% | 0.69% | - |
| HSV(B) | 296.13º | 0.52% | 0.93% | - |
| XYZ | 53.5 | 34.58 | 83.98 | - |
| YUV | 161.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 237 | 0.03 | 0.52 | 0 | 0.07 | 296.13 | 0.78 | 0.69 |
| Hex | E5 | 71 | ED | 3 | 34 | 0 | 7 | 128 | 4E | 45 |
| Octal | 345 | 161 | 355 | 3 | 64 | 0 | 7 | 450 | 116 | 105 |
| Binary | 11100101 | 1110001 | 11101101 | 11 | 110100 | 0 | 111 | 100101000 | 1001110 | 1000101 |
Color Harmonies of #E571ED
Complementary color
Monochromatic Colors of #E571ED
Black with #E571ED
Text Example
Text Example
White with #E571ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571ED; }
p { color: rgb(229,113,237); }
H1.HeaderClassName
{
color: #E571ED;
}
.AnyTagClassName
{
color: #E571ED;
}
</style>
background-color css
<style>
a { background-color: #E571ED; }
a { background-color: rgb(229,113,237); }
div.DivClassName
{
background-color: #E571ED;
}
.BgClassName
{
background-color: #E571ED;
}
</style>
border-color css
<style>
span { border-color: #E571ED; }
span { border-color: rgb(229,113,237); }
td.TdClassName
{
border-color: #E571ED;
}
.TagClassName
{
border-color: #E571ED;
}
</style>