Shades of Heliotrope #E761F9
Tints of Heliotrope #E761F9
RGB
CMYK
RGB Variations
Color information
#E761F9 (or 0xE761F9) is known color: Heliotrope. HEX triplet: E7, 61 and F9. RGB value is (231,97,249). Sum of RGB (Red+Green+Blue) = 231+97+249=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 97 (38.28% from 255 or 16.81% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #E761F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E761F9 is #189E06. Grayscale: #999999. Windows color (decimal): -1613319 or 16343527. OLE color: 16343527.
HSL color Cylindrical-coordinate representation of color #E761F9: hue angle of 292.89º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E761F9 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 97 | 249 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.02 |
| HSL | 292.89º | 0.93% | 0.68% | - |
| HSV(B) | 292.89º | 0.61% | 0.98% | - |
| XYZ | 54.33 | 32.38 | 93.01 | - |
| YUV | 154.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 249 | 0.07 | 0.61 | 0 | 0.02 | 292.89 | 0.93 | 0.68 |
| Hex | E7 | 61 | F9 | 7 | 3D | 0 | 2 | 125 | 5D | 44 |
| Octal | 347 | 141 | 371 | 7 | 75 | 0 | 2 | 445 | 135 | 104 |
| Binary | 11100111 | 1100001 | 11111001 | 111 | 111101 | 0 | 10 | 100100101 | 1011101 | 1000100 |
Color Harmonies of #E761F9
Complementary color
Monochromatic Colors of #E761F9
Black with #E761F9
Text Example
Text Example
White with #E761F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E761F9; }
p { color: rgb(231,97,249); }
H1.HeaderClassName
{
color: #E761F9;
}
.AnyTagClassName
{
color: #E761F9;
}
</style>
background-color css
<style>
a { background-color: #E761F9; }
a { background-color: rgb(231,97,249); }
div.DivClassName
{
background-color: #E761F9;
}
.BgClassName
{
background-color: #E761F9;
}
</style>
border-color css
<style>
span { border-color: #E761F9; }
span { border-color: rgb(231,97,249); }
td.TdClassName
{
border-color: #E761F9;
}
.TagClassName
{
border-color: #E761F9;
}
</style>