Shades of Heliotrope #E062FD
Tints of Heliotrope #E062FD
RGB
CMYK
RGB Variations
Color information
#E062FD (or 0xE062FD) is known color: Heliotrope. HEX triplet: E0, 62 and FD. RGB value is (224,98,253). Sum of RGB (Red+Green+Blue) = 224+98+253=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 98 (38.67% from 255 or 17.04% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #E062FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E062FD is #1F9D02. Grayscale: #989898. Windows color (decimal): -2071811 or 16605920. OLE color: 16605920.
HSL color Cylindrical-coordinate representation of color #E062FD: hue angle of 288.77º degrees, saturation: 0.97, 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 #E062FD is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 98 | 253 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.01 |
| HSL | 288.77º | 0.97% | 0.69% | - |
| HSV(B) | 288.77º | 0.61% | 0.99% | - |
| XYZ | 52.84 | 31.67 | 96.26 | - |
| YUV | 153.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 253 | 0.11 | 0.61 | 0 | 0.01 | 288.77 | 0.97 | 0.69 |
| Hex | E0 | 62 | FD | B | 3D | 0 | 1 | 121 | 61 | 45 |
| Octal | 340 | 142 | 375 | 13 | 75 | 0 | 1 | 441 | 141 | 105 |
| Binary | 11100000 | 1100010 | 11111101 | 1011 | 111101 | 0 | 1 | 100100001 | 1100001 | 1000101 |
Color Harmonies of #E062FD
Complementary color
Monochromatic Colors of #E062FD
Black with #E062FD
Text Example
Text Example
White with #E062FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062FD; }
p { color: rgb(224,98,253); }
H1.HeaderClassName
{
color: #E062FD;
}
.AnyTagClassName
{
color: #E062FD;
}
</style>
background-color css
<style>
a { background-color: #E062FD; }
a { background-color: rgb(224,98,253); }
div.DivClassName
{
background-color: #E062FD;
}
.BgClassName
{
background-color: #E062FD;
}
</style>
border-color css
<style>
span { border-color: #E062FD; }
span { border-color: rgb(224,98,253); }
td.TdClassName
{
border-color: #E062FD;
}
.TagClassName
{
border-color: #E062FD;
}
</style>