Shades of Heliotrope #E060EF
Tints of Heliotrope #E060EF
RGB
CMYK
RGB Variations
Color information
#E060EF (or 0xE060EF) is known color: Heliotrope. HEX triplet: E0, 60 and EF. RGB value is (224,96,239). Sum of RGB (Red+Green+Blue) = 224+96+239=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #E060EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E060EF is #1F9F10. Grayscale: #969696. Windows color (decimal): -2072337 or 15687904. OLE color: 15687904.
HSL color Cylindrical-coordinate representation of color #E060EF: hue angle of 293.71º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E060EF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 96 | 239 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.06 |
| HSL | 293.71º | 0.82% | 0.66% | - |
| HSV(B) | 293.71º | 0.6% | 0.94% | - |
| XYZ | 50.5 | 30.45 | 84.88 | - |
| YUV | 150.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 239 | 0.06 | 0.60 | 0 | 0.06 | 293.71 | 0.82 | 0.66 |
| Hex | E0 | 60 | EF | 6 | 3C | 0 | 6 | 126 | 52 | 42 |
| Octal | 340 | 140 | 357 | 6 | 74 | 0 | 6 | 446 | 122 | 102 |
| Binary | 11100000 | 1100000 | 11101111 | 110 | 111100 | 0 | 110 | 100100110 | 1010010 | 1000010 |
Color Harmonies of #E060EF
Complementary color
Monochromatic Colors of #E060EF
Black with #E060EF
Text Example
Text Example
White with #E060EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E060EF; }
p { color: rgb(224,96,239); }
H1.HeaderClassName
{
color: #E060EF;
}
.AnyTagClassName
{
color: #E060EF;
}
</style>
background-color css
<style>
a { background-color: #E060EF; }
a { background-color: rgb(224,96,239); }
div.DivClassName
{
background-color: #E060EF;
}
.BgClassName
{
background-color: #E060EF;
}
</style>
border-color css
<style>
span { border-color: #E060EF; }
span { border-color: rgb(224,96,239); }
td.TdClassName
{
border-color: #E060EF;
}
.TagClassName
{
border-color: #E060EF;
}
</style>