Shades of Heliotrope #E072F0
Tints of Heliotrope #E072F0
RGB
CMYK
RGB Variations
Color information
#E072F0 (or 0xE072F0) is known color: Heliotrope. HEX triplet: E0, 72 and F0. RGB value is (224,114,240). Sum of RGB (Red+Green+Blue) = 224+114+240=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #E072F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072F0 is #1F8D0F. Grayscale: #A0A0A0. Windows color (decimal): -2067728 or 15758048. OLE color: 15758048.
HSL color Cylindrical-coordinate representation of color #E072F0: hue angle of 292.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E072F0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 114 | 240 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.06 |
| HSL | 292.38º | 0.81% | 0.69% | - |
| HSV(B) | 292.38º | 0.53% | 0.94% | - |
| XYZ | 52.49 | 34.17 | 86.27 | - |
| YUV | 161.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 240 | 0.07 | 0.52 | 0 | 0.06 | 292.38 | 0.81 | 0.69 |
| Hex | E0 | 72 | F0 | 7 | 34 | 0 | 6 | 124 | 51 | 45 |
| Octal | 340 | 162 | 360 | 7 | 64 | 0 | 6 | 444 | 121 | 105 |
| Binary | 11100000 | 1110010 | 11110000 | 111 | 110100 | 0 | 110 | 100100100 | 1010001 | 1000101 |
Color Harmonies of #E072F0
Complementary color
Monochromatic Colors of #E072F0
Black with #E072F0
Text Example
Text Example
White with #E072F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072F0; }
p { color: rgb(224,114,240); }
H1.HeaderClassName
{
color: #E072F0;
}
.AnyTagClassName
{
color: #E072F0;
}
</style>
background-color css
<style>
a { background-color: #E072F0; }
a { background-color: rgb(224,114,240); }
div.DivClassName
{
background-color: #E072F0;
}
.BgClassName
{
background-color: #E072F0;
}
</style>
border-color css
<style>
span { border-color: #E072F0; }
span { border-color: rgb(224,114,240); }
td.TdClassName
{
border-color: #E072F0;
}
.TagClassName
{
border-color: #E072F0;
}
</style>