Shades of Heliotrope #E058F7
Tints of Heliotrope #E058F7
RGB
CMYK
RGB Variations
Color information
#E058F7 (or 0xE058F7) is known color: Heliotrope. HEX triplet: E0, 58 and F7. RGB value is (224,88,247). Sum of RGB (Red+Green+Blue) = 224+88+247=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 247 (96.88% from 255 or 44.19% from 559); Max value from RGB is 247 - color contains mainly: blue. Hex color #E058F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F7 is #1FA708. Grayscale: #929292. Windows color (decimal): -2074377 or 16210144. OLE color: 16210144.
HSL color Cylindrical-coordinate representation of color #E058F7: hue angle of 291.32º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E058F7 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 88 | 247 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.03 |
| HSL | 291.32º | 0.91% | 0.66% | - |
| HSV(B) | 291.32º | 0.64% | 0.97% | - |
| XYZ | 51.02 | 29.54 | 91.01 | - |
| YUV | 146.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 247 | 0.09 | 0.64 | 0 | 0.03 | 291.32 | 0.91 | 0.66 |
| Hex | E0 | 58 | F7 | 9 | 40 | 0 | 3 | 123 | 5B | 42 |
| Octal | 340 | 130 | 367 | 11 | 100 | 0 | 3 | 443 | 133 | 102 |
| Binary | 11100000 | 1011000 | 11110111 | 1001 | 1000000 | 0 | 11 | 100100011 | 1011011 | 1000010 |
Color Harmonies of #E058F7
Complementary color
Monochromatic Colors of #E058F7
Black with #E058F7
Text Example
Text Example
White with #E058F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058F7; }
p { color: rgb(224,88,247); }
H1.HeaderClassName
{
color: #E058F7;
}
.AnyTagClassName
{
color: #E058F7;
}
</style>
background-color css
<style>
a { background-color: #E058F7; }
a { background-color: rgb(224,88,247); }
div.DivClassName
{
background-color: #E058F7;
}
.BgClassName
{
background-color: #E058F7;
}
</style>
border-color css
<style>
span { border-color: #E058F7; }
span { border-color: rgb(224,88,247); }
td.TdClassName
{
border-color: #E058F7;
}
.TagClassName
{
border-color: #E058F7;
}
</style>