Shades of Heliotrope #E06EEB
Tints of Heliotrope #E06EEB
RGB
CMYK
RGB Variations
Color information
#E06EEB (or 0xE06EEB) is known color: Heliotrope. HEX triplet: E0, 6E and EB. RGB value is (224,110,235). Sum of RGB (Red+Green+Blue) = 224+110+235=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #E06EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06EEB is #1F9114. Grayscale: #9D9D9D. Windows color (decimal): -2068757 or 15429344. OLE color: 15429344.
HSL color Cylindrical-coordinate representation of color #E06EEB: hue angle of 294.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06EEB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 110 | 235 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.08 |
| HSL | 294.72º | 0.76% | 0.68% | - |
| HSV(B) | 294.72º | 0.53% | 0.92% | - |
| XYZ | 51.31 | 33 | 82.26 | - |
| YUV | 158.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 235 | 0.05 | 0.53 | 0 | 0.08 | 294.72 | 0.76 | 0.68 |
| Hex | E0 | 6E | EB | 5 | 35 | 0 | 8 | 127 | 4C | 44 |
| Octal | 340 | 156 | 353 | 5 | 65 | 0 | 10 | 447 | 114 | 104 |
| Binary | 11100000 | 1101110 | 11101011 | 101 | 110101 | 0 | 1000 | 100100111 | 1001100 | 1000100 |
Color Harmonies of #E06EEB
Complementary color
Monochromatic Colors of #E06EEB
Black with #E06EEB
Text Example
Text Example
White with #E06EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EEB; }
p { color: rgb(224,110,235); }
H1.HeaderClassName
{
color: #E06EEB;
}
.AnyTagClassName
{
color: #E06EEB;
}
</style>
background-color css
<style>
a { background-color: #E06EEB; }
a { background-color: rgb(224,110,235); }
div.DivClassName
{
background-color: #E06EEB;
}
.BgClassName
{
background-color: #E06EEB;
}
</style>
border-color css
<style>
span { border-color: #E06EEB; }
span { border-color: rgb(224,110,235); }
td.TdClassName
{
border-color: #E06EEB;
}
.TagClassName
{
border-color: #E06EEB;
}
</style>