Shades of Heliotrope #E77CFF
Tints of Heliotrope #E77CFF
RGB
CMYK
RGB Variations
Color information
#E77CFF (or 0xE77CFF) is known color: Heliotrope. HEX triplet: E7, 7C and FF. RGB value is (231,124,255). Sum of RGB (Red+Green+Blue) = 231+124+255=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #E77CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CFF is #188300. Grayscale: #AAAAAA. Windows color (decimal): -1606401 or 16743655. OLE color: 16743655.
HSL color Cylindrical-coordinate representation of color #E77CFF: hue angle of 289.01º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77CFF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 124 | 255 | - |
| CMYK | 0.09 | 0.51 | 0 | 0 |
| HSL | 289.01º | 1% | 0.74% | - |
| HSV(B) | 289.01º | 0.51% | 1% | - |
| XYZ | 58.21 | 38.62 | 98.99 | - |
| YUV | 170.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 255 | 0.09 | 0.51 | 0 | 0 | 289.01 | 1 | 0.74 |
| Hex | E7 | 7C | FF | 9 | 33 | 0 | 0 | 121 | 64 | 4A |
| Octal | 347 | 174 | 377 | 11 | 63 | 0 | 0 | 441 | 144 | 112 |
| Binary | 11100111 | 1111100 | 11111111 | 1001 | 110011 | 0 | 0 | 100100001 | 1100100 | 1001010 |
Color Harmonies of #E77CFF
Complementary color
Monochromatic Colors of #E77CFF
Black with #E77CFF
Text Example
Text Example
White with #E77CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CFF; }
p { color: rgb(231,124,255); }
H1.HeaderClassName
{
color: #E77CFF;
}
.AnyTagClassName
{
color: #E77CFF;
}
</style>
background-color css
<style>
a { background-color: #E77CFF; }
a { background-color: rgb(231,124,255); }
div.DivClassName
{
background-color: #E77CFF;
}
.BgClassName
{
background-color: #E77CFF;
}
</style>
border-color css
<style>
span { border-color: #E77CFF; }
span { border-color: rgb(231,124,255); }
td.TdClassName
{
border-color: #E77CFF;
}
.TagClassName
{
border-color: #E77CFF;
}
</style>