Shades of Heliotrope #E759FD
Tints of Heliotrope #E759FD
RGB
CMYK
RGB Variations
Color information
#E759FD (or 0xE759FD) is known color: Heliotrope. HEX triplet: E7, 59 and FD. RGB value is (231,89,253). Sum of RGB (Red+Green+Blue) = 231+89+253=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 89 (35.16% from 255 or 15.53% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #E759FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E759FD is #18A602. Grayscale: #959595. Windows color (decimal): -1615363 or 16603623. OLE color: 16603623.
HSL color Cylindrical-coordinate representation of color #E759FD: hue angle of 291.95º degrees, saturation: 0.98, 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 #E759FD is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 89 | 253 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.01 |
| HSL | 291.95º | 0.98% | 0.67% | - |
| HSV(B) | 291.95º | 0.65% | 0.99% | - |
| XYZ | 54.26 | 31.23 | 96.1 | - |
| YUV | 150.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 253 | 0.09 | 0.65 | 0 | 0.01 | 291.95 | 0.98 | 0.67 |
| Hex | E7 | 59 | FD | 9 | 41 | 0 | 1 | 124 | 62 | 43 |
| Octal | 347 | 131 | 375 | 11 | 101 | 0 | 1 | 444 | 142 | 103 |
| Binary | 11100111 | 1011001 | 11111101 | 1001 | 1000001 | 0 | 1 | 100100100 | 1100010 | 1000011 |
Color Harmonies of #E759FD
Complementary color
Monochromatic Colors of #E759FD
Black with #E759FD
Text Example
Text Example
White with #E759FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759FD; }
p { color: rgb(231,89,253); }
H1.HeaderClassName
{
color: #E759FD;
}
.AnyTagClassName
{
color: #E759FD;
}
</style>
background-color css
<style>
a { background-color: #E759FD; }
a { background-color: rgb(231,89,253); }
div.DivClassName
{
background-color: #E759FD;
}
.BgClassName
{
background-color: #E759FD;
}
</style>
border-color css
<style>
span { border-color: #E759FD; }
span { border-color: rgb(231,89,253); }
td.TdClassName
{
border-color: #E759FD;
}
.TagClassName
{
border-color: #E759FD;
}
</style>