Shades of Heliotrope #E06BEC
Tints of Heliotrope #E06BEC
RGB
CMYK
RGB Variations
Color information
#E06BEC (or 0xE06BEC) is known color: Heliotrope. HEX triplet: E0, 6B and EC. RGB value is (224,107,236). Sum of RGB (Red+Green+Blue) = 224+107+236=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #E06BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BEC is #1F9413. Grayscale: #9C9C9C. Windows color (decimal): -2069524 or 15494112. OLE color: 15494112.
HSL color Cylindrical-coordinate representation of color #E06BEC: hue angle of 294.42º degrees, saturation: 0.77, 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 #E06BEC is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 107 | 236 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.07 |
| HSL | 294.42º | 0.77% | 0.67% | - |
| HSV(B) | 294.42º | 0.55% | 0.93% | - |
| XYZ | 51.14 | 32.42 | 82.92 | - |
| YUV | 156.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 236 | 0.05 | 0.55 | 0 | 0.07 | 294.42 | 0.77 | 0.67 |
| Hex | E0 | 6B | EC | 5 | 37 | 0 | 7 | 126 | 4D | 43 |
| Octal | 340 | 153 | 354 | 5 | 67 | 0 | 7 | 446 | 115 | 103 |
| Binary | 11100000 | 1101011 | 11101100 | 101 | 110111 | 0 | 111 | 100100110 | 1001101 | 1000011 |
Color Harmonies of #E06BEC
Complementary color
Monochromatic Colors of #E06BEC
Black with #E06BEC
Text Example
Text Example
White with #E06BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BEC; }
p { color: rgb(224,107,236); }
H1.HeaderClassName
{
color: #E06BEC;
}
.AnyTagClassName
{
color: #E06BEC;
}
</style>
background-color css
<style>
a { background-color: #E06BEC; }
a { background-color: rgb(224,107,236); }
div.DivClassName
{
background-color: #E06BEC;
}
.BgClassName
{
background-color: #E06BEC;
}
</style>
border-color css
<style>
span { border-color: #E06BEC; }
span { border-color: rgb(224,107,236); }
td.TdClassName
{
border-color: #E06BEC;
}
.TagClassName
{
border-color: #E06BEC;
}
</style>