Shades of Heliotrope #E072FA
Tints of Heliotrope #E072FA
RGB
CMYK
RGB Variations
Color information
#E072FA (or 0xE072FA) is known color: Heliotrope. HEX triplet: E0, 72 and FA. RGB value is (224,114,250). Sum of RGB (Red+Green+Blue) = 224+114+250=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #E072FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072FA is #1F8D05. Grayscale: #A1A1A1. Windows color (decimal): -2067718 or 16413408. OLE color: 16413408.
HSL color Cylindrical-coordinate representation of color #E072FA: hue angle of 288.53º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E072FA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 114 | 250 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.02 |
| HSL | 288.53º | 0.93% | 0.71% | - |
| HSV(B) | 288.53º | 0.54% | 0.98% | - |
| XYZ | 54.01 | 34.78 | 94.31 | - |
| YUV | 162.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 250 | 0.10 | 0.54 | 0 | 0.02 | 288.53 | 0.93 | 0.71 |
| Hex | E0 | 72 | FA | A | 36 | 0 | 2 | 121 | 5D | 47 |
| Octal | 340 | 162 | 372 | 12 | 66 | 0 | 2 | 441 | 135 | 107 |
| Binary | 11100000 | 1110010 | 11111010 | 1010 | 110110 | 0 | 10 | 100100001 | 1011101 | 1000111 |
Color Harmonies of #E072FA
Complementary color
Monochromatic Colors of #E072FA
Black with #E072FA
Text Example
Text Example
White with #E072FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072FA; }
p { color: rgb(224,114,250); }
H1.HeaderClassName
{
color: #E072FA;
}
.AnyTagClassName
{
color: #E072FA;
}
</style>
background-color css
<style>
a { background-color: #E072FA; }
a { background-color: rgb(224,114,250); }
div.DivClassName
{
background-color: #E072FA;
}
.BgClassName
{
background-color: #E072FA;
}
</style>
border-color css
<style>
span { border-color: #E072FA; }
span { border-color: rgb(224,114,250); }
td.TdClassName
{
border-color: #E072FA;
}
.TagClassName
{
border-color: #E072FA;
}
</style>