Shades of Heliotrope #E078F9
Tints of Heliotrope #E078F9
RGB
CMYK
RGB Variations
Color information
#E078F9 (or 0xE078F9) is known color: Heliotrope. HEX triplet: E0, 78 and F9. RGB value is (224,120,249). Sum of RGB (Red+Green+Blue) = 224+120+249=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #E078F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E078F9 is #1F8706. Grayscale: #A5A5A5. Windows color (decimal): -2066183 or 16349408. OLE color: 16349408.
HSL color Cylindrical-coordinate representation of color #E078F9: hue angle of 288.37º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E078F9 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 120 | 249 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.02 |
| HSL | 288.37º | 0.91% | 0.72% | - |
| HSV(B) | 288.37º | 0.52% | 0.98% | - |
| XYZ | 54.56 | 36.12 | 93.72 | - |
| YUV | 165.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 249 | 0.10 | 0.52 | 0 | 0.02 | 288.37 | 0.91 | 0.72 |
| Hex | E0 | 78 | F9 | A | 34 | 0 | 2 | 120 | 5B | 48 |
| Octal | 340 | 170 | 371 | 12 | 64 | 0 | 2 | 440 | 133 | 110 |
| Binary | 11100000 | 1111000 | 11111001 | 1010 | 110100 | 0 | 10 | 100100000 | 1011011 | 1001000 |
Color Harmonies of #E078F9
Complementary color
Monochromatic Colors of #E078F9
Black with #E078F9
Text Example
Text Example
White with #E078F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E078F9; }
p { color: rgb(224,120,249); }
H1.HeaderClassName
{
color: #E078F9;
}
.AnyTagClassName
{
color: #E078F9;
}
</style>
background-color css
<style>
a { background-color: #E078F9; }
a { background-color: rgb(224,120,249); }
div.DivClassName
{
background-color: #E078F9;
}
.BgClassName
{
background-color: #E078F9;
}
</style>
border-color css
<style>
span { border-color: #E078F9; }
span { border-color: rgb(224,120,249); }
td.TdClassName
{
border-color: #E078F9;
}
.TagClassName
{
border-color: #E078F9;
}
</style>