Shades of Heliotrope #E071EC
Tints of Heliotrope #E071EC
RGB
CMYK
RGB Variations
Color information
#E071EC (or 0xE071EC) is known color: Heliotrope. HEX triplet: E0, 71 and EC. RGB value is (224,113,236). Sum of RGB (Red+Green+Blue) = 224+113+236=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #E071EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071EC is #1F8E13. Grayscale: #9F9F9F. Windows color (decimal): -2067988 or 15495648. OLE color: 15495648.
HSL color Cylindrical-coordinate representation of color #E071EC: hue angle of 294.15º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E071EC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 113 | 236 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.07 |
| HSL | 294.15º | 0.76% | 0.68% | - |
| HSV(B) | 294.15º | 0.52% | 0.93% | - |
| XYZ | 51.79 | 33.71 | 83.13 | - |
| YUV | 160.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 236 | 0.05 | 0.52 | 0 | 0.07 | 294.15 | 0.76 | 0.68 |
| Hex | E0 | 71 | EC | 5 | 34 | 0 | 7 | 126 | 4C | 44 |
| Octal | 340 | 161 | 354 | 5 | 64 | 0 | 7 | 446 | 114 | 104 |
| Binary | 11100000 | 1110001 | 11101100 | 101 | 110100 | 0 | 111 | 100100110 | 1001100 | 1000100 |
Color Harmonies of #E071EC
Complementary color
Monochromatic Colors of #E071EC
Black with #E071EC
Text Example
Text Example
White with #E071EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071EC; }
p { color: rgb(224,113,236); }
H1.HeaderClassName
{
color: #E071EC;
}
.AnyTagClassName
{
color: #E071EC;
}
</style>
background-color css
<style>
a { background-color: #E071EC; }
a { background-color: rgb(224,113,236); }
div.DivClassName
{
background-color: #E071EC;
}
.BgClassName
{
background-color: #E071EC;
}
</style>
border-color css
<style>
span { border-color: #E071EC; }
span { border-color: rgb(224,113,236); }
td.TdClassName
{
border-color: #E071EC;
}
.TagClassName
{
border-color: #E071EC;
}
</style>