Shades of Heliotrope #E072F3
Tints of Heliotrope #E072F3
RGB
CMYK
RGB Variations
Color information
#E072F3 (or 0xE072F3) is known color: Heliotrope. HEX triplet: E0, 72 and F3. RGB value is (224,114,243). Sum of RGB (Red+Green+Blue) = 224+114+243=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #E072F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E072F3 is #1F8D0C. Grayscale: #A1A1A1. Windows color (decimal): -2067725 or 15954656. OLE color: 15954656.
HSL color Cylindrical-coordinate representation of color #E072F3: hue angle of 291.16º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E072F3 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 114 | 243 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.05 |
| HSL | 291.16º | 0.84% | 0.7% | - |
| HSV(B) | 291.16º | 0.53% | 0.95% | - |
| XYZ | 52.94 | 34.35 | 88.63 | - |
| YUV | 161.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 243 | 0.08 | 0.53 | 0 | 0.05 | 291.16 | 0.84 | 0.7 |
| Hex | E0 | 72 | F3 | 8 | 35 | 0 | 5 | 123 | 54 | 46 |
| Octal | 340 | 162 | 363 | 10 | 65 | 0 | 5 | 443 | 124 | 106 |
| Binary | 11100000 | 1110010 | 11110011 | 1000 | 110101 | 0 | 101 | 100100011 | 1010100 | 1000110 |
Color Harmonies of #E072F3
Complementary color
Monochromatic Colors of #E072F3
Black with #E072F3
Text Example
Text Example
White with #E072F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E072F3; }
p { color: rgb(224,114,243); }
H1.HeaderClassName
{
color: #E072F3;
}
.AnyTagClassName
{
color: #E072F3;
}
</style>
background-color css
<style>
a { background-color: #E072F3; }
a { background-color: rgb(224,114,243); }
div.DivClassName
{
background-color: #E072F3;
}
.BgClassName
{
background-color: #E072F3;
}
</style>
border-color css
<style>
span { border-color: #E072F3; }
span { border-color: rgb(224,114,243); }
td.TdClassName
{
border-color: #E072F3;
}
.TagClassName
{
border-color: #E072F3;
}
</style>