Shades of Heliotrope #E15DFF
Tints of Heliotrope #E15DFF
RGB
CMYK
RGB Variations
Color information
#E15DFF (or 0xE15DFF) is known color: Heliotrope. HEX triplet: E1, 5D and FF. RGB value is (225,93,255). Sum of RGB (Red+Green+Blue) = 225+93+255=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #E15DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DFF is #1EA200. Grayscale: #969696. Windows color (decimal): -2007553 or 16735713. OLE color: 16735713.
HSL color Cylindrical-coordinate representation of color #E15DFF: hue angle of 288.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15DFF is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 93 | 255 | - |
| CMYK | 0.12 | 0.64 | 0 | 0 |
| HSL | 288.89º | 1% | 0.68% | - |
| HSV(B) | 288.89º | 0.64% | 1% | - |
| XYZ | 53.02 | 31.06 | 97.81 | - |
| YUV | 150.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 255 | 0.12 | 0.64 | 0 | 0 | 288.89 | 1 | 0.68 |
| Hex | E1 | 5D | FF | C | 40 | 0 | 0 | 121 | 64 | 44 |
| Octal | 341 | 135 | 377 | 14 | 100 | 0 | 0 | 441 | 144 | 104 |
| Binary | 11100001 | 1011101 | 11111111 | 1100 | 1000000 | 0 | 0 | 100100001 | 1100100 | 1000100 |
Color Harmonies of #E15DFF
Complementary color
Monochromatic Colors of #E15DFF
Black with #E15DFF
Text Example
Text Example
White with #E15DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DFF; }
p { color: rgb(225,93,255); }
H1.HeaderClassName
{
color: #E15DFF;
}
.AnyTagClassName
{
color: #E15DFF;
}
</style>
background-color css
<style>
a { background-color: #E15DFF; }
a { background-color: rgb(225,93,255); }
div.DivClassName
{
background-color: #E15DFF;
}
.BgClassName
{
background-color: #E15DFF;
}
</style>
border-color css
<style>
span { border-color: #E15DFF; }
span { border-color: rgb(225,93,255); }
td.TdClassName
{
border-color: #E15DFF;
}
.TagClassName
{
border-color: #E15DFF;
}
</style>