Shades of Heliotrope #E15DF9
Tints of Heliotrope #E15DF9
RGB
CMYK
RGB Variations
Color information
#E15DF9 (or 0xE15DF9) is known color: Heliotrope. HEX triplet: E1, 5D and F9. RGB value is (225,93,249). Sum of RGB (Red+Green+Blue) = 225+93+249=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #E15DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DF9 is #1EA206. Grayscale: #959595. Windows color (decimal): -2007559 or 16342497. OLE color: 16342497.
HSL color Cylindrical-coordinate representation of color #E15DF9: hue angle of 290.77º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15DF9 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 93 | 249 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.02 |
| HSL | 290.77º | 0.93% | 0.67% | - |
| HSV(B) | 290.77º | 0.63% | 0.98% | - |
| XYZ | 52.06 | 30.68 | 92.8 | - |
| YUV | 150.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 249 | 0.10 | 0.63 | 0 | 0.02 | 290.77 | 0.93 | 0.67 |
| Hex | E1 | 5D | F9 | A | 3F | 0 | 2 | 123 | 5D | 43 |
| Octal | 341 | 135 | 371 | 12 | 77 | 0 | 2 | 443 | 135 | 103 |
| Binary | 11100001 | 1011101 | 11111001 | 1010 | 111111 | 0 | 10 | 100100011 | 1011101 | 1000011 |
Color Harmonies of #E15DF9
Complementary color
Monochromatic Colors of #E15DF9
Black with #E15DF9
Text Example
Text Example
White with #E15DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DF9; }
p { color: rgb(225,93,249); }
H1.HeaderClassName
{
color: #E15DF9;
}
.AnyTagClassName
{
color: #E15DF9;
}
</style>
background-color css
<style>
a { background-color: #E15DF9; }
a { background-color: rgb(225,93,249); }
div.DivClassName
{
background-color: #E15DF9;
}
.BgClassName
{
background-color: #E15DF9;
}
</style>
border-color css
<style>
span { border-color: #E15DF9; }
span { border-color: rgb(225,93,249); }
td.TdClassName
{
border-color: #E15DF9;
}
.TagClassName
{
border-color: #E15DF9;
}
</style>