Shades of Heliotrope #E077FA
Tints of Heliotrope #E077FA
RGB
CMYK
RGB Variations
Color information
#E077FA (or 0xE077FA) is known color: Heliotrope. HEX triplet: E0, 77 and FA. RGB value is (224,119,250). Sum of RGB (Red+Green+Blue) = 224+119+250=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #E077FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077FA is #1F8805. Grayscale: #A4A4A4. Windows color (decimal): -2066438 or 16414688. OLE color: 16414688.
HSL color Cylindrical-coordinate representation of color #E077FA: hue angle of 288.09º degrees, saturation: 0.93, 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 #E077FA is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 119 | 250 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.02 |
| HSL | 288.09º | 0.93% | 0.72% | - |
| HSV(B) | 288.09º | 0.52% | 0.98% | - |
| XYZ | 54.59 | 35.94 | 94.5 | - |
| YUV | 165.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 250 | 0.10 | 0.52 | 0 | 0.02 | 288.09 | 0.93 | 0.72 |
| Hex | E0 | 77 | FA | A | 34 | 0 | 2 | 120 | 5D | 48 |
| Octal | 340 | 167 | 372 | 12 | 64 | 0 | 2 | 440 | 135 | 110 |
| Binary | 11100000 | 1110111 | 11111010 | 1010 | 110100 | 0 | 10 | 100100000 | 1011101 | 1001000 |
Color Harmonies of #E077FA
Complementary color
Monochromatic Colors of #E077FA
Black with #E077FA
Text Example
Text Example
White with #E077FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077FA; }
p { color: rgb(224,119,250); }
H1.HeaderClassName
{
color: #E077FA;
}
.AnyTagClassName
{
color: #E077FA;
}
</style>
background-color css
<style>
a { background-color: #E077FA; }
a { background-color: rgb(224,119,250); }
div.DivClassName
{
background-color: #E077FA;
}
.BgClassName
{
background-color: #E077FA;
}
</style>
border-color css
<style>
span { border-color: #E077FA; }
span { border-color: rgb(224,119,250); }
td.TdClassName
{
border-color: #E077FA;
}
.TagClassName
{
border-color: #E077FA;
}
</style>