Shades of Heliotrope #E571FA
Tints of Heliotrope #E571FA
RGB
CMYK
RGB Variations
Color information
#E571FA (or 0xE571FA) is known color: Heliotrope. HEX triplet: E5, 71 and FA. RGB value is (229,113,250). Sum of RGB (Red+Green+Blue) = 229+113+250=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 113 (44.53% from 255 or 19.09% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #E571FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E571FA is #1A8E05. Grayscale: #A2A2A2. Windows color (decimal): -1740294 or 16413157. OLE color: 16413157.
HSL color Cylindrical-coordinate representation of color #E571FA: hue angle of 290.8º 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 #E571FA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 113 | 250 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.02 |
| HSL | 290.8º | 0.93% | 0.71% | - |
| HSV(B) | 290.8º | 0.55% | 0.98% | - |
| XYZ | 55.47 | 35.37 | 94.35 | - |
| YUV | 163.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 250 | 0.08 | 0.55 | 0 | 0.02 | 290.8 | 0.93 | 0.71 |
| Hex | E5 | 71 | FA | 8 | 37 | 0 | 2 | 123 | 5D | 47 |
| Octal | 345 | 161 | 372 | 10 | 67 | 0 | 2 | 443 | 135 | 107 |
| Binary | 11100101 | 1110001 | 11111010 | 1000 | 110111 | 0 | 10 | 100100011 | 1011101 | 1000111 |
Color Harmonies of #E571FA
Complementary color
Monochromatic Colors of #E571FA
Black with #E571FA
Text Example
Text Example
White with #E571FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571FA; }
p { color: rgb(229,113,250); }
H1.HeaderClassName
{
color: #E571FA;
}
.AnyTagClassName
{
color: #E571FA;
}
</style>
background-color css
<style>
a { background-color: #E571FA; }
a { background-color: rgb(229,113,250); }
div.DivClassName
{
background-color: #E571FA;
}
.BgClassName
{
background-color: #E571FA;
}
</style>
border-color css
<style>
span { border-color: #E571FA; }
span { border-color: rgb(229,113,250); }
td.TdClassName
{
border-color: #E571FA;
}
.TagClassName
{
border-color: #E571FA;
}
</style>