Shades of Heliotrope #E077FF
Tints of Heliotrope #E077FF
RGB
CMYK
RGB Variations
Color information
#E077FF (or 0xE077FF) is known color: Heliotrope. HEX triplet: E0, 77 and FF. RGB value is (224,119,255). Sum of RGB (Red+Green+Blue) = 224+119+255=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #E077FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077FF is #1F8800. Grayscale: #A5A5A5. Windows color (decimal): -2066433 or 16742368. OLE color: 16742368.
HSL color Cylindrical-coordinate representation of color #E077FF: hue angle of 286.32º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E077FF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 119 | 255 | - |
| CMYK | 0.12 | 0.53 | 0 | 0 |
| HSL | 286.32º | 1% | 0.73% | - |
| HSV(B) | 286.32º | 0.53% | 1% | - |
| XYZ | 55.39 | 36.26 | 98.69 | - |
| YUV | 165.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 255 | 0.12 | 0.53 | 0 | 0 | 286.32 | 1 | 0.73 |
| Hex | E0 | 77 | FF | C | 35 | 0 | 0 | 11E | 64 | 49 |
| Octal | 340 | 167 | 377 | 14 | 65 | 0 | 0 | 436 | 144 | 111 |
| Binary | 11100000 | 1110111 | 11111111 | 1100 | 110101 | 0 | 0 | 100011110 | 1100100 | 1001001 |
Color Harmonies of #E077FF
Complementary color
Monochromatic Colors of #E077FF
Black with #E077FF
Text Example
Text Example
White with #E077FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077FF; }
p { color: rgb(224,119,255); }
H1.HeaderClassName
{
color: #E077FF;
}
.AnyTagClassName
{
color: #E077FF;
}
</style>
background-color css
<style>
a { background-color: #E077FF; }
a { background-color: rgb(224,119,255); }
div.DivClassName
{
background-color: #E077FF;
}
.BgClassName
{
background-color: #E077FF;
}
</style>
border-color css
<style>
span { border-color: #E077FF; }
span { border-color: rgb(224,119,255); }
td.TdClassName
{
border-color: #E077FF;
}
.TagClassName
{
border-color: #E077FF;
}
</style>