Shades of Heliotrope #E06EFF
Tints of Heliotrope #E06EFF
RGB
CMYK
RGB Variations
Color information
#E06EFF (or 0xE06EFF) is known color: Heliotrope. HEX triplet: E0, 6E and FF. RGB value is (224,110,255). Sum of RGB (Red+Green+Blue) = 224+110+255=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 110 (43.36% from 255 or 18.68% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #E06EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EFF is #1F9100. Grayscale: #A0A0A0. Windows color (decimal): -2068737 or 16740064. OLE color: 16740064.
HSL color Cylindrical-coordinate representation of color #E06EFF: hue angle of 287.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06EFF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 110 | 255 | - |
| CMYK | 0.12 | 0.57 | 0 | 0 |
| HSL | 287.17º | 1% | 0.72% | - |
| HSV(B) | 287.17º | 0.57% | 1% | - |
| XYZ | 54.37 | 34.22 | 98.35 | - |
| YUV | 160.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 255 | 0.12 | 0.57 | 0 | 0 | 287.17 | 1 | 0.72 |
| Hex | E0 | 6E | FF | C | 39 | 0 | 0 | 11F | 64 | 48 |
| Octal | 340 | 156 | 377 | 14 | 71 | 0 | 0 | 437 | 144 | 110 |
| Binary | 11100000 | 1101110 | 11111111 | 1100 | 111001 | 0 | 0 | 100011111 | 1100100 | 1001000 |
Color Harmonies of #E06EFF
Complementary color
Monochromatic Colors of #E06EFF
Black with #E06EFF
Text Example
Text Example
White with #E06EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EFF; }
p { color: rgb(224,110,255); }
H1.HeaderClassName
{
color: #E06EFF;
}
.AnyTagClassName
{
color: #E06EFF;
}
</style>
background-color css
<style>
a { background-color: #E06EFF; }
a { background-color: rgb(224,110,255); }
div.DivClassName
{
background-color: #E06EFF;
}
.BgClassName
{
background-color: #E06EFF;
}
</style>
border-color css
<style>
span { border-color: #E06EFF; }
span { border-color: rgb(224,110,255); }
td.TdClassName
{
border-color: #E06EFF;
}
.TagClassName
{
border-color: #E06EFF;
}
</style>