Shades of Heliotrope #E062FC
Tints of Heliotrope #E062FC
RGB
CMYK
RGB Variations
Color information
#E062FC (or 0xE062FC) is known color: Heliotrope. HEX triplet: E0, 62 and FC. RGB value is (224,98,252). Sum of RGB (Red+Green+Blue) = 224+98+252=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 98 (38.67% from 255 or 17.07% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #E062FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E062FC is #1F9D03. Grayscale: #989898. Windows color (decimal): -2071812 or 16540384. OLE color: 16540384.
HSL color Cylindrical-coordinate representation of color #E062FC: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E062FC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 98 | 252 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.01 |
| HSL | 289.09º | 0.96% | 0.69% | - |
| HSV(B) | 289.09º | 0.61% | 0.99% | - |
| XYZ | 52.68 | 31.61 | 95.42 | - |
| YUV | 153.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 252 | 0.11 | 0.61 | 0 | 0.01 | 289.09 | 0.96 | 0.69 |
| Hex | E0 | 62 | FC | B | 3D | 0 | 1 | 121 | 60 | 45 |
| Octal | 340 | 142 | 374 | 13 | 75 | 0 | 1 | 441 | 140 | 105 |
| Binary | 11100000 | 1100010 | 11111100 | 1011 | 111101 | 0 | 1 | 100100001 | 1100000 | 1000101 |
Color Harmonies of #E062FC
Complementary color
Monochromatic Colors of #E062FC
Black with #E062FC
Text Example
Text Example
White with #E062FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062FC; }
p { color: rgb(224,98,252); }
H1.HeaderClassName
{
color: #E062FC;
}
.AnyTagClassName
{
color: #E062FC;
}
</style>
background-color css
<style>
a { background-color: #E062FC; }
a { background-color: rgb(224,98,252); }
div.DivClassName
{
background-color: #E062FC;
}
.BgClassName
{
background-color: #E062FC;
}
</style>
border-color css
<style>
span { border-color: #E062FC; }
span { border-color: rgb(224,98,252); }
td.TdClassName
{
border-color: #E062FC;
}
.TagClassName
{
border-color: #E062FC;
}
</style>