Shades of Heliotrope #E071FA
Tints of Heliotrope #E071FA
RGB
CMYK
RGB Variations
Color information
#E071FA (or 0xE071FA) is known color: Heliotrope. HEX triplet: E0, 71 and FA. RGB value is (224,113,250). Sum of RGB (Red+Green+Blue) = 224+113+250=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #E071FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071FA is #1F8E05. Grayscale: #A1A1A1. Windows color (decimal): -2067974 or 16413152. OLE color: 16413152.
HSL color Cylindrical-coordinate representation of color #E071FA: hue angle of 288.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E071FA is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 113 | 250 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.02 |
| HSL | 288.61º | 0.93% | 0.71% | - |
| HSV(B) | 288.61º | 0.55% | 0.98% | - |
| XYZ | 53.9 | 34.56 | 94.27 | - |
| YUV | 161.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 250 | 0.10 | 0.55 | 0 | 0.02 | 288.61 | 0.93 | 0.71 |
| Hex | E0 | 71 | FA | A | 37 | 0 | 2 | 121 | 5D | 47 |
| Octal | 340 | 161 | 372 | 12 | 67 | 0 | 2 | 441 | 135 | 107 |
| Binary | 11100000 | 1110001 | 11111010 | 1010 | 110111 | 0 | 10 | 100100001 | 1011101 | 1000111 |
Color Harmonies of #E071FA
Complementary color
Monochromatic Colors of #E071FA
Black with #E071FA
Text Example
Text Example
White with #E071FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071FA; }
p { color: rgb(224,113,250); }
H1.HeaderClassName
{
color: #E071FA;
}
.AnyTagClassName
{
color: #E071FA;
}
</style>
background-color css
<style>
a { background-color: #E071FA; }
a { background-color: rgb(224,113,250); }
div.DivClassName
{
background-color: #E071FA;
}
.BgClassName
{
background-color: #E071FA;
}
</style>
border-color css
<style>
span { border-color: #E071FA; }
span { border-color: rgb(224,113,250); }
td.TdClassName
{
border-color: #E071FA;
}
.TagClassName
{
border-color: #E071FA;
}
</style>