Shades of Heliotrope #E051FA
Tints of Heliotrope #E051FA
RGB
CMYK
RGB Variations
Color information
#E051FA (or 0xE051FA) is known color: Heliotrope. HEX triplet: E0, 51 and FA. RGB value is (224,81,250). Sum of RGB (Red+Green+Blue) = 224+81+250=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 81 (32.03% from 255 or 14.59% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #E051FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E051FA is #1FAE05. Grayscale: #8E8E8E. Windows color (decimal): -2076166 or 16404960. OLE color: 16404960.
HSL color Cylindrical-coordinate representation of color #E051FA: hue angle of 290.77º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E051FA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 81 | 250 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.02 |
| HSL | 290.77º | 0.94% | 0.65% | - |
| HSV(B) | 290.77º | 0.68% | 0.98% | - |
| XYZ | 50.94 | 28.63 | 93.28 | - |
| YUV | 143.02 | 188.38 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 250 | 0.10 | 0.68 | 0 | 0.02 | 290.77 | 0.94 | 0.65 |
| Hex | E0 | 51 | FA | A | 44 | 0 | 2 | 123 | 5E | 41 |
| Octal | 340 | 121 | 372 | 12 | 104 | 0 | 2 | 443 | 136 | 101 |
| Binary | 11100000 | 1010001 | 11111010 | 1010 | 1000100 | 0 | 10 | 100100011 | 1011110 | 1000001 |
Color Harmonies of #E051FA
Complementary color
Monochromatic Colors of #E051FA
Black with #E051FA
Text Example
Text Example
White with #E051FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051FA; }
p { color: rgb(224,81,250); }
H1.HeaderClassName
{
color: #E051FA;
}
.AnyTagClassName
{
color: #E051FA;
}
</style>
background-color css
<style>
a { background-color: #E051FA; }
a { background-color: rgb(224,81,250); }
div.DivClassName
{
background-color: #E051FA;
}
.BgClassName
{
background-color: #E051FA;
}
</style>
border-color css
<style>
span { border-color: #E051FA; }
span { border-color: rgb(224,81,250); }
td.TdClassName
{
border-color: #E051FA;
}
.TagClassName
{
border-color: #E051FA;
}
</style>