Shades of Heliotrope #E077F9
Tints of Heliotrope #E077F9
RGB
CMYK
RGB Variations
Color information
#E077F9 (or 0xE077F9) is known color: Heliotrope. HEX triplet: E0, 77 and F9. RGB value is (224,119,249). Sum of RGB (Red+Green+Blue) = 224+119+249=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 119 (46.88% from 255 or 20.10% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #E077F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077F9 is #1F8806. Grayscale: #A4A4A4. Windows color (decimal): -2066439 or 16349152. OLE color: 16349152.
HSL color Cylindrical-coordinate representation of color #E077F9: hue angle of 288.46º degrees, saturation: 0.92, 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 #E077F9 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 119 | 249 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.02 |
| HSL | 288.46º | 0.92% | 0.72% | - |
| HSV(B) | 288.46º | 0.52% | 0.98% | - |
| XYZ | 54.44 | 35.88 | 93.68 | - |
| YUV | 165.22 | 175.29 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 249 | 0.10 | 0.52 | 0 | 0.02 | 288.46 | 0.92 | 0.72 |
| Hex | E0 | 77 | F9 | A | 34 | 0 | 2 | 120 | 5C | 48 |
| Octal | 340 | 167 | 371 | 12 | 64 | 0 | 2 | 440 | 134 | 110 |
| Binary | 11100000 | 1110111 | 11111001 | 1010 | 110100 | 0 | 10 | 100100000 | 1011100 | 1001000 |
Color Harmonies of #E077F9
Complementary color
Monochromatic Colors of #E077F9
Black with #E077F9
Text Example
Text Example
White with #E077F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077F9; }
p { color: rgb(224,119,249); }
H1.HeaderClassName
{
color: #E077F9;
}
.AnyTagClassName
{
color: #E077F9;
}
</style>
background-color css
<style>
a { background-color: #E077F9; }
a { background-color: rgb(224,119,249); }
div.DivClassName
{
background-color: #E077F9;
}
.BgClassName
{
background-color: #E077F9;
}
</style>
border-color css
<style>
span { border-color: #E077F9; }
span { border-color: rgb(224,119,249); }
td.TdClassName
{
border-color: #E077F9;
}
.TagClassName
{
border-color: #E077F9;
}
</style>