Shades of Heliotrope #E058F8
Tints of Heliotrope #E058F8
RGB
CMYK
RGB Variations
Color information
#E058F8 (or 0xE058F8) is known color: Heliotrope. HEX triplet: E0, 58 and F8. RGB value is (224,88,248). Sum of RGB (Red+Green+Blue) = 224+88+248=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #E058F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F8 is #1FA707. Grayscale: #929292. Windows color (decimal): -2074376 or 16275680. OLE color: 16275680.
HSL color Cylindrical-coordinate representation of color #E058F8: hue angle of 291º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E058F8 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 88 | 248 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.03 |
| HSL | 291º | 0.92% | 0.66% | - |
| HSV(B) | 291º | 0.65% | 0.97% | - |
| XYZ | 51.17 | 29.6 | 91.82 | - |
| YUV | 146.9 | 185.06 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 248 | 0.10 | 0.65 | 0 | 0.03 | 291 | 0.92 | 0.66 |
| Hex | E0 | 58 | F8 | A | 41 | 0 | 3 | 123 | 5C | 42 |
| Octal | 340 | 130 | 370 | 12 | 101 | 0 | 3 | 443 | 134 | 102 |
| Binary | 11100000 | 1011000 | 11111000 | 1010 | 1000001 | 0 | 11 | 100100011 | 1011100 | 1000010 |
Color Harmonies of #E058F8
Complementary color
Monochromatic Colors of #E058F8
Black with #E058F8
Text Example
Text Example
White with #E058F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058F8; }
p { color: rgb(224,88,248); }
H1.HeaderClassName
{
color: #E058F8;
}
.AnyTagClassName
{
color: #E058F8;
}
</style>
background-color css
<style>
a { background-color: #E058F8; }
a { background-color: rgb(224,88,248); }
div.DivClassName
{
background-color: #E058F8;
}
.BgClassName
{
background-color: #E058F8;
}
</style>
border-color css
<style>
span { border-color: #E058F8; }
span { border-color: rgb(224,88,248); }
td.TdClassName
{
border-color: #E058F8;
}
.TagClassName
{
border-color: #E058F8;
}
</style>