Shades of Heliotrope #E870FF
Tints of Heliotrope #E870FF
RGB
CMYK
RGB Variations
Color information
#E870FF (or 0xE870FF) is known color: Heliotrope. HEX triplet: E8, 70 and FF. RGB value is (232,112,255). Sum of RGB (Red+Green+Blue) = 232+112+255=599 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.73% from 599); Green value is 112 (44.14% from 255 or 18.70% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #E870FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E870FF is #178F00. Grayscale: #A3A3A3. Windows color (decimal): -1543937 or 16740584. OLE color: 16740584.
HSL color Cylindrical-coordinate representation of color #E870FF: hue angle of 290.35º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E870FF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 112 | 255 | - |
| CMYK | 0.09 | 0.56 | 0 | 0 |
| HSL | 290.35º | 1% | 0.72% | - |
| HSV(B) | 290.35º | 0.56% | 1% | - |
| XYZ | 57.12 | 35.96 | 98.54 | - |
| YUV | 164.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 112 | 255 | 0.09 | 0.56 | 0 | 0 | 290.35 | 1 | 0.72 |
| Hex | E8 | 70 | FF | 9 | 38 | 0 | 0 | 122 | 64 | 48 |
| Octal | 350 | 160 | 377 | 11 | 70 | 0 | 0 | 442 | 144 | 110 |
| Binary | 11101000 | 1110000 | 11111111 | 1001 | 111000 | 0 | 0 | 100100010 | 1100100 | 1001000 |
Color Harmonies of #E870FF
Complementary color
Monochromatic Colors of #E870FF
Black with #E870FF
Text Example
Text Example
White with #E870FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E870FF; }
p { color: rgb(232,112,255); }
H1.HeaderClassName
{
color: #E870FF;
}
.AnyTagClassName
{
color: #E870FF;
}
</style>
background-color css
<style>
a { background-color: #E870FF; }
a { background-color: rgb(232,112,255); }
div.DivClassName
{
background-color: #E870FF;
}
.BgClassName
{
background-color: #E870FF;
}
</style>
border-color css
<style>
span { border-color: #E870FF; }
span { border-color: rgb(232,112,255); }
td.TdClassName
{
border-color: #E870FF;
}
.TagClassName
{
border-color: #E870FF;
}
</style>