Shades of Heliotrope #E06AEE
Tints of Heliotrope #E06AEE
RGB
CMYK
RGB Variations
Color information
#E06AEE (or 0xE06AEE) is known color: Heliotrope. HEX triplet: E0, 6A and EE. RGB value is (224,106,238). Sum of RGB (Red+Green+Blue) = 224+106+238=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #E06AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06AEE is #1F9511. Grayscale: #9B9B9B. Windows color (decimal): -2069778 or 15624928. OLE color: 15624928.
HSL color Cylindrical-coordinate representation of color #E06AEE: hue angle of 293.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06AEE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 106 | 238 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.07 |
| HSL | 293.64º | 0.8% | 0.67% | - |
| HSV(B) | 293.64º | 0.55% | 0.93% | - |
| XYZ | 51.33 | 32.33 | 84.42 | - |
| YUV | 156.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 238 | 0.06 | 0.55 | 0 | 0.07 | 293.64 | 0.8 | 0.67 |
| Hex | E0 | 6A | EE | 6 | 37 | 0 | 7 | 126 | 50 | 43 |
| Octal | 340 | 152 | 356 | 6 | 67 | 0 | 7 | 446 | 120 | 103 |
| Binary | 11100000 | 1101010 | 11101110 | 110 | 110111 | 0 | 111 | 100100110 | 1010000 | 1000011 |
Color Harmonies of #E06AEE
Complementary color
Monochromatic Colors of #E06AEE
Black with #E06AEE
Text Example
Text Example
White with #E06AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AEE; }
p { color: rgb(224,106,238); }
H1.HeaderClassName
{
color: #E06AEE;
}
.AnyTagClassName
{
color: #E06AEE;
}
</style>
background-color css
<style>
a { background-color: #E06AEE; }
a { background-color: rgb(224,106,238); }
div.DivClassName
{
background-color: #E06AEE;
}
.BgClassName
{
background-color: #E06AEE;
}
</style>
border-color css
<style>
span { border-color: #E06AEE; }
span { border-color: rgb(224,106,238); }
td.TdClassName
{
border-color: #E06AEE;
}
.TagClassName
{
border-color: #E06AEE;
}
</style>