Shades of Heliotrope #E062FF
Tints of Heliotrope #E062FF
RGB
CMYK
RGB Variations
Color information
#E062FF (or 0xE062FF) is known color: Heliotrope. HEX triplet: E0, 62 and FF. RGB value is (224,98,255). Sum of RGB (Red+Green+Blue) = 224+98+255=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 98 (38.67% from 255 or 16.98% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #E062FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E062FF is #1F9D00. Grayscale: #999999. Windows color (decimal): -2071809 or 16736992. OLE color: 16736992.
HSL color Cylindrical-coordinate representation of color #E062FF: hue angle of 288.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E062FF is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 98 | 255 | - |
| CMYK | 0.12 | 0.62 | 0 | 0 |
| HSL | 288.15º | 1% | 0.69% | - |
| HSV(B) | 288.15º | 0.62% | 1% | - |
| XYZ | 53.16 | 31.8 | 97.94 | - |
| YUV | 153.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 255 | 0.12 | 0.62 | 0 | 0 | 288.15 | 1 | 0.69 |
| Hex | E0 | 62 | FF | C | 3E | 0 | 0 | 120 | 64 | 45 |
| Octal | 340 | 142 | 377 | 14 | 76 | 0 | 0 | 440 | 144 | 105 |
| Binary | 11100000 | 1100010 | 11111111 | 1100 | 111110 | 0 | 0 | 100100000 | 1100100 | 1000101 |
Color Harmonies of #E062FF
Complementary color
Monochromatic Colors of #E062FF
Black with #E062FF
Text Example
Text Example
White with #E062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062FF; }
p { color: rgb(224,98,255); }
H1.HeaderClassName
{
color: #E062FF;
}
.AnyTagClassName
{
color: #E062FF;
}
</style>
background-color css
<style>
a { background-color: #E062FF; }
a { background-color: rgb(224,98,255); }
div.DivClassName
{
background-color: #E062FF;
}
.BgClassName
{
background-color: #E062FF;
}
</style>
border-color css
<style>
span { border-color: #E062FF; }
span { border-color: rgb(224,98,255); }
td.TdClassName
{
border-color: #E062FF;
}
.TagClassName
{
border-color: #E062FF;
}
</style>