Shades of Violet #E570EC
Tints of Violet #E570EC
RGB
CMYK
RGB Variations
Color information
#E570EC (or 0xE570EC) is known color: Violet. HEX triplet: E5, 70 and EC. RGB value is (229,112,236). Sum of RGB (Red+Green+Blue) = 229+112+236=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #E570EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E570EC is #1A8F13. Grayscale: #A0A0A0. Windows color (decimal): -1740564 or 15495397. OLE color: 15495397.
HSL color Cylindrical-coordinate representation of color #E570EC: hue angle of 296.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E570EC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 112 | 236 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.07 |
| HSL | 296.61º | 0.77% | 0.68% | - |
| HSV(B) | 296.61º | 0.53% | 0.93% | - |
| XYZ | 53.25 | 34.3 | 83.17 | - |
| YUV | 161.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 236 | 0.03 | 0.53 | 0 | 0.07 | 296.61 | 0.77 | 0.68 |
| Hex | E5 | 70 | EC | 3 | 35 | 0 | 7 | 129 | 4D | 44 |
| Octal | 345 | 160 | 354 | 3 | 65 | 0 | 7 | 451 | 115 | 104 |
| Binary | 11100101 | 1110000 | 11101100 | 11 | 110101 | 0 | 111 | 100101001 | 1001101 | 1000100 |
Color Harmonies of #E570EC
Complementary color
Monochromatic Colors of #E570EC
Black with #E570EC
Text Example
Text Example
White with #E570EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570EC; }
p { color: rgb(229,112,236); }
H1.HeaderClassName
{
color: #E570EC;
}
.AnyTagClassName
{
color: #E570EC;
}
</style>
background-color css
<style>
a { background-color: #E570EC; }
a { background-color: rgb(229,112,236); }
div.DivClassName
{
background-color: #E570EC;
}
.BgClassName
{
background-color: #E570EC;
}
</style>
border-color css
<style>
span { border-color: #E570EC; }
span { border-color: rgb(229,112,236); }
td.TdClassName
{
border-color: #E570EC;
}
.TagClassName
{
border-color: #E570EC;
}
</style>