Shades of Heliotrope #E070FA
Tints of Heliotrope #E070FA
RGB
CMYK
RGB Variations
Color information
#E070FA (or 0xE070FA) is known color: Heliotrope. HEX triplet: E0, 70 and FA. RGB value is (224,112,250). Sum of RGB (Red+Green+Blue) = 224+112+250=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #E070FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070FA is #1F8F05. Grayscale: #A0A0A0. Windows color (decimal): -2068230 or 16412896. OLE color: 16412896.
HSL color Cylindrical-coordinate representation of color #E070FA: hue angle of 288.7º 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 #E070FA is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 112 | 250 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.02 |
| HSL | 288.7º | 0.93% | 0.71% | - |
| HSV(B) | 288.7º | 0.55% | 0.98% | - |
| XYZ | 53.79 | 34.34 | 94.24 | - |
| YUV | 161.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 250 | 0.10 | 0.55 | 0 | 0.02 | 288.7 | 0.93 | 0.71 |
| Hex | E0 | 70 | FA | A | 37 | 0 | 2 | 121 | 5D | 47 |
| Octal | 340 | 160 | 372 | 12 | 67 | 0 | 2 | 441 | 135 | 107 |
| Binary | 11100000 | 1110000 | 11111010 | 1010 | 110111 | 0 | 10 | 100100001 | 1011101 | 1000111 |
Color Harmonies of #E070FA
Complementary color
Monochromatic Colors of #E070FA
Black with #E070FA
Text Example
Text Example
White with #E070FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070FA; }
p { color: rgb(224,112,250); }
H1.HeaderClassName
{
color: #E070FA;
}
.AnyTagClassName
{
color: #E070FA;
}
</style>
background-color css
<style>
a { background-color: #E070FA; }
a { background-color: rgb(224,112,250); }
div.DivClassName
{
background-color: #E070FA;
}
.BgClassName
{
background-color: #E070FA;
}
</style>
border-color css
<style>
span { border-color: #E070FA; }
span { border-color: rgb(224,112,250); }
td.TdClassName
{
border-color: #E070FA;
}
.TagClassName
{
border-color: #E070FA;
}
</style>