Shades of Heliotrope #E15DFD
Tints of Heliotrope #E15DFD
RGB
CMYK
RGB Variations
Color information
#E15DFD (or 0xE15DFD) is known color: Heliotrope. HEX triplet: E1, 5D and FD. RGB value is (225,93,253). Sum of RGB (Red+Green+Blue) = 225+93+253=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #E15DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DFD is #1EA202. Grayscale: #969696. Windows color (decimal): -2007555 or 16604641. OLE color: 16604641.
HSL color Cylindrical-coordinate representation of color #E15DFD: hue angle of 289.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15DFD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 93 | 253 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.01 |
| HSL | 289.5º | 0.98% | 0.68% | - |
| HSV(B) | 289.5º | 0.63% | 0.99% | - |
| XYZ | 52.7 | 30.93 | 96.12 | - |
| YUV | 150.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 253 | 0.11 | 0.63 | 0 | 0.01 | 289.5 | 0.98 | 0.68 |
| Hex | E1 | 5D | FD | B | 3F | 0 | 1 | 122 | 62 | 44 |
| Octal | 341 | 135 | 375 | 13 | 77 | 0 | 1 | 442 | 142 | 104 |
| Binary | 11100001 | 1011101 | 11111101 | 1011 | 111111 | 0 | 1 | 100100010 | 1100010 | 1000100 |
Color Harmonies of #E15DFD
Complementary color
Monochromatic Colors of #E15DFD
Black with #E15DFD
Text Example
Text Example
White with #E15DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DFD; }
p { color: rgb(225,93,253); }
H1.HeaderClassName
{
color: #E15DFD;
}
.AnyTagClassName
{
color: #E15DFD;
}
</style>
background-color css
<style>
a { background-color: #E15DFD; }
a { background-color: rgb(225,93,253); }
div.DivClassName
{
background-color: #E15DFD;
}
.BgClassName
{
background-color: #E15DFD;
}
</style>
border-color css
<style>
span { border-color: #E15DFD; }
span { border-color: rgb(225,93,253); }
td.TdClassName
{
border-color: #E15DFD;
}
.TagClassName
{
border-color: #E15DFD;
}
</style>