Shades of Heliotrope #E077FE
Tints of Heliotrope #E077FE
RGB
CMYK
RGB Variations
Color information
#E077FE (or 0xE077FE) is known color: Heliotrope. HEX triplet: E0, 77 and FE. RGB value is (224,119,254). Sum of RGB (Red+Green+Blue) = 224+119+254=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #E077FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077FE is #1F8801. Grayscale: #A5A5A5. Windows color (decimal): -2066434 or 16676832. OLE color: 16676832.
HSL color Cylindrical-coordinate representation of color #E077FE: hue angle of 286.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E077FE is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 119 | 254 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.00 |
| HSL | 286.67º | 0.99% | 0.73% | - |
| HSV(B) | 286.67º | 0.53% | 1% | - |
| XYZ | 55.23 | 36.2 | 97.84 | - |
| YUV | 165.79 | 177.79 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 254 | 0.12 | 0.53 | 0 | 0.00 | 286.67 | 0.99 | 0.73 |
| Hex | E0 | 77 | FE | C | 35 | 0 | 0 | 11F | 63 | 49 |
| Octal | 340 | 167 | 376 | 14 | 65 | 0 | 0 | 437 | 143 | 111 |
| Binary | 11100000 | 1110111 | 11111110 | 1100 | 110101 | 0 | 0 | 100011111 | 1100011 | 1001001 |
Color Harmonies of #E077FE
Complementary color
Monochromatic Colors of #E077FE
Black with #E077FE
Text Example
Text Example
White with #E077FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E077FE; }
p { color: rgb(224,119,254); }
H1.HeaderClassName
{
color: #E077FE;
}
.AnyTagClassName
{
color: #E077FE;
}
</style>
background-color css
<style>
a { background-color: #E077FE; }
a { background-color: rgb(224,119,254); }
div.DivClassName
{
background-color: #E077FE;
}
.BgClassName
{
background-color: #E077FE;
}
</style>
border-color css
<style>
span { border-color: #E077FE; }
span { border-color: rgb(224,119,254); }
td.TdClassName
{
border-color: #E077FE;
}
.TagClassName
{
border-color: #E077FE;
}
</style>