Shades of Heliotrope #E060FD
Tints of Heliotrope #E060FD
RGB
CMYK
RGB Variations
Color information
#E060FD (or 0xE060FD) is known color: Heliotrope. HEX triplet: E0, 60 and FD. RGB value is (224,96,253). Sum of RGB (Red+Green+Blue) = 224+96+253=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #E060FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060FD is #1F9F02. Grayscale: #979797. Windows color (decimal): -2072323 or 16605408. OLE color: 16605408.
HSL color Cylindrical-coordinate representation of color #E060FD: hue angle of 288.92º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E060FD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 96 | 253 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.01 |
| HSL | 288.92º | 0.98% | 0.68% | - |
| HSV(B) | 288.92º | 0.62% | 0.99% | - |
| XYZ | 52.65 | 31.3 | 96.2 | - |
| YUV | 152.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 253 | 0.11 | 0.62 | 0 | 0.01 | 288.92 | 0.98 | 0.68 |
| Hex | E0 | 60 | FD | B | 3E | 0 | 1 | 121 | 62 | 44 |
| Octal | 340 | 140 | 375 | 13 | 76 | 0 | 1 | 441 | 142 | 104 |
| Binary | 11100000 | 1100000 | 11111101 | 1011 | 111110 | 0 | 1 | 100100001 | 1100010 | 1000100 |
Color Harmonies of #E060FD
Complementary color
Monochromatic Colors of #E060FD
Black with #E060FD
Text Example
Text Example
White with #E060FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060FD; }
p { color: rgb(224,96,253); }
H1.HeaderClassName
{
color: #E060FD;
}
.AnyTagClassName
{
color: #E060FD;
}
</style>
background-color css
<style>
a { background-color: #E060FD; }
a { background-color: rgb(224,96,253); }
div.DivClassName
{
background-color: #E060FD;
}
.BgClassName
{
background-color: #E060FD;
}
</style>
border-color css
<style>
span { border-color: #E060FD; }
span { border-color: rgb(224,96,253); }
td.TdClassName
{
border-color: #E060FD;
}
.TagClassName
{
border-color: #E060FD;
}
</style>