Shades of Heliotrope #E158F9
Tints of Heliotrope #E158F9
RGB
CMYK
RGB Variations
Color information
#E158F9 (or 0xE158F9) is known color: Heliotrope. HEX triplet: E1, 58 and F9. RGB value is (225,88,249). Sum of RGB (Red+Green+Blue) = 225+88+249=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #E158F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E158F9 is #1EA706. Grayscale: #929292. Windows color (decimal): -2008839 or 16341217. OLE color: 16341217.
HSL color Cylindrical-coordinate representation of color #E158F9: hue angle of 291.06º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E158F9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 88 | 249 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.02 |
| HSL | 291.06º | 0.93% | 0.66% | - |
| HSV(B) | 291.06º | 0.65% | 0.98% | - |
| XYZ | 51.64 | 29.83 | 92.66 | - |
| YUV | 147.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 249 | 0.10 | 0.65 | 0 | 0.02 | 291.06 | 0.93 | 0.66 |
| Hex | E1 | 58 | F9 | A | 41 | 0 | 2 | 123 | 5D | 42 |
| Octal | 341 | 130 | 371 | 12 | 101 | 0 | 2 | 443 | 135 | 102 |
| Binary | 11100001 | 1011000 | 11111001 | 1010 | 1000001 | 0 | 10 | 100100011 | 1011101 | 1000010 |
Color Harmonies of #E158F9
Complementary color
Monochromatic Colors of #E158F9
Black with #E158F9
Text Example
Text Example
White with #E158F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E158F9; }
p { color: rgb(225,88,249); }
H1.HeaderClassName
{
color: #E158F9;
}
.AnyTagClassName
{
color: #E158F9;
}
</style>
background-color css
<style>
a { background-color: #E158F9; }
a { background-color: rgb(225,88,249); }
div.DivClassName
{
background-color: #E158F9;
}
.BgClassName
{
background-color: #E158F9;
}
</style>
border-color css
<style>
span { border-color: #E158F9; }
span { border-color: rgb(225,88,249); }
td.TdClassName
{
border-color: #E158F9;
}
.TagClassName
{
border-color: #E158F9;
}
</style>