Shades of Heliotrope #E078F1
Tints of Heliotrope #E078F1
RGB
CMYK
RGB Variations
Color information
#E078F1 (or 0xE078F1) is known color: Heliotrope. HEX triplet: E0, 78 and F1. RGB value is (224,120,241). Sum of RGB (Red+Green+Blue) = 224+120+241=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #E078F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078F1 is #1F870E. Grayscale: #A4A4A4. Windows color (decimal): -2066191 or 15825120. OLE color: 15825120.
HSL color Cylindrical-coordinate representation of color #E078F1: hue angle of 291.57º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E078F1 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 120 | 241 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.05 |
| HSL | 291.57º | 0.81% | 0.71% | - |
| HSV(B) | 291.57º | 0.5% | 0.95% | - |
| XYZ | 53.33 | 35.63 | 87.29 | - |
| YUV | 164.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 241 | 0.07 | 0.50 | 0 | 0.05 | 291.57 | 0.81 | 0.71 |
| Hex | E0 | 78 | F1 | 7 | 32 | 0 | 5 | 124 | 51 | 47 |
| Octal | 340 | 170 | 361 | 7 | 62 | 0 | 5 | 444 | 121 | 107 |
| Binary | 11100000 | 1111000 | 11110001 | 111 | 110010 | 0 | 101 | 100100100 | 1010001 | 1000111 |
Color Harmonies of #E078F1
Complementary color
Monochromatic Colors of #E078F1
Black with #E078F1
Text Example
Text Example
White with #E078F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078F1; }
p { color: rgb(224,120,241); }
H1.HeaderClassName
{
color: #E078F1;
}
.AnyTagClassName
{
color: #E078F1;
}
</style>
background-color css
<style>
a { background-color: #E078F1; }
a { background-color: rgb(224,120,241); }
div.DivClassName
{
background-color: #E078F1;
}
.BgClassName
{
background-color: #E078F1;
}
</style>
border-color css
<style>
span { border-color: #E078F1; }
span { border-color: rgb(224,120,241); }
td.TdClassName
{
border-color: #E078F1;
}
.TagClassName
{
border-color: #E078F1;
}
</style>