Shades of Heliotrope #E761F6
Tints of Heliotrope #E761F6
RGB
CMYK
RGB Variations
Color information
#E761F6 (or 0xE761F6) is known color: Heliotrope. HEX triplet: E7, 61 and F6. RGB value is (231,97,246). Sum of RGB (Red+Green+Blue) = 231+97+246=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 246 (96.48% from 255 or 42.86% from 574); Max value from RGB is 246 - color contains mainly: blue. Hex color #E761F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E761F6 is #189E09. Grayscale: #999999. Windows color (decimal): -1613322 or 16146919. OLE color: 16146919.
HSL color Cylindrical-coordinate representation of color #E761F6: hue angle of 293.96º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E761F6 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 97 | 246 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.04 |
| HSL | 293.96º | 0.89% | 0.67% | - |
| HSV(B) | 293.96º | 0.61% | 0.96% | - |
| XYZ | 53.86 | 32.19 | 90.56 | - |
| YUV | 154.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 246 | 0.06 | 0.61 | 0 | 0.04 | 293.96 | 0.89 | 0.67 |
| Hex | E7 | 61 | F6 | 6 | 3D | 0 | 4 | 126 | 59 | 43 |
| Octal | 347 | 141 | 366 | 6 | 75 | 0 | 4 | 446 | 131 | 103 |
| Binary | 11100111 | 1100001 | 11110110 | 110 | 111101 | 0 | 100 | 100100110 | 1011001 | 1000011 |
Color Harmonies of #E761F6
Complementary color
Monochromatic Colors of #E761F6
Black with #E761F6
Text Example
Text Example
White with #E761F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E761F6; }
p { color: rgb(231,97,246); }
H1.HeaderClassName
{
color: #E761F6;
}
.AnyTagClassName
{
color: #E761F6;
}
</style>
background-color css
<style>
a { background-color: #E761F6; }
a { background-color: rgb(231,97,246); }
div.DivClassName
{
background-color: #E761F6;
}
.BgClassName
{
background-color: #E761F6;
}
</style>
border-color css
<style>
span { border-color: #E761F6; }
span { border-color: rgb(231,97,246); }
td.TdClassName
{
border-color: #E761F6;
}
.TagClassName
{
border-color: #E761F6;
}
</style>