Shades of Heliotrope #E06AF3
Tints of Heliotrope #E06AF3
RGB
CMYK
RGB Variations
Color information
#E06AF3 (or 0xE06AF3) is known color: Heliotrope. HEX triplet: E0, 6A and F3. RGB value is (224,106,243). Sum of RGB (Red+Green+Blue) = 224+106+243=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #E06AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AF3 is #1F950C. Grayscale: #9C9C9C. Windows color (decimal): -2069773 or 15952608. OLE color: 15952608.
HSL color Cylindrical-coordinate representation of color #E06AF3: hue angle of 291.68º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06AF3 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 106 | 243 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.05 |
| HSL | 291.68º | 0.85% | 0.68% | - |
| HSV(B) | 291.68º | 0.56% | 0.95% | - |
| XYZ | 52.07 | 32.63 | 88.35 | - |
| YUV | 156.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 243 | 0.08 | 0.56 | 0 | 0.05 | 291.68 | 0.85 | 0.68 |
| Hex | E0 | 6A | F3 | 8 | 38 | 0 | 5 | 124 | 55 | 44 |
| Octal | 340 | 152 | 363 | 10 | 70 | 0 | 5 | 444 | 125 | 104 |
| Binary | 11100000 | 1101010 | 11110011 | 1000 | 111000 | 0 | 101 | 100100100 | 1010101 | 1000100 |
Color Harmonies of #E06AF3
Complementary color
Monochromatic Colors of #E06AF3
Black with #E06AF3
Text Example
Text Example
White with #E06AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AF3; }
p { color: rgb(224,106,243); }
H1.HeaderClassName
{
color: #E06AF3;
}
.AnyTagClassName
{
color: #E06AF3;
}
</style>
background-color css
<style>
a { background-color: #E06AF3; }
a { background-color: rgb(224,106,243); }
div.DivClassName
{
background-color: #E06AF3;
}
.BgClassName
{
background-color: #E06AF3;
}
</style>
border-color css
<style>
span { border-color: #E06AF3; }
span { border-color: rgb(224,106,243); }
td.TdClassName
{
border-color: #E06AF3;
}
.TagClassName
{
border-color: #E06AF3;
}
</style>