Shades of Heliotrope #E070EC
Tints of Heliotrope #E070EC
RGB
CMYK
RGB Variations
Color information
#E070EC (or 0xE070EC) is known color: Heliotrope. HEX triplet: E0, 70 and EC. RGB value is (224,112,236). Sum of RGB (Red+Green+Blue) = 224+112+236=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #E070EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070EC is #1F8F13. Grayscale: #9F9F9F. Windows color (decimal): -2068244 or 15495392. OLE color: 15495392.
HSL color Cylindrical-coordinate representation of color #E070EC: hue angle of 294.19º 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 #E070EC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 112 | 236 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.07 |
| HSL | 294.19º | 0.77% | 0.68% | - |
| HSV(B) | 294.19º | 0.53% | 0.93% | - |
| XYZ | 51.67 | 33.49 | 83.1 | - |
| YUV | 159.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 236 | 0.05 | 0.53 | 0 | 0.07 | 294.19 | 0.77 | 0.68 |
| Hex | E0 | 70 | EC | 5 | 35 | 0 | 7 | 126 | 4D | 44 |
| Octal | 340 | 160 | 354 | 5 | 65 | 0 | 7 | 446 | 115 | 104 |
| Binary | 11100000 | 1110000 | 11101100 | 101 | 110101 | 0 | 111 | 100100110 | 1001101 | 1000100 |
Color Harmonies of #E070EC
Complementary color
Monochromatic Colors of #E070EC
Black with #E070EC
Text Example
Text Example
White with #E070EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070EC; }
p { color: rgb(224,112,236); }
H1.HeaderClassName
{
color: #E070EC;
}
.AnyTagClassName
{
color: #E070EC;
}
</style>
background-color css
<style>
a { background-color: #E070EC; }
a { background-color: rgb(224,112,236); }
div.DivClassName
{
background-color: #E070EC;
}
.BgClassName
{
background-color: #E070EC;
}
</style>
border-color css
<style>
span { border-color: #E070EC; }
span { border-color: rgb(224,112,236); }
td.TdClassName
{
border-color: #E070EC;
}
.TagClassName
{
border-color: #E070EC;
}
</style>