Shades of Heliotrope #E170FF
Tints of Heliotrope #E170FF
RGB
CMYK
RGB Variations
Color information
#E170FF (or 0xE170FF) is known color: Heliotrope. HEX triplet: E1, 70 and FF. RGB value is (225,112,255). Sum of RGB (Red+Green+Blue) = 225+112+255=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #E170FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170FF is #1E8F00. Grayscale: #A1A1A1. Windows color (decimal): -2002689 or 16740577. OLE color: 16740577.
HSL color Cylindrical-coordinate representation of color #E170FF: hue angle of 287.41º 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 #E170FF is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 112 | 255 | - |
| CMYK | 0.12 | 0.56 | 0 | 0 |
| HSL | 287.41º | 1% | 0.72% | - |
| HSV(B) | 287.41º | 0.56% | 1% | - |
| XYZ | 54.9 | 34.82 | 98.43 | - |
| YUV | 162.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 255 | 0.12 | 0.56 | 0 | 0 | 287.41 | 1 | 0.72 |
| Hex | E1 | 70 | FF | C | 38 | 0 | 0 | 11F | 64 | 48 |
| Octal | 341 | 160 | 377 | 14 | 70 | 0 | 0 | 437 | 144 | 110 |
| Binary | 11100001 | 1110000 | 11111111 | 1100 | 111000 | 0 | 0 | 100011111 | 1100100 | 1001000 |
Color Harmonies of #E170FF
Complementary color
Monochromatic Colors of #E170FF
Black with #E170FF
Text Example
Text Example
White with #E170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170FF; }
p { color: rgb(225,112,255); }
H1.HeaderClassName
{
color: #E170FF;
}
.AnyTagClassName
{
color: #E170FF;
}
</style>
background-color css
<style>
a { background-color: #E170FF; }
a { background-color: rgb(225,112,255); }
div.DivClassName
{
background-color: #E170FF;
}
.BgClassName
{
background-color: #E170FF;
}
</style>
border-color css
<style>
span { border-color: #E170FF; }
span { border-color: rgb(225,112,255); }
td.TdClassName
{
border-color: #E170FF;
}
.TagClassName
{
border-color: #E170FF;
}
</style>