Shades of Violet #E572ED
Tints of Violet #E572ED
RGB
CMYK
RGB Variations
Color information
#E572ED (or 0xE572ED) is known color: Violet. HEX triplet: E5, 72 and ED. RGB value is (229,114,237). Sum of RGB (Red+Green+Blue) = 229+114+237=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #E572ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572ED is #1A8D12. Grayscale: #A2A2A2. Windows color (decimal): -1740051 or 15561445. OLE color: 15561445.
HSL color Cylindrical-coordinate representation of color #E572ED: hue angle of 296.1º 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 #E572ED is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 114 | 237 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 296.1º | 0.77% | 0.69% | - |
| HSV(B) | 296.1º | 0.52% | 0.93% | - |
| XYZ | 53.62 | 34.81 | 84.01 | - |
| YUV | 162.41 | 170.1 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 237 | 0.03 | 0.52 | 0 | 0.07 | 296.1 | 0.77 | 0.69 |
| Hex | E5 | 72 | ED | 3 | 34 | 0 | 7 | 128 | 4D | 45 |
| Octal | 345 | 162 | 355 | 3 | 64 | 0 | 7 | 450 | 115 | 105 |
| Binary | 11100101 | 1110010 | 11101101 | 11 | 110100 | 0 | 111 | 100101000 | 1001101 | 1000101 |
Color Harmonies of #E572ED
Complementary color
Monochromatic Colors of #E572ED
Black with #E572ED
Text Example
Text Example
White with #E572ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572ED; }
p { color: rgb(229,114,237); }
H1.HeaderClassName
{
color: #E572ED;
}
.AnyTagClassName
{
color: #E572ED;
}
</style>
background-color css
<style>
a { background-color: #E572ED; }
a { background-color: rgb(229,114,237); }
div.DivClassName
{
background-color: #E572ED;
}
.BgClassName
{
background-color: #E572ED;
}
</style>
border-color css
<style>
span { border-color: #E572ED; }
span { border-color: rgb(229,114,237); }
td.TdClassName
{
border-color: #E572ED;
}
.TagClassName
{
border-color: #E572ED;
}
</style>