Shades of Heliotrope #E06AFA
Tints of Heliotrope #E06AFA
RGB
CMYK
RGB Variations
Color information
#E06AFA (or 0xE06AFA) is known color: Heliotrope. HEX triplet: E0, 6A and FA. RGB value is (224,106,250). Sum of RGB (Red+Green+Blue) = 224+106+250=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #E06AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AFA is #1F9505. Grayscale: #9D9D9D. Windows color (decimal): -2069766 or 16411360. OLE color: 16411360.
HSL color Cylindrical-coordinate representation of color #E06AFA: hue angle of 289.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E06AFA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 106 | 250 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.02 |
| HSL | 289.17º | 0.94% | 0.7% | - |
| HSV(B) | 289.17º | 0.58% | 0.98% | - |
| XYZ | 53.15 | 33.06 | 94.02 | - |
| YUV | 157.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 250 | 0.10 | 0.58 | 0 | 0.02 | 289.17 | 0.94 | 0.7 |
| Hex | E0 | 6A | FA | A | 3A | 0 | 2 | 121 | 5E | 46 |
| Octal | 340 | 152 | 372 | 12 | 72 | 0 | 2 | 441 | 136 | 106 |
| Binary | 11100000 | 1101010 | 11111010 | 1010 | 111010 | 0 | 10 | 100100001 | 1011110 | 1000110 |
Color Harmonies of #E06AFA
Complementary color
Monochromatic Colors of #E06AFA
Black with #E06AFA
Text Example
Text Example
White with #E06AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AFA; }
p { color: rgb(224,106,250); }
H1.HeaderClassName
{
color: #E06AFA;
}
.AnyTagClassName
{
color: #E06AFA;
}
</style>
background-color css
<style>
a { background-color: #E06AFA; }
a { background-color: rgb(224,106,250); }
div.DivClassName
{
background-color: #E06AFA;
}
.BgClassName
{
background-color: #E06AFA;
}
</style>
border-color css
<style>
span { border-color: #E06AFA; }
span { border-color: rgb(224,106,250); }
td.TdClassName
{
border-color: #E06AFA;
}
.TagClassName
{
border-color: #E06AFA;
}
</style>