Shades of Heliotrope #E073EC
Tints of Heliotrope #E073EC
RGB
CMYK
RGB Variations
Color information
#E073EC (or 0xE073EC) is known color: Heliotrope. HEX triplet: E0, 73 and EC. RGB value is (224,115,236). Sum of RGB (Red+Green+Blue) = 224+115+236=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #E073EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E073EC is #1F8C13. Grayscale: #A1A1A1. Windows color (decimal): -2067476 or 15496160. OLE color: 15496160.
HSL color Cylindrical-coordinate representation of color #E073EC: hue angle of 294.05º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E073EC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 115 | 236 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 294.05º | 0.76% | 0.69% | - |
| HSV(B) | 294.05º | 0.51% | 0.93% | - |
| XYZ | 52.01 | 34.16 | 83.21 | - |
| YUV | 161.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 236 | 0.05 | 0.51 | 0 | 0.07 | 294.05 | 0.76 | 0.69 |
| Hex | E0 | 73 | EC | 5 | 33 | 0 | 7 | 126 | 4C | 45 |
| Octal | 340 | 163 | 354 | 5 | 63 | 0 | 7 | 446 | 114 | 105 |
| Binary | 11100000 | 1110011 | 11101100 | 101 | 110011 | 0 | 111 | 100100110 | 1001100 | 1000101 |
Color Harmonies of #E073EC
Complementary color
Monochromatic Colors of #E073EC
Black with #E073EC
Text Example
Text Example
White with #E073EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073EC; }
p { color: rgb(224,115,236); }
H1.HeaderClassName
{
color: #E073EC;
}
.AnyTagClassName
{
color: #E073EC;
}
</style>
background-color css
<style>
a { background-color: #E073EC; }
a { background-color: rgb(224,115,236); }
div.DivClassName
{
background-color: #E073EC;
}
.BgClassName
{
background-color: #E073EC;
}
</style>
border-color css
<style>
span { border-color: #E073EC; }
span { border-color: rgb(224,115,236); }
td.TdClassName
{
border-color: #E073EC;
}
.TagClassName
{
border-color: #E073EC;
}
</style>