Shades of Heliotrope #E057FC
Tints of Heliotrope #E057FC
RGB
CMYK
RGB Variations
Color information
#E057FC (or 0xE057FC) is known color: Heliotrope. HEX triplet: E0, 57 and FC. RGB value is (224,87,252). Sum of RGB (Red+Green+Blue) = 224+87+252=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 87 (34.38% from 255 or 15.45% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #E057FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E057FC is #1FA803. Grayscale: #929292. Windows color (decimal): -2074628 or 16537568. OLE color: 16537568.
HSL color Cylindrical-coordinate representation of color #E057FC: hue angle of 289.82º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E057FC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 87 | 252 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.01 |
| HSL | 289.82º | 0.96% | 0.66% | - |
| HSV(B) | 289.82º | 0.65% | 0.99% | - |
| XYZ | 51.72 | 29.69 | 95.1 | - |
| YUV | 146.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 252 | 0.11 | 0.65 | 0 | 0.01 | 289.82 | 0.96 | 0.66 |
| Hex | E0 | 57 | FC | B | 41 | 0 | 1 | 122 | 60 | 42 |
| Octal | 340 | 127 | 374 | 13 | 101 | 0 | 1 | 442 | 140 | 102 |
| Binary | 11100000 | 1010111 | 11111100 | 1011 | 1000001 | 0 | 1 | 100100010 | 1100000 | 1000010 |
Color Harmonies of #E057FC
Complementary color
Monochromatic Colors of #E057FC
Black with #E057FC
Text Example
Text Example
White with #E057FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057FC; }
p { color: rgb(224,87,252); }
H1.HeaderClassName
{
color: #E057FC;
}
.AnyTagClassName
{
color: #E057FC;
}
</style>
background-color css
<style>
a { background-color: #E057FC; }
a { background-color: rgb(224,87,252); }
div.DivClassName
{
background-color: #E057FC;
}
.BgClassName
{
background-color: #E057FC;
}
</style>
border-color css
<style>
span { border-color: #E057FC; }
span { border-color: rgb(224,87,252); }
td.TdClassName
{
border-color: #E057FC;
}
.TagClassName
{
border-color: #E057FC;
}
</style>