Shades of Heliotrope #E070F3
Tints of Heliotrope #E070F3
RGB
CMYK
RGB Variations
Color information
#E070F3 (or 0xE070F3) is known color: Heliotrope. HEX triplet: E0, 70 and F3. RGB value is (224,112,243). Sum of RGB (Red+Green+Blue) = 224+112+243=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 112 (44.14% from 255 or 19.34% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #E070F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070F3 is #1F8F0C. Grayscale: #A0A0A0. Windows color (decimal): -2068237 or 15954144. OLE color: 15954144.
HSL color Cylindrical-coordinate representation of color #E070F3: hue angle of 291.3º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E070F3 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 112 | 243 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.05 |
| HSL | 291.3º | 0.85% | 0.7% | - |
| HSV(B) | 291.3º | 0.54% | 0.95% | - |
| XYZ | 52.71 | 33.91 | 88.56 | - |
| YUV | 160.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 243 | 0.08 | 0.54 | 0 | 0.05 | 291.3 | 0.85 | 0.7 |
| Hex | E0 | 70 | F3 | 8 | 36 | 0 | 5 | 123 | 55 | 46 |
| Octal | 340 | 160 | 363 | 10 | 66 | 0 | 5 | 443 | 125 | 106 |
| Binary | 11100000 | 1110000 | 11110011 | 1000 | 110110 | 0 | 101 | 100100011 | 1010101 | 1000110 |
Color Harmonies of #E070F3
Complementary color
Monochromatic Colors of #E070F3
Black with #E070F3
Text Example
Text Example
White with #E070F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070F3; }
p { color: rgb(224,112,243); }
H1.HeaderClassName
{
color: #E070F3;
}
.AnyTagClassName
{
color: #E070F3;
}
</style>
background-color css
<style>
a { background-color: #E070F3; }
a { background-color: rgb(224,112,243); }
div.DivClassName
{
background-color: #E070F3;
}
.BgClassName
{
background-color: #E070F3;
}
</style>
border-color css
<style>
span { border-color: #E070F3; }
span { border-color: rgb(224,112,243); }
td.TdClassName
{
border-color: #E070F3;
}
.TagClassName
{
border-color: #E070F3;
}
</style>