Shades of Heliotrope #E77EF8
Tints of Heliotrope #E77EF8
RGB
CMYK
RGB Variations
Color information
#E77EF8 (or 0xE77EF8) is known color: Heliotrope. HEX triplet: E7, 7E and F8. RGB value is (231,126,248). Sum of RGB (Red+Green+Blue) = 231+126+248=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #E77EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77EF8 is #188107. Grayscale: #AAAAAA. Windows color (decimal): -1605896 or 16285415. OLE color: 16285415.
HSL color Cylindrical-coordinate representation of color #E77EF8: hue angle of 291.64º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77EF8 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 231 | 126 | 248 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.03 |
| HSL | 291.64º | 0.9% | 0.73% | - |
| HSV(B) | 291.64º | 0.49% | 0.97% | - |
| XYZ | 57.36 | 38.69 | 93.25 | - |
| YUV | 171.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 248 | 0.07 | 0.49 | 0 | 0.03 | 291.64 | 0.9 | 0.73 |
| Hex | E7 | 7E | F8 | 7 | 31 | 0 | 3 | 124 | 5A | 49 |
| Octal | 347 | 176 | 370 | 7 | 61 | 0 | 3 | 444 | 132 | 111 |
| Binary | 11100111 | 1111110 | 11111000 | 111 | 110001 | 0 | 11 | 100100100 | 1011010 | 1001001 |
Color Harmonies of #E77EF8
Complementary color
Monochromatic Colors of #E77EF8
Black with #E77EF8
Text Example
Text Example
White with #E77EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77EF8; }
p { color: rgb(231,126,248); }
H1.HeaderClassName
{
color: #E77EF8;
}
.AnyTagClassName
{
color: #E77EF8;
}
</style>
background-color css
<style>
a { background-color: #E77EF8; }
a { background-color: rgb(231,126,248); }
div.DivClassName
{
background-color: #E77EF8;
}
.BgClassName
{
background-color: #E77EF8;
}
</style>
border-color css
<style>
span { border-color: #E77EF8; }
span { border-color: rgb(231,126,248); }
td.TdClassName
{
border-color: #E77EF8;
}
.TagClassName
{
border-color: #E77EF8;
}
</style>