Shades of Heliotrope #E077EE
Tints of Heliotrope #E077EE
RGB
CMYK
RGB Variations
Color information
#E077EE (or 0xE077EE) is known color: Heliotrope. HEX triplet: E0, 77 and EE. RGB value is (224,119,238). Sum of RGB (Red+Green+Blue) = 224+119+238=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #E077EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077EE is #1F8811. Grayscale: #A3A3A3. Windows color (decimal): -2066450 or 15628256. OLE color: 15628256.
HSL color Cylindrical-coordinate representation of color #E077EE: hue angle of 292.94º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E077EE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 119 | 238 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.07 |
| HSL | 292.94º | 0.78% | 0.7% | - |
| HSV(B) | 292.94º | 0.5% | 0.93% | - |
| XYZ | 52.77 | 35.21 | 84.9 | - |
| YUV | 163.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 238 | 0.06 | 0.50 | 0 | 0.07 | 292.94 | 0.78 | 0.7 |
| Hex | E0 | 77 | EE | 6 | 32 | 0 | 7 | 125 | 4E | 46 |
| Octal | 340 | 167 | 356 | 6 | 62 | 0 | 7 | 445 | 116 | 106 |
| Binary | 11100000 | 1110111 | 11101110 | 110 | 110010 | 0 | 111 | 100100101 | 1001110 | 1000110 |
Color Harmonies of #E077EE
Complementary color
Monochromatic Colors of #E077EE
Black with #E077EE
Text Example
Text Example
White with #E077EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077EE; }
p { color: rgb(224,119,238); }
H1.HeaderClassName
{
color: #E077EE;
}
.AnyTagClassName
{
color: #E077EE;
}
</style>
background-color css
<style>
a { background-color: #E077EE; }
a { background-color: rgb(224,119,238); }
div.DivClassName
{
background-color: #E077EE;
}
.BgClassName
{
background-color: #E077EE;
}
</style>
border-color css
<style>
span { border-color: #E077EE; }
span { border-color: rgb(224,119,238); }
td.TdClassName
{
border-color: #E077EE;
}
.TagClassName
{
border-color: #E077EE;
}
</style>