Shades of Heliotrope #E170EC
Tints of Heliotrope #E170EC
RGB
CMYK
RGB Variations
Color information
#E170EC (or 0xE170EC) is known color: Heliotrope. HEX triplet: E1, 70 and EC. RGB value is (225,112,236). Sum of RGB (Red+Green+Blue) = 225+112+236=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #E170EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170EC is #1E8F13. Grayscale: #9F9F9F. Windows color (decimal): -2002708 or 15495393. OLE color: 15495393.
HSL color Cylindrical-coordinate representation of color #E170EC: hue angle of 294.68º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E170EC is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 112 | 236 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.07 |
| HSL | 294.68º | 0.77% | 0.68% | - |
| HSV(B) | 294.68º | 0.53% | 0.93% | - |
| XYZ | 51.99 | 33.65 | 83.11 | - |
| YUV | 159.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 236 | 0.05 | 0.53 | 0 | 0.07 | 294.68 | 0.77 | 0.68 |
| Hex | E1 | 70 | EC | 5 | 35 | 0 | 7 | 127 | 4D | 44 |
| Octal | 341 | 160 | 354 | 5 | 65 | 0 | 7 | 447 | 115 | 104 |
| Binary | 11100001 | 1110000 | 11101100 | 101 | 110101 | 0 | 111 | 100100111 | 1001101 | 1000100 |
Color Harmonies of #E170EC
Complementary color
Monochromatic Colors of #E170EC
Black with #E170EC
Text Example
Text Example
White with #E170EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170EC; }
p { color: rgb(225,112,236); }
H1.HeaderClassName
{
color: #E170EC;
}
.AnyTagClassName
{
color: #E170EC;
}
</style>
background-color css
<style>
a { background-color: #E170EC; }
a { background-color: rgb(225,112,236); }
div.DivClassName
{
background-color: #E170EC;
}
.BgClassName
{
background-color: #E170EC;
}
</style>
border-color css
<style>
span { border-color: #E170EC; }
span { border-color: rgb(225,112,236); }
td.TdClassName
{
border-color: #E170EC;
}
.TagClassName
{
border-color: #E170EC;
}
</style>