Shades of Heliotrope #E15FFF
Tints of Heliotrope #E15FFF
RGB
CMYK
RGB Variations
Color information
#E15FFF (or 0xE15FFF) is known color: Heliotrope. HEX triplet: E1, 5F and FF. RGB value is (225,95,255). Sum of RGB (Red+Green+Blue) = 225+95+255=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 95 (37.5% from 255 or 16.52% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #E15FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15FFF is #1EA000. Grayscale: #979797. Windows color (decimal): -2007041 or 16736225. OLE color: 16736225.
HSL color Cylindrical-coordinate representation of color #E15FFF: hue angle of 288.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15FFF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 95 | 255 | - |
| CMYK | 0.12 | 0.63 | 0 | 0 |
| HSL | 288.75º | 1% | 0.69% | - |
| HSV(B) | 288.75º | 0.63% | 1% | - |
| XYZ | 53.19 | 31.41 | 97.87 | - |
| YUV | 152.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 255 | 0.12 | 0.63 | 0 | 0 | 288.75 | 1 | 0.69 |
| Hex | E1 | 5F | FF | C | 3F | 0 | 0 | 121 | 64 | 45 |
| Octal | 341 | 137 | 377 | 14 | 77 | 0 | 0 | 441 | 144 | 105 |
| Binary | 11100001 | 1011111 | 11111111 | 1100 | 111111 | 0 | 0 | 100100001 | 1100100 | 1000101 |
Color Harmonies of #E15FFF
Complementary color
Monochromatic Colors of #E15FFF
Black with #E15FFF
Text Example
Text Example
White with #E15FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FFF; }
p { color: rgb(225,95,255); }
H1.HeaderClassName
{
color: #E15FFF;
}
.AnyTagClassName
{
color: #E15FFF;
}
</style>
background-color css
<style>
a { background-color: #E15FFF; }
a { background-color: rgb(225,95,255); }
div.DivClassName
{
background-color: #E15FFF;
}
.BgClassName
{
background-color: #E15FFF;
}
</style>
border-color css
<style>
span { border-color: #E15FFF; }
span { border-color: rgb(225,95,255); }
td.TdClassName
{
border-color: #E15FFF;
}
.TagClassName
{
border-color: #E15FFF;
}
</style>