Shades of Heliotrope #E07CF6
Tints of Heliotrope #E07CF6
RGB
CMYK
RGB Variations
Color information
#E07CF6 (or 0xE07CF6) is known color: Heliotrope. HEX triplet: E0, 7C and F6. RGB value is (224,124,246). Sum of RGB (Red+Green+Blue) = 224+124+246=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #E07CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CF6 is #1F8309. Grayscale: #A7A7A7. Windows color (decimal): -2065162 or 16153824. OLE color: 16153824.
HSL color Cylindrical-coordinate representation of color #E07CF6: hue angle of 289.18º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07CF6 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 124 | 246 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.04 |
| HSL | 289.18º | 0.87% | 0.73% | - |
| HSV(B) | 289.18º | 0.5% | 0.96% | - |
| XYZ | 54.58 | 36.92 | 91.44 | - |
| YUV | 167.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 246 | 0.09 | 0.50 | 0 | 0.04 | 289.18 | 0.87 | 0.73 |
| Hex | E0 | 7C | F6 | 9 | 32 | 0 | 4 | 121 | 57 | 49 |
| Octal | 340 | 174 | 366 | 11 | 62 | 0 | 4 | 441 | 127 | 111 |
| Binary | 11100000 | 1111100 | 11110110 | 1001 | 110010 | 0 | 100 | 100100001 | 1010111 | 1001001 |
Color Harmonies of #E07CF6
Complementary color
Monochromatic Colors of #E07CF6
Black with #E07CF6
Text Example
Text Example
White with #E07CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CF6; }
p { color: rgb(224,124,246); }
H1.HeaderClassName
{
color: #E07CF6;
}
.AnyTagClassName
{
color: #E07CF6;
}
</style>
background-color css
<style>
a { background-color: #E07CF6; }
a { background-color: rgb(224,124,246); }
div.DivClassName
{
background-color: #E07CF6;
}
.BgClassName
{
background-color: #E07CF6;
}
</style>
border-color css
<style>
span { border-color: #E07CF6; }
span { border-color: rgb(224,124,246); }
td.TdClassName
{
border-color: #E07CF6;
}
.TagClassName
{
border-color: #E07CF6;
}
</style>