Shades of Heliotrope #E072F7
Tints of Heliotrope #E072F7
RGB
CMYK
RGB Variations
Color information
#E072F7 (or 0xE072F7) is known color: Heliotrope. HEX triplet: E0, 72 and F7. RGB value is (224,114,247). Sum of RGB (Red+Green+Blue) = 224+114+247=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #E072F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072F7 is #1F8D08. Grayscale: #A1A1A1. Windows color (decimal): -2067721 or 16216800. OLE color: 16216800.
HSL color Cylindrical-coordinate representation of color #E072F7: hue angle of 289.62º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E072F7 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 114 | 247 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.03 |
| HSL | 289.62º | 0.89% | 0.71% | - |
| HSV(B) | 289.62º | 0.54% | 0.97% | - |
| XYZ | 53.55 | 34.6 | 91.85 | - |
| YUV | 162.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 247 | 0.09 | 0.54 | 0 | 0.03 | 289.62 | 0.89 | 0.71 |
| Hex | E0 | 72 | F7 | 9 | 36 | 0 | 3 | 122 | 59 | 47 |
| Octal | 340 | 162 | 367 | 11 | 66 | 0 | 3 | 442 | 131 | 107 |
| Binary | 11100000 | 1110010 | 11110111 | 1001 | 110110 | 0 | 11 | 100100010 | 1011001 | 1000111 |
Color Harmonies of #E072F7
Complementary color
Monochromatic Colors of #E072F7
Black with #E072F7
Text Example
Text Example
White with #E072F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072F7; }
p { color: rgb(224,114,247); }
H1.HeaderClassName
{
color: #E072F7;
}
.AnyTagClassName
{
color: #E072F7;
}
</style>
background-color css
<style>
a { background-color: #E072F7; }
a { background-color: rgb(224,114,247); }
div.DivClassName
{
background-color: #E072F7;
}
.BgClassName
{
background-color: #E072F7;
}
</style>
border-color css
<style>
span { border-color: #E072F7; }
span { border-color: rgb(224,114,247); }
td.TdClassName
{
border-color: #E072F7;
}
.TagClassName
{
border-color: #E072F7;
}
</style>