Shades of Heliotrope #E071F5
Tints of Heliotrope #E071F5
RGB
CMYK
RGB Variations
Color information
#E071F5 (or 0xE071F5) is known color: Heliotrope. HEX triplet: E0, 71 and F5. RGB value is (224,113,245). Sum of RGB (Red+Green+Blue) = 224+113+245=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #E071F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071F5 is #1F8E0A. Grayscale: #A0A0A0. Windows color (decimal): -2067979 or 16085472. OLE color: 16085472.
HSL color Cylindrical-coordinate representation of color #E071F5: hue angle of 290.45º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E071F5 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 113 | 245 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.04 |
| HSL | 290.45º | 0.87% | 0.7% | - |
| HSV(B) | 290.45º | 0.54% | 0.96% | - |
| XYZ | 53.13 | 34.25 | 90.2 | - |
| YUV | 161.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 245 | 0.09 | 0.54 | 0 | 0.04 | 290.45 | 0.87 | 0.7 |
| Hex | E0 | 71 | F5 | 9 | 36 | 0 | 4 | 122 | 57 | 46 |
| Octal | 340 | 161 | 365 | 11 | 66 | 0 | 4 | 442 | 127 | 106 |
| Binary | 11100000 | 1110001 | 11110101 | 1001 | 110110 | 0 | 100 | 100100010 | 1010111 | 1000110 |
Color Harmonies of #E071F5
Complementary color
Monochromatic Colors of #E071F5
Black with #E071F5
Text Example
Text Example
White with #E071F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E071F5; }
p { color: rgb(224,113,245); }
H1.HeaderClassName
{
color: #E071F5;
}
.AnyTagClassName
{
color: #E071F5;
}
</style>
background-color css
<style>
a { background-color: #E071F5; }
a { background-color: rgb(224,113,245); }
div.DivClassName
{
background-color: #E071F5;
}
.BgClassName
{
background-color: #E071F5;
}
</style>
border-color css
<style>
span { border-color: #E071F5; }
span { border-color: rgb(224,113,245); }
td.TdClassName
{
border-color: #E071F5;
}
.TagClassName
{
border-color: #E071F5;
}
</style>