Shades of Heliotrope #E06EF0
Tints of Heliotrope #E06EF0
RGB
CMYK
RGB Variations
Color information
#E06EF0 (or 0xE06EF0) is known color: Heliotrope. HEX triplet: E0, 6E and F0. RGB value is (224,110,240). Sum of RGB (Red+Green+Blue) = 224+110+240=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #E06EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EF0 is #1F910F. Grayscale: #9E9E9E. Windows color (decimal): -2068752 or 15757024. OLE color: 15757024.
HSL color Cylindrical-coordinate representation of color #E06EF0: hue angle of 292.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06EF0 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 110 | 240 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.06 |
| HSL | 292.62º | 0.81% | 0.69% | - |
| HSV(B) | 292.62º | 0.54% | 0.94% | - |
| XYZ | 52.04 | 33.29 | 86.12 | - |
| YUV | 158.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 240 | 0.07 | 0.54 | 0 | 0.06 | 292.62 | 0.81 | 0.69 |
| Hex | E0 | 6E | F0 | 7 | 36 | 0 | 6 | 125 | 51 | 45 |
| Octal | 340 | 156 | 360 | 7 | 66 | 0 | 6 | 445 | 121 | 105 |
| Binary | 11100000 | 1101110 | 11110000 | 111 | 110110 | 0 | 110 | 100100101 | 1010001 | 1000101 |
Color Harmonies of #E06EF0
Complementary color
Monochromatic Colors of #E06EF0
Black with #E06EF0
Text Example
Text Example
White with #E06EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EF0; }
p { color: rgb(224,110,240); }
H1.HeaderClassName
{
color: #E06EF0;
}
.AnyTagClassName
{
color: #E06EF0;
}
</style>
background-color css
<style>
a { background-color: #E06EF0; }
a { background-color: rgb(224,110,240); }
div.DivClassName
{
background-color: #E06EF0;
}
.BgClassName
{
background-color: #E06EF0;
}
</style>
border-color css
<style>
span { border-color: #E06EF0; }
span { border-color: rgb(224,110,240); }
td.TdClassName
{
border-color: #E06EF0;
}
.TagClassName
{
border-color: #E06EF0;
}
</style>