Shades of Heliotrope #E062F0
Tints of Heliotrope #E062F0
RGB
CMYK
RGB Variations
Color information
#E062F0 (or 0xE062F0) is known color: Heliotrope. HEX triplet: E0, 62 and F0. RGB value is (224,98,240). Sum of RGB (Red+Green+Blue) = 224+98+240=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 98 (38.67% from 255 or 17.44% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #E062F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E062F0 is #1F9D0F. Grayscale: #979797. Windows color (decimal): -2071824 or 15753952. OLE color: 15753952.
HSL color Cylindrical-coordinate representation of color #E062F0: hue angle of 293.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E062F0 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 98 | 240 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.06 |
| HSL | 293.24º | 0.83% | 0.66% | - |
| HSV(B) | 293.24º | 0.59% | 0.94% | - |
| XYZ | 50.84 | 30.87 | 85.72 | - |
| YUV | 151.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 240 | 0.07 | 0.59 | 0 | 0.06 | 293.24 | 0.83 | 0.66 |
| Hex | E0 | 62 | F0 | 7 | 3B | 0 | 6 | 125 | 53 | 42 |
| Octal | 340 | 142 | 360 | 7 | 73 | 0 | 6 | 445 | 123 | 102 |
| Binary | 11100000 | 1100010 | 11110000 | 111 | 111011 | 0 | 110 | 100100101 | 1010011 | 1000010 |
Color Harmonies of #E062F0
Complementary color
Monochromatic Colors of #E062F0
Black with #E062F0
Text Example
Text Example
White with #E062F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062F0; }
p { color: rgb(224,98,240); }
H1.HeaderClassName
{
color: #E062F0;
}
.AnyTagClassName
{
color: #E062F0;
}
</style>
background-color css
<style>
a { background-color: #E062F0; }
a { background-color: rgb(224,98,240); }
div.DivClassName
{
background-color: #E062F0;
}
.BgClassName
{
background-color: #E062F0;
}
</style>
border-color css
<style>
span { border-color: #E062F0; }
span { border-color: rgb(224,98,240); }
td.TdClassName
{
border-color: #E062F0;
}
.TagClassName
{
border-color: #E062F0;
}
</style>