Shades of Heliotrope #E06AF6
Tints of Heliotrope #E06AF6
RGB
CMYK
RGB Variations
Color information
#E06AF6 (or 0xE06AF6) is known color: Heliotrope. HEX triplet: E0, 6A and F6. RGB value is (224,106,246). Sum of RGB (Red+Green+Blue) = 224+106+246=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #E06AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AF6 is #1F9509. Grayscale: #9C9C9C. Windows color (decimal): -2069770 or 16149216. OLE color: 16149216.
HSL color Cylindrical-coordinate representation of color #E06AF6: hue angle of 290.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06AF6 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 106 | 246 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.04 |
| HSL | 290.57º | 0.89% | 0.69% | - |
| HSV(B) | 290.57º | 0.57% | 0.96% | - |
| XYZ | 52.53 | 32.81 | 90.75 | - |
| YUV | 157.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 246 | 0.09 | 0.57 | 0 | 0.04 | 290.57 | 0.89 | 0.69 |
| Hex | E0 | 6A | F6 | 9 | 39 | 0 | 4 | 123 | 59 | 45 |
| Octal | 340 | 152 | 366 | 11 | 71 | 0 | 4 | 443 | 131 | 105 |
| Binary | 11100000 | 1101010 | 11110110 | 1001 | 111001 | 0 | 100 | 100100011 | 1011001 | 1000101 |
Color Harmonies of #E06AF6
Complementary color
Monochromatic Colors of #E06AF6
Black with #E06AF6
Text Example
Text Example
White with #E06AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AF6; }
p { color: rgb(224,106,246); }
H1.HeaderClassName
{
color: #E06AF6;
}
.AnyTagClassName
{
color: #E06AF6;
}
</style>
background-color css
<style>
a { background-color: #E06AF6; }
a { background-color: rgb(224,106,246); }
div.DivClassName
{
background-color: #E06AF6;
}
.BgClassName
{
background-color: #E06AF6;
}
</style>
border-color css
<style>
span { border-color: #E06AF6; }
span { border-color: rgb(224,106,246); }
td.TdClassName
{
border-color: #E06AF6;
}
.TagClassName
{
border-color: #E06AF6;
}
</style>