Shades of Heliotrope #E06DF7
Tints of Heliotrope #E06DF7
RGB
CMYK
RGB Variations
Color information
#E06DF7 (or 0xE06DF7) is known color: Heliotrope. HEX triplet: E0, 6D and F7. RGB value is (224,109,247). Sum of RGB (Red+Green+Blue) = 224+109+247=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 247 (96.88% from 255 or 42.59% from 580); Max value from RGB is 247 - color contains mainly: blue. Hex color #E06DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DF7 is #1F9208. Grayscale: #9E9E9E. Windows color (decimal): -2069001 or 16215520. OLE color: 16215520.
HSL color Cylindrical-coordinate representation of color #E06DF7: hue angle of 290º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06DF7 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 109 | 247 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.03 |
| HSL | 290º | 0.9% | 0.7% | - |
| HSV(B) | 290º | 0.56% | 0.97% | - |
| XYZ | 53 | 33.5 | 91.67 | - |
| YUV | 159.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 247 | 0.09 | 0.56 | 0 | 0.03 | 290 | 0.9 | 0.7 |
| Hex | E0 | 6D | F7 | 9 | 38 | 0 | 3 | 122 | 5A | 46 |
| Octal | 340 | 155 | 367 | 11 | 70 | 0 | 3 | 442 | 132 | 106 |
| Binary | 11100000 | 1101101 | 11110111 | 1001 | 111000 | 0 | 11 | 100100010 | 1011010 | 1000110 |
Color Harmonies of #E06DF7
Complementary color
Monochromatic Colors of #E06DF7
Black with #E06DF7
Text Example
Text Example
White with #E06DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DF7; }
p { color: rgb(224,109,247); }
H1.HeaderClassName
{
color: #E06DF7;
}
.AnyTagClassName
{
color: #E06DF7;
}
</style>
background-color css
<style>
a { background-color: #E06DF7; }
a { background-color: rgb(224,109,247); }
div.DivClassName
{
background-color: #E06DF7;
}
.BgClassName
{
background-color: #E06DF7;
}
</style>
border-color css
<style>
span { border-color: #E06DF7; }
span { border-color: rgb(224,109,247); }
td.TdClassName
{
border-color: #E06DF7;
}
.TagClassName
{
border-color: #E06DF7;
}
</style>