Shades of Heliotrope #E259FD
Tints of Heliotrope #E259FD
RGB
CMYK
RGB Variations
Color information
#E259FD (or 0xE259FD) is known color: Heliotrope. HEX triplet: E2, 59 and FD. RGB value is (226,89,253). Sum of RGB (Red+Green+Blue) = 226+89+253=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #E259FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E259FD is #1DA602. Grayscale: #949494. Windows color (decimal): -1943043 or 16603618. OLE color: 16603618.
HSL color Cylindrical-coordinate representation of color #E259FD: hue angle of 290.12º 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 #E259FD is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 89 | 253 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.01 |
| HSL | 290.12º | 0.98% | 0.67% | - |
| HSV(B) | 290.12º | 0.65% | 0.99% | - |
| XYZ | 52.67 | 30.41 | 96.02 | - |
| YUV | 148.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 253 | 0.11 | 0.65 | 0 | 0.01 | 290.12 | 0.98 | 0.67 |
| Hex | E2 | 59 | FD | B | 41 | 0 | 1 | 122 | 62 | 43 |
| Octal | 342 | 131 | 375 | 13 | 101 | 0 | 1 | 442 | 142 | 103 |
| Binary | 11100010 | 1011001 | 11111101 | 1011 | 1000001 | 0 | 1 | 100100010 | 1100010 | 1000011 |
Color Harmonies of #E259FD
Complementary color
Monochromatic Colors of #E259FD
Black with #E259FD
Text Example
Text Example
White with #E259FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E259FD; }
p { color: rgb(226,89,253); }
H1.HeaderClassName
{
color: #E259FD;
}
.AnyTagClassName
{
color: #E259FD;
}
</style>
background-color css
<style>
a { background-color: #E259FD; }
a { background-color: rgb(226,89,253); }
div.DivClassName
{
background-color: #E259FD;
}
.BgClassName
{
background-color: #E259FD;
}
</style>
border-color css
<style>
span { border-color: #E259FD; }
span { border-color: rgb(226,89,253); }
td.TdClassName
{
border-color: #E259FD;
}
.TagClassName
{
border-color: #E259FD;
}
</style>