Shades of Heliotrope #E06DEF
Tints of Heliotrope #E06DEF
RGB
CMYK
RGB Variations
Color information
#E06DEF (or 0xE06DEF) is known color: Heliotrope. HEX triplet: E0, 6D and EF. RGB value is (224,109,239). Sum of RGB (Red+Green+Blue) = 224+109+239=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 109 (42.97% from 255 or 19.06% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #E06DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DEF is #1F9210. Grayscale: #9D9D9D. Windows color (decimal): -2069009 or 15691232. OLE color: 15691232.
HSL color Cylindrical-coordinate representation of color #E06DEF: hue angle of 293.08º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06DEF is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 109 | 239 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.06 |
| HSL | 293.08º | 0.8% | 0.68% | - |
| HSV(B) | 293.08º | 0.54% | 0.94% | - |
| XYZ | 51.79 | 33.02 | 85.3 | - |
| YUV | 158.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 239 | 0.06 | 0.54 | 0 | 0.06 | 293.08 | 0.8 | 0.68 |
| Hex | E0 | 6D | EF | 6 | 36 | 0 | 6 | 125 | 50 | 44 |
| Octal | 340 | 155 | 357 | 6 | 66 | 0 | 6 | 445 | 120 | 104 |
| Binary | 11100000 | 1101101 | 11101111 | 110 | 110110 | 0 | 110 | 100100101 | 1010000 | 1000100 |
Color Harmonies of #E06DEF
Complementary color
Monochromatic Colors of #E06DEF
Black with #E06DEF
Text Example
Text Example
White with #E06DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DEF; }
p { color: rgb(224,109,239); }
H1.HeaderClassName
{
color: #E06DEF;
}
.AnyTagClassName
{
color: #E06DEF;
}
</style>
background-color css
<style>
a { background-color: #E06DEF; }
a { background-color: rgb(224,109,239); }
div.DivClassName
{
background-color: #E06DEF;
}
.BgClassName
{
background-color: #E06DEF;
}
</style>
border-color css
<style>
span { border-color: #E06DEF; }
span { border-color: rgb(224,109,239); }
td.TdClassName
{
border-color: #E06DEF;
}
.TagClassName
{
border-color: #E06DEF;
}
</style>