Shades of Heliotrope #E15EFB
Tints of Heliotrope #E15EFB
RGB
CMYK
RGB Variations
Color information
#E15EFB (or 0xE15EFB) is known color: Heliotrope. HEX triplet: E1, 5E and FB. RGB value is (225,94,251). Sum of RGB (Red+Green+Blue) = 225+94+251=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 94 (37.11% from 255 or 16.49% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #E15EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15EFB is #1EA104. Grayscale: #969696. Windows color (decimal): -2007301 or 16473825. OLE color: 16473825.
HSL color Cylindrical-coordinate representation of color #E15EFB: hue angle of 290.06º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15EFB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 94 | 251 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.02 |
| HSL | 290.06º | 0.95% | 0.68% | - |
| HSV(B) | 290.06º | 0.63% | 0.98% | - |
| XYZ | 52.47 | 30.98 | 94.48 | - |
| YUV | 151.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 251 | 0.10 | 0.63 | 0 | 0.02 | 290.06 | 0.95 | 0.68 |
| Hex | E1 | 5E | FB | A | 3F | 0 | 2 | 122 | 5F | 44 |
| Octal | 341 | 136 | 373 | 12 | 77 | 0 | 2 | 442 | 137 | 104 |
| Binary | 11100001 | 1011110 | 11111011 | 1010 | 111111 | 0 | 10 | 100100010 | 1011111 | 1000100 |
Color Harmonies of #E15EFB
Complementary color
Monochromatic Colors of #E15EFB
Black with #E15EFB
Text Example
Text Example
White with #E15EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EFB; }
p { color: rgb(225,94,251); }
H1.HeaderClassName
{
color: #E15EFB;
}
.AnyTagClassName
{
color: #E15EFB;
}
</style>
background-color css
<style>
a { background-color: #E15EFB; }
a { background-color: rgb(225,94,251); }
div.DivClassName
{
background-color: #E15EFB;
}
.BgClassName
{
background-color: #E15EFB;
}
</style>
border-color css
<style>
span { border-color: #E15EFB; }
span { border-color: rgb(225,94,251); }
td.TdClassName
{
border-color: #E15EFB;
}
.TagClassName
{
border-color: #E15EFB;
}
</style>