Shades of Heliotrope #E072EC
Tints of Heliotrope #E072EC
RGB
CMYK
RGB Variations
Color information
#E072EC (or 0xE072EC) is known color: Heliotrope. HEX triplet: E0, 72 and EC. RGB value is (224,114,236). Sum of RGB (Red+Green+Blue) = 224+114+236=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #E072EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072EC is #1F8D13. Grayscale: #A0A0A0. Windows color (decimal): -2067732 or 15495904. OLE color: 15495904.
HSL color Cylindrical-coordinate representation of color #E072EC: hue angle of 294.1º 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 #E072EC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 114 | 236 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.07 |
| HSL | 294.1º | 0.76% | 0.69% | - |
| HSV(B) | 294.1º | 0.52% | 0.93% | - |
| XYZ | 51.9 | 33.94 | 83.17 | - |
| YUV | 160.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 236 | 0.05 | 0.52 | 0 | 0.07 | 294.1 | 0.76 | 0.69 |
| Hex | E0 | 72 | EC | 5 | 34 | 0 | 7 | 126 | 4C | 45 |
| Octal | 340 | 162 | 354 | 5 | 64 | 0 | 7 | 446 | 114 | 105 |
| Binary | 11100000 | 1110010 | 11101100 | 101 | 110100 | 0 | 111 | 100100110 | 1001100 | 1000101 |
Color Harmonies of #E072EC
Complementary color
Monochromatic Colors of #E072EC
Black with #E072EC
Text Example
Text Example
White with #E072EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072EC; }
p { color: rgb(224,114,236); }
H1.HeaderClassName
{
color: #E072EC;
}
.AnyTagClassName
{
color: #E072EC;
}
</style>
background-color css
<style>
a { background-color: #E072EC; }
a { background-color: rgb(224,114,236); }
div.DivClassName
{
background-color: #E072EC;
}
.BgClassName
{
background-color: #E072EC;
}
</style>
border-color css
<style>
span { border-color: #E072EC; }
span { border-color: rgb(224,114,236); }
td.TdClassName
{
border-color: #E072EC;
}
.TagClassName
{
border-color: #E072EC;
}
</style>