Shades of Heliotrope #E058F3
Tints of Heliotrope #E058F3
RGB
CMYK
RGB Variations
Color information
#E058F3 (or 0xE058F3) is known color: Heliotrope. HEX triplet: E0, 58 and F3. RGB value is (224,88,243). Sum of RGB (Red+Green+Blue) = 224+88+243=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 88 (34.77% from 255 or 15.86% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #E058F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F3 is #1FA70C. Grayscale: #919191. Windows color (decimal): -2074381 or 15948000. OLE color: 15948000.
HSL color Cylindrical-coordinate representation of color #E058F3: hue angle of 292.65º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E058F3 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 88 | 243 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.05 |
| HSL | 292.65º | 0.87% | 0.65% | - |
| HSV(B) | 292.65º | 0.64% | 0.95% | - |
| XYZ | 50.41 | 29.3 | 87.79 | - |
| YUV | 146.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 243 | 0.08 | 0.64 | 0 | 0.05 | 292.65 | 0.87 | 0.65 |
| Hex | E0 | 58 | F3 | 8 | 40 | 0 | 5 | 125 | 57 | 41 |
| Octal | 340 | 130 | 363 | 10 | 100 | 0 | 5 | 445 | 127 | 101 |
| Binary | 11100000 | 1011000 | 11110011 | 1000 | 1000000 | 0 | 101 | 100100101 | 1010111 | 1000001 |
Color Harmonies of #E058F3
Complementary color
Monochromatic Colors of #E058F3
Black with #E058F3
Text Example
Text Example
White with #E058F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058F3; }
p { color: rgb(224,88,243); }
H1.HeaderClassName
{
color: #E058F3;
}
.AnyTagClassName
{
color: #E058F3;
}
</style>
background-color css
<style>
a { background-color: #E058F3; }
a { background-color: rgb(224,88,243); }
div.DivClassName
{
background-color: #E058F3;
}
.BgClassName
{
background-color: #E058F3;
}
</style>
border-color css
<style>
span { border-color: #E058F3; }
span { border-color: rgb(224,88,243); }
td.TdClassName
{
border-color: #E058F3;
}
.TagClassName
{
border-color: #E058F3;
}
</style>