Shades of Heliotrope #E072ED
Tints of Heliotrope #E072ED
RGB
CMYK
RGB Variations
Color information
#E072ED (or 0xE072ED) is known color: Heliotrope. HEX triplet: E0, 72 and ED. RGB value is (224,114,237). Sum of RGB (Red+Green+Blue) = 224+114+237=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #E072ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072ED is #1F8D12. Grayscale: #A0A0A0. Windows color (decimal): -2067731 or 15561440. OLE color: 15561440.
HSL color Cylindrical-coordinate representation of color #E072ED: hue angle of 293.66º degrees, saturation: 0.77, 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 #E072ED is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 114 | 237 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.07 |
| HSL | 293.66º | 0.77% | 0.69% | - |
| HSV(B) | 293.66º | 0.52% | 0.93% | - |
| XYZ | 52.04 | 34 | 83.94 | - |
| YUV | 160.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 237 | 0.05 | 0.52 | 0 | 0.07 | 293.66 | 0.77 | 0.69 |
| Hex | E0 | 72 | ED | 5 | 34 | 0 | 7 | 126 | 4D | 45 |
| Octal | 340 | 162 | 355 | 5 | 64 | 0 | 7 | 446 | 115 | 105 |
| Binary | 11100000 | 1110010 | 11101101 | 101 | 110100 | 0 | 111 | 100100110 | 1001101 | 1000101 |
Color Harmonies of #E072ED
Complementary color
Monochromatic Colors of #E072ED
Black with #E072ED
Text Example
Text Example
White with #E072ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072ED; }
p { color: rgb(224,114,237); }
H1.HeaderClassName
{
color: #E072ED;
}
.AnyTagClassName
{
color: #E072ED;
}
</style>
background-color css
<style>
a { background-color: #E072ED; }
a { background-color: rgb(224,114,237); }
div.DivClassName
{
background-color: #E072ED;
}
.BgClassName
{
background-color: #E072ED;
}
</style>
border-color css
<style>
span { border-color: #E072ED; }
span { border-color: rgb(224,114,237); }
td.TdClassName
{
border-color: #E072ED;
}
.TagClassName
{
border-color: #E072ED;
}
</style>