Shades of Violet #E572EF
Tints of Violet #E572EF
RGB
CMYK
RGB Variations
Color information
#E572EF (or 0xE572EF) is known color: Violet. HEX triplet: E5, 72 and EF. RGB value is (229,114,239). Sum of RGB (Red+Green+Blue) = 229+114+239=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #E572EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E572EF is #1A8D10. Grayscale: #A2A2A2. Windows color (decimal): -1740049 or 15692517. OLE color: 15692517.
HSL color Cylindrical-coordinate representation of color #E572EF: hue angle of 295.2º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E572EF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 114 | 239 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.06 |
| HSL | 295.2º | 0.8% | 0.69% | - |
| HSV(B) | 295.2º | 0.52% | 0.94% | - |
| XYZ | 53.91 | 34.92 | 85.56 | - |
| YUV | 162.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 239 | 0.04 | 0.52 | 0 | 0.06 | 295.2 | 0.8 | 0.69 |
| Hex | E5 | 72 | EF | 4 | 34 | 0 | 6 | 127 | 50 | 45 |
| Octal | 345 | 162 | 357 | 4 | 64 | 0 | 6 | 447 | 120 | 105 |
| Binary | 11100101 | 1110010 | 11101111 | 100 | 110100 | 0 | 110 | 100100111 | 1010000 | 1000101 |
Color Harmonies of #E572EF
Complementary color
Monochromatic Colors of #E572EF
Black with #E572EF
Text Example
Text Example
White with #E572EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572EF; }
p { color: rgb(229,114,239); }
H1.HeaderClassName
{
color: #E572EF;
}
.AnyTagClassName
{
color: #E572EF;
}
</style>
background-color css
<style>
a { background-color: #E572EF; }
a { background-color: rgb(229,114,239); }
div.DivClassName
{
background-color: #E572EF;
}
.BgClassName
{
background-color: #E572EF;
}
</style>
border-color css
<style>
span { border-color: #E572EF; }
span { border-color: rgb(229,114,239); }
td.TdClassName
{
border-color: #E572EF;
}
.TagClassName
{
border-color: #E572EF;
}
</style>