Shades of Heliotrope #E15DFE
Tints of Heliotrope #E15DFE
RGB
CMYK
RGB Variations
Color information
#E15DFE (or 0xE15DFE) is known color: Heliotrope. HEX triplet: E1, 5D and FE. RGB value is (225,93,254). Sum of RGB (Red+Green+Blue) = 225+93+254=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #E15DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DFE is #1EA201. Grayscale: #969696. Windows color (decimal): -2007554 or 16670177. OLE color: 16670177.
HSL color Cylindrical-coordinate representation of color #E15DFE: hue angle of 289.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15DFE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 93 | 254 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.00 |
| HSL | 289.19º | 0.99% | 0.68% | - |
| HSV(B) | 289.19º | 0.63% | 1% | - |
| XYZ | 52.86 | 30.99 | 96.96 | - |
| YUV | 150.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 254 | 0.11 | 0.63 | 0 | 0.00 | 289.19 | 0.99 | 0.68 |
| Hex | E1 | 5D | FE | B | 3F | 0 | 0 | 121 | 63 | 44 |
| Octal | 341 | 135 | 376 | 13 | 77 | 0 | 0 | 441 | 143 | 104 |
| Binary | 11100001 | 1011101 | 11111110 | 1011 | 111111 | 0 | 0 | 100100001 | 1100011 | 1000100 |
Color Harmonies of #E15DFE
Complementary color
Monochromatic Colors of #E15DFE
Black with #E15DFE
Text Example
Text Example
White with #E15DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DFE; }
p { color: rgb(225,93,254); }
H1.HeaderClassName
{
color: #E15DFE;
}
.AnyTagClassName
{
color: #E15DFE;
}
</style>
background-color css
<style>
a { background-color: #E15DFE; }
a { background-color: rgb(225,93,254); }
div.DivClassName
{
background-color: #E15DFE;
}
.BgClassName
{
background-color: #E15DFE;
}
</style>
border-color css
<style>
span { border-color: #E15DFE; }
span { border-color: rgb(225,93,254); }
td.TdClassName
{
border-color: #E15DFE;
}
.TagClassName
{
border-color: #E15DFE;
}
</style>