Shades of Heliotrope #E170FE
Tints of Heliotrope #E170FE
RGB
CMYK
RGB Variations
Color information
#E170FE (or 0xE170FE) is known color: Heliotrope. HEX triplet: E1, 70 and FE. RGB value is (225,112,254). Sum of RGB (Red+Green+Blue) = 225+112+254=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #E170FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170FE is #1E8F01. Grayscale: #A1A1A1. Windows color (decimal): -2002690 or 16675041. OLE color: 16675041.
HSL color Cylindrical-coordinate representation of color #E170FE: hue angle of 287.75º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E170FE is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 112 | 254 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.00 |
| HSL | 287.75º | 0.99% | 0.72% | - |
| HSV(B) | 287.75º | 0.56% | 1% | - |
| XYZ | 54.73 | 34.75 | 97.59 | - |
| YUV | 161.98 | 179.94 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 254 | 0.11 | 0.56 | 0 | 0.00 | 287.75 | 0.99 | 0.72 |
| Hex | E1 | 70 | FE | B | 38 | 0 | 0 | 120 | 63 | 48 |
| Octal | 341 | 160 | 376 | 13 | 70 | 0 | 0 | 440 | 143 | 110 |
| Binary | 11100001 | 1110000 | 11111110 | 1011 | 111000 | 0 | 0 | 100100000 | 1100011 | 1001000 |
Color Harmonies of #E170FE
Complementary color
Monochromatic Colors of #E170FE
Black with #E170FE
Text Example
Text Example
White with #E170FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170FE; }
p { color: rgb(225,112,254); }
H1.HeaderClassName
{
color: #E170FE;
}
.AnyTagClassName
{
color: #E170FE;
}
</style>
background-color css
<style>
a { background-color: #E170FE; }
a { background-color: rgb(225,112,254); }
div.DivClassName
{
background-color: #E170FE;
}
.BgClassName
{
background-color: #E170FE;
}
</style>
border-color css
<style>
span { border-color: #E170FE; }
span { border-color: rgb(225,112,254); }
td.TdClassName
{
border-color: #E170FE;
}
.TagClassName
{
border-color: #E170FE;
}
</style>