Shades of Violet #E572EC
Tints of Violet #E572EC
RGB
CMYK
RGB Variations
Color information
#E572EC (or 0xE572EC) is known color: Violet. HEX triplet: E5, 72 and EC. RGB value is (229,114,236). Sum of RGB (Red+Green+Blue) = 229+114+236=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #E572EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572EC is #1A8D13. Grayscale: #A1A1A1. Windows color (decimal): -1740052 or 15495909. OLE color: 15495909.
HSL color Cylindrical-coordinate representation of color #E572EC: hue angle of 296.56º degrees, saturation: 0.76, 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 #E572EC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 114 | 236 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 296.56º | 0.76% | 0.69% | - |
| HSV(B) | 296.56º | 0.52% | 0.93% | - |
| XYZ | 53.47 | 34.75 | 83.25 | - |
| YUV | 162.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 236 | 0.03 | 0.52 | 0 | 0.07 | 296.56 | 0.76 | 0.69 |
| Hex | E5 | 72 | EC | 3 | 34 | 0 | 7 | 129 | 4C | 45 |
| Octal | 345 | 162 | 354 | 3 | 64 | 0 | 7 | 451 | 114 | 105 |
| Binary | 11100101 | 1110010 | 11101100 | 11 | 110100 | 0 | 111 | 100101001 | 1001100 | 1000101 |
Color Harmonies of #E572EC
Complementary color
Monochromatic Colors of #E572EC
Black with #E572EC
Text Example
Text Example
White with #E572EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572EC; }
p { color: rgb(229,114,236); }
H1.HeaderClassName
{
color: #E572EC;
}
.AnyTagClassName
{
color: #E572EC;
}
</style>
background-color css
<style>
a { background-color: #E572EC; }
a { background-color: rgb(229,114,236); }
div.DivClassName
{
background-color: #E572EC;
}
.BgClassName
{
background-color: #E572EC;
}
</style>
border-color css
<style>
span { border-color: #E572EC; }
span { border-color: rgb(229,114,236); }
td.TdClassName
{
border-color: #E572EC;
}
.TagClassName
{
border-color: #E572EC;
}
</style>