Shades of Heliotrope #E078F0
Tints of Heliotrope #E078F0
RGB
CMYK
RGB Variations
Color information
#E078F0 (or 0xE078F0) is known color: Heliotrope. HEX triplet: E0, 78 and F0. RGB value is (224,120,240). Sum of RGB (Red+Green+Blue) = 224+120+240=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #E078F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078F0 is #1F870F. Grayscale: #A4A4A4. Windows color (decimal): -2066192 or 15759584. OLE color: 15759584.
HSL color Cylindrical-coordinate representation of color #E078F0: hue angle of 292º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E078F0 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 120 | 240 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.06 |
| HSL | 292º | 0.8% | 0.71% | - |
| HSV(B) | 292º | 0.5% | 0.94% | - |
| XYZ | 53.19 | 35.57 | 86.5 | - |
| YUV | 164.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 240 | 0.07 | 0.5 | 0 | 0.06 | 292 | 0.8 | 0.71 |
| Hex | E0 | 78 | F0 | 7 | 32 | 0 | 6 | 124 | 50 | 47 |
| Octal | 340 | 170 | 360 | 7 | 62 | 0 | 6 | 444 | 120 | 107 |
| Binary | 11100000 | 1111000 | 11110000 | 111 | 110010 | 0 | 110 | 100100100 | 1010000 | 1000111 |
Color Harmonies of #E078F0
Complementary color
Monochromatic Colors of #E078F0
Black with #E078F0
Text Example
Text Example
White with #E078F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078F0; }
p { color: rgb(224,120,240); }
H1.HeaderClassName
{
color: #E078F0;
}
.AnyTagClassName
{
color: #E078F0;
}
</style>
background-color css
<style>
a { background-color: #E078F0; }
a { background-color: rgb(224,120,240); }
div.DivClassName
{
background-color: #E078F0;
}
.BgClassName
{
background-color: #E078F0;
}
</style>
border-color css
<style>
span { border-color: #E078F0; }
span { border-color: rgb(224,120,240); }
td.TdClassName
{
border-color: #E078F0;
}
.TagClassName
{
border-color: #E078F0;
}
</style>