Shades of Heliotrope #E15EF6
Tints of Heliotrope #E15EF6
RGB
CMYK
RGB Variations
Color information
#E15EF6 (or 0xE15EF6) is known color: Heliotrope. HEX triplet: E1, 5E and F6. RGB value is (225,94,246). Sum of RGB (Red+Green+Blue) = 225+94+246=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 94 (37.11% from 255 or 16.64% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #E15EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15EF6 is #1EA109. Grayscale: #969696. Windows color (decimal): -2007306 or 16146145. OLE color: 16146145.
HSL color Cylindrical-coordinate representation of color #E15EF6: hue angle of 291.71º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15EF6 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 94 | 246 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.04 |
| HSL | 291.71º | 0.89% | 0.67% | - |
| HSV(B) | 291.71º | 0.62% | 0.96% | - |
| XYZ | 51.69 | 30.67 | 90.38 | - |
| YUV | 150.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 246 | 0.09 | 0.62 | 0 | 0.04 | 291.71 | 0.89 | 0.67 |
| Hex | E1 | 5E | F6 | 9 | 3E | 0 | 4 | 124 | 59 | 43 |
| Octal | 341 | 136 | 366 | 11 | 76 | 0 | 4 | 444 | 131 | 103 |
| Binary | 11100001 | 1011110 | 11110110 | 1001 | 111110 | 0 | 100 | 100100100 | 1011001 | 1000011 |
Color Harmonies of #E15EF6
Complementary color
Monochromatic Colors of #E15EF6
Black with #E15EF6
Text Example
Text Example
White with #E15EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EF6; }
p { color: rgb(225,94,246); }
H1.HeaderClassName
{
color: #E15EF6;
}
.AnyTagClassName
{
color: #E15EF6;
}
</style>
background-color css
<style>
a { background-color: #E15EF6; }
a { background-color: rgb(225,94,246); }
div.DivClassName
{
background-color: #E15EF6;
}
.BgClassName
{
background-color: #E15EF6;
}
</style>
border-color css
<style>
span { border-color: #E15EF6; }
span { border-color: rgb(225,94,246); }
td.TdClassName
{
border-color: #E15EF6;
}
.TagClassName
{
border-color: #E15EF6;
}
</style>