Shades of Heliotrope #E070F9
Tints of Heliotrope #E070F9
RGB
CMYK
RGB Variations
Color information
#E070F9 (or 0xE070F9) is known color: Heliotrope. HEX triplet: E0, 70 and F9. RGB value is (224,112,249). Sum of RGB (Red+Green+Blue) = 224+112+249=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #E070F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070F9 is #1F8F06. Grayscale: #A0A0A0. Windows color (decimal): -2068231 or 16347360. OLE color: 16347360.
HSL color Cylindrical-coordinate representation of color #E070F9: hue angle of 289.05º degrees, saturation: 0.92, 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 #E070F9 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 112 | 249 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.02 |
| HSL | 289.05º | 0.92% | 0.71% | - |
| HSV(B) | 289.05º | 0.55% | 0.98% | - |
| XYZ | 53.63 | 34.28 | 93.41 | - |
| YUV | 161.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 249 | 0.10 | 0.55 | 0 | 0.02 | 289.05 | 0.92 | 0.71 |
| Hex | E0 | 70 | F9 | A | 37 | 0 | 2 | 121 | 5C | 47 |
| Octal | 340 | 160 | 371 | 12 | 67 | 0 | 2 | 441 | 134 | 107 |
| Binary | 11100000 | 1110000 | 11111001 | 1010 | 110111 | 0 | 10 | 100100001 | 1011100 | 1000111 |
Color Harmonies of #E070F9
Complementary color
Monochromatic Colors of #E070F9
Black with #E070F9
Text Example
Text Example
White with #E070F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070F9; }
p { color: rgb(224,112,249); }
H1.HeaderClassName
{
color: #E070F9;
}
.AnyTagClassName
{
color: #E070F9;
}
</style>
background-color css
<style>
a { background-color: #E070F9; }
a { background-color: rgb(224,112,249); }
div.DivClassName
{
background-color: #E070F9;
}
.BgClassName
{
background-color: #E070F9;
}
</style>
border-color css
<style>
span { border-color: #E070F9; }
span { border-color: rgb(224,112,249); }
td.TdClassName
{
border-color: #E070F9;
}
.TagClassName
{
border-color: #E070F9;
}
</style>