Shades of Heliotrope #E070FC
Tints of Heliotrope #E070FC
RGB
CMYK
RGB Variations
Color information
#E070FC (or 0xE070FC) is known color: Heliotrope. HEX triplet: E0, 70 and FC. RGB value is (224,112,252). Sum of RGB (Red+Green+Blue) = 224+112+252=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #E070FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070FC is #1F8F03. Grayscale: #A1A1A1. Windows color (decimal): -2068228 or 16543968. OLE color: 16543968.
HSL color Cylindrical-coordinate representation of color #E070FC: hue angle of 288º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E070FC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 112 | 252 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.01 |
| HSL | 288º | 0.96% | 0.71% | - |
| HSV(B) | 288º | 0.56% | 0.99% | - |
| XYZ | 54.11 | 34.46 | 95.9 | - |
| YUV | 161.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 252 | 0.11 | 0.56 | 0 | 0.01 | 288 | 0.96 | 0.71 |
| Hex | E0 | 70 | FC | B | 38 | 0 | 1 | 120 | 60 | 47 |
| Octal | 340 | 160 | 374 | 13 | 70 | 0 | 1 | 440 | 140 | 107 |
| Binary | 11100000 | 1110000 | 11111100 | 1011 | 111000 | 0 | 1 | 100100000 | 1100000 | 1000111 |
Color Harmonies of #E070FC
Complementary color
Monochromatic Colors of #E070FC
Black with #E070FC
Text Example
Text Example
White with #E070FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E070FC; }
p { color: rgb(224,112,252); }
H1.HeaderClassName
{
color: #E070FC;
}
.AnyTagClassName
{
color: #E070FC;
}
</style>
background-color css
<style>
a { background-color: #E070FC; }
a { background-color: rgb(224,112,252); }
div.DivClassName
{
background-color: #E070FC;
}
.BgClassName
{
background-color: #E070FC;
}
</style>
border-color css
<style>
span { border-color: #E070FC; }
span { border-color: rgb(224,112,252); }
td.TdClassName
{
border-color: #E070FC;
}
.TagClassName
{
border-color: #E070FC;
}
</style>