Shades of Heliotrope #E057F9
Tints of Heliotrope #E057F9
RGB
CMYK
RGB Variations
Color information
#E057F9 (or 0xE057F9) is known color: Heliotrope. HEX triplet: E0, 57 and F9. RGB value is (224,87,249). Sum of RGB (Red+Green+Blue) = 224+87+249=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 87 (34.38% from 255 or 15.54% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #E057F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E057F9 is #1FA806. Grayscale: #919191. Windows color (decimal): -2074631 or 16340960. OLE color: 16340960.
HSL color Cylindrical-coordinate representation of color #E057F9: hue angle of 290.74º 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 #E057F9 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 87 | 249 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.02 |
| HSL | 290.74º | 0.93% | 0.66% | - |
| HSV(B) | 290.74º | 0.65% | 0.98% | - |
| XYZ | 51.25 | 29.5 | 92.62 | - |
| YUV | 146.43 | 185.89 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 249 | 0.10 | 0.65 | 0 | 0.02 | 290.74 | 0.93 | 0.66 |
| Hex | E0 | 57 | F9 | A | 41 | 0 | 2 | 123 | 5D | 42 |
| Octal | 340 | 127 | 371 | 12 | 101 | 0 | 2 | 443 | 135 | 102 |
| Binary | 11100000 | 1010111 | 11111001 | 1010 | 1000001 | 0 | 10 | 100100011 | 1011101 | 1000010 |
Color Harmonies of #E057F9
Complementary color
Monochromatic Colors of #E057F9
Black with #E057F9
Text Example
Text Example
White with #E057F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057F9; }
p { color: rgb(224,87,249); }
H1.HeaderClassName
{
color: #E057F9;
}
.AnyTagClassName
{
color: #E057F9;
}
</style>
background-color css
<style>
a { background-color: #E057F9; }
a { background-color: rgb(224,87,249); }
div.DivClassName
{
background-color: #E057F9;
}
.BgClassName
{
background-color: #E057F9;
}
</style>
border-color css
<style>
span { border-color: #E057F9; }
span { border-color: rgb(224,87,249); }
td.TdClassName
{
border-color: #E057F9;
}
.TagClassName
{
border-color: #E057F9;
}
</style>