Shades of Heliotrope #E050FA
Tints of Heliotrope #E050FA
RGB
CMYK
RGB Variations
Color information
#E050FA (or 0xE050FA) is known color: Heliotrope. HEX triplet: E0, 50 and FA. RGB value is (224,80,250). Sum of RGB (Red+Green+Blue) = 224+80+250=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #E050FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050FA is #1FAF05. Grayscale: #8D8D8D. Windows color (decimal): -2076422 or 16404704. OLE color: 16404704.
HSL color Cylindrical-coordinate representation of color #E050FA: hue angle of 290.82º 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 #E050FA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 80 | 250 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.02 |
| HSL | 290.82º | 0.94% | 0.65% | - |
| HSV(B) | 290.82º | 0.68% | 0.98% | - |
| XYZ | 50.86 | 28.49 | 93.26 | - |
| YUV | 142.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 250 | 0.10 | 0.68 | 0 | 0.02 | 290.82 | 0.94 | 0.65 |
| Hex | E0 | 50 | FA | A | 44 | 0 | 2 | 123 | 5E | 41 |
| Octal | 340 | 120 | 372 | 12 | 104 | 0 | 2 | 443 | 136 | 101 |
| Binary | 11100000 | 1010000 | 11111010 | 1010 | 1000100 | 0 | 10 | 100100011 | 1011110 | 1000001 |
Color Harmonies of #E050FA
Complementary color
Monochromatic Colors of #E050FA
Black with #E050FA
Text Example
Text Example
White with #E050FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050FA; }
p { color: rgb(224,80,250); }
H1.HeaderClassName
{
color: #E050FA;
}
.AnyTagClassName
{
color: #E050FA;
}
</style>
background-color css
<style>
a { background-color: #E050FA; }
a { background-color: rgb(224,80,250); }
div.DivClassName
{
background-color: #E050FA;
}
.BgClassName
{
background-color: #E050FA;
}
</style>
border-color css
<style>
span { border-color: #E050FA; }
span { border-color: rgb(224,80,250); }
td.TdClassName
{
border-color: #E050FA;
}
.TagClassName
{
border-color: #E050FA;
}
</style>