Shades of Heliotrope #E07CF0
Tints of Heliotrope #E07CF0
RGB
CMYK
RGB Variations
Color information
#E07CF0 (or 0xE07CF0) is known color: Heliotrope. HEX triplet: E0, 7C and F0. RGB value is (224,124,240). Sum of RGB (Red+Green+Blue) = 224+124+240=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #E07CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CF0 is #1F830F. Grayscale: #A6A6A6. Windows color (decimal): -2065168 or 15760608. OLE color: 15760608.
HSL color Cylindrical-coordinate representation of color #E07CF0: hue angle of 291.72º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07CF0 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 124 | 240 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.06 |
| HSL | 291.72º | 0.79% | 0.71% | - |
| HSV(B) | 291.72º | 0.48% | 0.94% | - |
| XYZ | 53.68 | 36.55 | 86.66 | - |
| YUV | 167.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 240 | 0.07 | 0.48 | 0 | 0.06 | 291.72 | 0.79 | 0.71 |
| Hex | E0 | 7C | F0 | 7 | 30 | 0 | 6 | 124 | 4F | 47 |
| Octal | 340 | 174 | 360 | 7 | 60 | 0 | 6 | 444 | 117 | 107 |
| Binary | 11100000 | 1111100 | 11110000 | 111 | 110000 | 0 | 110 | 100100100 | 1001111 | 1000111 |
Color Harmonies of #E07CF0
Complementary color
Monochromatic Colors of #E07CF0
Black with #E07CF0
Text Example
Text Example
White with #E07CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CF0; }
p { color: rgb(224,124,240); }
H1.HeaderClassName
{
color: #E07CF0;
}
.AnyTagClassName
{
color: #E07CF0;
}
</style>
background-color css
<style>
a { background-color: #E07CF0; }
a { background-color: rgb(224,124,240); }
div.DivClassName
{
background-color: #E07CF0;
}
.BgClassName
{
background-color: #E07CF0;
}
</style>
border-color css
<style>
span { border-color: #E07CF0; }
span { border-color: rgb(224,124,240); }
td.TdClassName
{
border-color: #E07CF0;
}
.TagClassName
{
border-color: #E07CF0;
}
</style>