Shades of Heliotrope #E072F9
Tints of Heliotrope #E072F9
RGB
CMYK
RGB Variations
Color information
#E072F9 (or 0xE072F9) is known color: Heliotrope. HEX triplet: E0, 72 and F9. RGB value is (224,114,249). Sum of RGB (Red+Green+Blue) = 224+114+249=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #E072F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072F9 is #1F8D06. Grayscale: #A1A1A1. Windows color (decimal): -2067719 or 16347872. OLE color: 16347872.
HSL color Cylindrical-coordinate representation of color #E072F9: hue angle of 288.89º degrees, saturation: 0.92, 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 #E072F9 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 114 | 249 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.02 |
| HSL | 288.89º | 0.92% | 0.71% | - |
| HSV(B) | 288.89º | 0.54% | 0.98% | - |
| XYZ | 53.86 | 34.72 | 93.49 | - |
| YUV | 162.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 249 | 0.10 | 0.54 | 0 | 0.02 | 288.89 | 0.92 | 0.71 |
| Hex | E0 | 72 | F9 | A | 36 | 0 | 2 | 121 | 5C | 47 |
| Octal | 340 | 162 | 371 | 12 | 66 | 0 | 2 | 441 | 134 | 107 |
| Binary | 11100000 | 1110010 | 11111001 | 1010 | 110110 | 0 | 10 | 100100001 | 1011100 | 1000111 |
Color Harmonies of #E072F9
Complementary color
Monochromatic Colors of #E072F9
Black with #E072F9
Text Example
Text Example
White with #E072F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072F9; }
p { color: rgb(224,114,249); }
H1.HeaderClassName
{
color: #E072F9;
}
.AnyTagClassName
{
color: #E072F9;
}
</style>
background-color css
<style>
a { background-color: #E072F9; }
a { background-color: rgb(224,114,249); }
div.DivClassName
{
background-color: #E072F9;
}
.BgClassName
{
background-color: #E072F9;
}
</style>
border-color css
<style>
span { border-color: #E072F9; }
span { border-color: rgb(224,114,249); }
td.TdClassName
{
border-color: #E072F9;
}
.TagClassName
{
border-color: #E072F9;
}
</style>