Shades of Heliotrope #E759FC
Tints of Heliotrope #E759FC
RGB
CMYK
RGB Variations
Color information
#E759FC (or 0xE759FC) is known color: Heliotrope. HEX triplet: E7, 59 and FC. RGB value is (231,89,252). Sum of RGB (Red+Green+Blue) = 231+89+252=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 89 (35.16% from 255 or 15.56% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #E759FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E759FC is #18A603. Grayscale: #959595. Windows color (decimal): -1615364 or 16538087. OLE color: 16538087.
HSL color Cylindrical-coordinate representation of color #E759FC: hue angle of 292.27º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E759FC is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 89 | 252 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.01 |
| HSL | 292.27º | 0.96% | 0.67% | - |
| HSV(B) | 292.27º | 0.65% | 0.99% | - |
| XYZ | 54.1 | 31.16 | 95.26 | - |
| YUV | 150.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 252 | 0.08 | 0.65 | 0 | 0.01 | 292.27 | 0.96 | 0.67 |
| Hex | E7 | 59 | FC | 8 | 41 | 0 | 1 | 124 | 60 | 43 |
| Octal | 347 | 131 | 374 | 10 | 101 | 0 | 1 | 444 | 140 | 103 |
| Binary | 11100111 | 1011001 | 11111100 | 1000 | 1000001 | 0 | 1 | 100100100 | 1100000 | 1000011 |
Color Harmonies of #E759FC
Complementary color
Monochromatic Colors of #E759FC
Black with #E759FC
Text Example
Text Example
White with #E759FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759FC; }
p { color: rgb(231,89,252); }
H1.HeaderClassName
{
color: #E759FC;
}
.AnyTagClassName
{
color: #E759FC;
}
</style>
background-color css
<style>
a { background-color: #E759FC; }
a { background-color: rgb(231,89,252); }
div.DivClassName
{
background-color: #E759FC;
}
.BgClassName
{
background-color: #E759FC;
}
</style>
border-color css
<style>
span { border-color: #E759FC; }
span { border-color: rgb(231,89,252); }
td.TdClassName
{
border-color: #E759FC;
}
.TagClassName
{
border-color: #E759FC;
}
</style>