Shades of Heliotrope #E058F9
Tints of Heliotrope #E058F9
RGB
CMYK
RGB Variations
Color information
#E058F9 (or 0xE058F9) is known color: Heliotrope. HEX triplet: E0, 58 and F9. RGB value is (224,88,249). Sum of RGB (Red+Green+Blue) = 224+88+249=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 88 (34.77% from 255 or 15.69% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #E058F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F9 is #1FA706. Grayscale: #929292. Windows color (decimal): -2074375 or 16341216. OLE color: 16341216.
HSL color Cylindrical-coordinate representation of color #E058F9: hue angle of 290.68º 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 #E058F9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 88 | 249 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.02 |
| HSL | 290.68º | 0.93% | 0.66% | - |
| HSV(B) | 290.68º | 0.65% | 0.98% | - |
| XYZ | 51.33 | 29.67 | 92.64 | - |
| YUV | 147.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 249 | 0.10 | 0.65 | 0 | 0.02 | 290.68 | 0.93 | 0.66 |
| Hex | E0 | 58 | F9 | A | 41 | 0 | 2 | 123 | 5D | 42 |
| Octal | 340 | 130 | 371 | 12 | 101 | 0 | 2 | 443 | 135 | 102 |
| Binary | 11100000 | 1011000 | 11111001 | 1010 | 1000001 | 0 | 10 | 100100011 | 1011101 | 1000010 |
Color Harmonies of #E058F9
Complementary color
Monochromatic Colors of #E058F9
Black with #E058F9
Text Example
Text Example
White with #E058F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058F9; }
p { color: rgb(224,88,249); }
H1.HeaderClassName
{
color: #E058F9;
}
.AnyTagClassName
{
color: #E058F9;
}
</style>
background-color css
<style>
a { background-color: #E058F9; }
a { background-color: rgb(224,88,249); }
div.DivClassName
{
background-color: #E058F9;
}
.BgClassName
{
background-color: #E058F9;
}
</style>
border-color css
<style>
span { border-color: #E058F9; }
span { border-color: rgb(224,88,249); }
td.TdClassName
{
border-color: #E058F9;
}
.TagClassName
{
border-color: #E058F9;
}
</style>