Shades of Heliotrope #E056FA
Tints of Heliotrope #E056FA
RGB
CMYK
RGB Variations
Color information
#E056FA (or 0xE056FA) is known color: Heliotrope. HEX triplet: E0, 56 and FA. RGB value is (224,86,250). Sum of RGB (Red+Green+Blue) = 224+86+250=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 86 (33.98% from 255 or 15.36% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #E056FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E056FA is #1FA905. Grayscale: #919191. Windows color (decimal): -2074886 or 16406240. OLE color: 16406240.
HSL color Cylindrical-coordinate representation of color #E056FA: hue angle of 290.49º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E056FA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 86 | 250 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.02 |
| HSL | 290.49º | 0.94% | 0.66% | - |
| HSV(B) | 290.49º | 0.66% | 0.98% | - |
| XYZ | 51.32 | 29.41 | 93.41 | - |
| YUV | 145.96 | 186.72 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 250 | 0.10 | 0.66 | 0 | 0.02 | 290.49 | 0.94 | 0.66 |
| Hex | E0 | 56 | FA | A | 42 | 0 | 2 | 122 | 5E | 42 |
| Octal | 340 | 126 | 372 | 12 | 102 | 0 | 2 | 442 | 136 | 102 |
| Binary | 11100000 | 1010110 | 11111010 | 1010 | 1000010 | 0 | 10 | 100100010 | 1011110 | 1000010 |
Color Harmonies of #E056FA
Complementary color
Monochromatic Colors of #E056FA
Black with #E056FA
Text Example
Text Example
White with #E056FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E056FA; }
p { color: rgb(224,86,250); }
H1.HeaderClassName
{
color: #E056FA;
}
.AnyTagClassName
{
color: #E056FA;
}
</style>
background-color css
<style>
a { background-color: #E056FA; }
a { background-color: rgb(224,86,250); }
div.DivClassName
{
background-color: #E056FA;
}
.BgClassName
{
background-color: #E056FA;
}
</style>
border-color css
<style>
span { border-color: #E056FA; }
span { border-color: rgb(224,86,250); }
td.TdClassName
{
border-color: #E056FA;
}
.TagClassName
{
border-color: #E056FA;
}
</style>