Shades of Heliotrope #E15DFB
Tints of Heliotrope #E15DFB
RGB
CMYK
RGB Variations
Color information
#E15DFB (or 0xE15DFB) is known color: Heliotrope. HEX triplet: E1, 5D and FB. RGB value is (225,93,251). Sum of RGB (Red+Green+Blue) = 225+93+251=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #E15DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DFB is #1EA204. Grayscale: #959595. Windows color (decimal): -2007557 or 16473569. OLE color: 16473569.
HSL color Cylindrical-coordinate representation of color #E15DFB: hue angle of 290.13º degrees, saturation: 0.95, 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 #E15DFB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 93 | 251 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.02 |
| HSL | 290.13º | 0.95% | 0.67% | - |
| HSV(B) | 290.13º | 0.63% | 0.98% | - |
| XYZ | 52.38 | 30.8 | 94.45 | - |
| YUV | 150.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 251 | 0.10 | 0.63 | 0 | 0.02 | 290.13 | 0.95 | 0.67 |
| Hex | E1 | 5D | FB | A | 3F | 0 | 2 | 122 | 5F | 43 |
| Octal | 341 | 135 | 373 | 12 | 77 | 0 | 2 | 442 | 137 | 103 |
| Binary | 11100001 | 1011101 | 11111011 | 1010 | 111111 | 0 | 10 | 100100010 | 1011111 | 1000011 |
Color Harmonies of #E15DFB
Complementary color
Monochromatic Colors of #E15DFB
Black with #E15DFB
Text Example
Text Example
White with #E15DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DFB; }
p { color: rgb(225,93,251); }
H1.HeaderClassName
{
color: #E15DFB;
}
.AnyTagClassName
{
color: #E15DFB;
}
</style>
background-color css
<style>
a { background-color: #E15DFB; }
a { background-color: rgb(225,93,251); }
div.DivClassName
{
background-color: #E15DFB;
}
.BgClassName
{
background-color: #E15DFB;
}
</style>
border-color css
<style>
span { border-color: #E15DFB; }
span { border-color: rgb(225,93,251); }
td.TdClassName
{
border-color: #E15DFB;
}
.TagClassName
{
border-color: #E15DFB;
}
</style>