Shades of Heliotrope #E159FD
Tints of Heliotrope #E159FD
RGB
CMYK
RGB Variations
Color information
#E159FD (or 0xE159FD) is known color: Heliotrope. HEX triplet: E1, 59 and FD. RGB value is (225,89,253). Sum of RGB (Red+Green+Blue) = 225+89+253=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 89 (35.16% from 255 or 15.70% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #E159FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E159FD is #1EA602. Grayscale: #939393. Windows color (decimal): -2008579 or 16603617. OLE color: 16603617.
HSL color Cylindrical-coordinate representation of color #E159FD: hue angle of 289.76º 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 #E159FD is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 89 | 253 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.01 |
| HSL | 289.76º | 0.98% | 0.67% | - |
| HSV(B) | 289.76º | 0.65% | 0.99% | - |
| XYZ | 52.35 | 30.24 | 96.01 | - |
| YUV | 148.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 253 | 0.11 | 0.65 | 0 | 0.01 | 289.76 | 0.98 | 0.67 |
| Hex | E1 | 59 | FD | B | 41 | 0 | 1 | 122 | 62 | 43 |
| Octal | 341 | 131 | 375 | 13 | 101 | 0 | 1 | 442 | 142 | 103 |
| Binary | 11100001 | 1011001 | 11111101 | 1011 | 1000001 | 0 | 1 | 100100010 | 1100010 | 1000011 |
Color Harmonies of #E159FD
Complementary color
Monochromatic Colors of #E159FD
Black with #E159FD
Text Example
Text Example
White with #E159FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159FD; }
p { color: rgb(225,89,253); }
H1.HeaderClassName
{
color: #E159FD;
}
.AnyTagClassName
{
color: #E159FD;
}
</style>
background-color css
<style>
a { background-color: #E159FD; }
a { background-color: rgb(225,89,253); }
div.DivClassName
{
background-color: #E159FD;
}
.BgClassName
{
background-color: #E159FD;
}
</style>
border-color css
<style>
span { border-color: #E159FD; }
span { border-color: rgb(225,89,253); }
td.TdClassName
{
border-color: #E159FD;
}
.TagClassName
{
border-color: #E159FD;
}
</style>