Shades of Violet #E472EC
Tints of Violet #E472EC
RGB
CMYK
RGB Variations
Color information
#E472EC (or 0xE472EC) is known color: Violet. HEX triplet: E4, 72 and EC. RGB value is (228,114,236). Sum of RGB (Red+Green+Blue) = 228+114+236=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #E472EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472EC is #1B8D13. Grayscale: #A1A1A1. Windows color (decimal): -1805588 or 15495908. OLE color: 15495908.
HSL color Cylindrical-coordinate representation of color #E472EC: hue angle of 296.07º 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 #E472EC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 114 | 236 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 296.07º | 0.76% | 0.69% | - |
| HSV(B) | 296.07º | 0.52% | 0.93% | - |
| XYZ | 53.15 | 34.58 | 83.23 | - |
| YUV | 161.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 236 | 0.03 | 0.52 | 0 | 0.07 | 296.07 | 0.76 | 0.69 |
| Hex | E4 | 72 | EC | 3 | 34 | 0 | 7 | 128 | 4C | 45 |
| Octal | 344 | 162 | 354 | 3 | 64 | 0 | 7 | 450 | 114 | 105 |
| Binary | 11100100 | 1110010 | 11101100 | 11 | 110100 | 0 | 111 | 100101000 | 1001100 | 1000101 |
Color Harmonies of #E472EC
Complementary color
Monochromatic Colors of #E472EC
Black with #E472EC
Text Example
Text Example
White with #E472EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472EC; }
p { color: rgb(228,114,236); }
H1.HeaderClassName
{
color: #E472EC;
}
.AnyTagClassName
{
color: #E472EC;
}
</style>
background-color css
<style>
a { background-color: #E472EC; }
a { background-color: rgb(228,114,236); }
div.DivClassName
{
background-color: #E472EC;
}
.BgClassName
{
background-color: #E472EC;
}
</style>
border-color css
<style>
span { border-color: #E472EC; }
span { border-color: rgb(228,114,236); }
td.TdClassName
{
border-color: #E472EC;
}
.TagClassName
{
border-color: #E472EC;
}
</style>