Shades of Heliotrope #E77CF9
Tints of Heliotrope #E77CF9
RGB
CMYK
RGB Variations
Color information
#E77CF9 (or 0xE77CF9) is known color: Heliotrope. HEX triplet: E7, 7C and F9. RGB value is (231,124,249). Sum of RGB (Red+Green+Blue) = 231+124+249=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 124 (48.83% from 255 or 20.53% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #E77CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CF9 is #188306. Grayscale: #A9A9A9. Windows color (decimal): -1606407 or 16350439. OLE color: 16350439.
HSL color Cylindrical-coordinate representation of color #E77CF9: hue angle of 291.36º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77CF9 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 124 | 249 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.02 |
| HSL | 291.36º | 0.91% | 0.73% | - |
| HSV(B) | 291.36º | 0.5% | 0.98% | - |
| XYZ | 57.26 | 38.24 | 93.99 | - |
| YUV | 170.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 249 | 0.07 | 0.50 | 0 | 0.02 | 291.36 | 0.91 | 0.73 |
| Hex | E7 | 7C | F9 | 7 | 32 | 0 | 2 | 123 | 5B | 49 |
| Octal | 347 | 174 | 371 | 7 | 62 | 0 | 2 | 443 | 133 | 111 |
| Binary | 11100111 | 1111100 | 11111001 | 111 | 110010 | 0 | 10 | 100100011 | 1011011 | 1001001 |
Color Harmonies of #E77CF9
Complementary color
Monochromatic Colors of #E77CF9
Black with #E77CF9
Text Example
Text Example
White with #E77CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CF9; }
p { color: rgb(231,124,249); }
H1.HeaderClassName
{
color: #E77CF9;
}
.AnyTagClassName
{
color: #E77CF9;
}
</style>
background-color css
<style>
a { background-color: #E77CF9; }
a { background-color: rgb(231,124,249); }
div.DivClassName
{
background-color: #E77CF9;
}
.BgClassName
{
background-color: #E77CF9;
}
</style>
border-color css
<style>
span { border-color: #E77CF9; }
span { border-color: rgb(231,124,249); }
td.TdClassName
{
border-color: #E77CF9;
}
.TagClassName
{
border-color: #E77CF9;
}
</style>