Shades of Heliotrope #E170FB
Tints of Heliotrope #E170FB
RGB
CMYK
RGB Variations
Color information
#E170FB (or 0xE170FB) is known color: Heliotrope. HEX triplet: E1, 70 and FB. RGB value is (225,112,251). Sum of RGB (Red+Green+Blue) = 225+112+251=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #E170FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170FB is #1E8F04. Grayscale: #A1A1A1. Windows color (decimal): -2002693 or 16478433. OLE color: 16478433.
HSL color Cylindrical-coordinate representation of color #E170FB: hue angle of 288.78º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E170FB is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 112 | 251 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.02 |
| HSL | 288.78º | 0.95% | 0.71% | - |
| HSV(B) | 288.78º | 0.55% | 0.98% | - |
| XYZ | 54.26 | 34.56 | 95.08 | - |
| YUV | 161.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 251 | 0.10 | 0.55 | 0 | 0.02 | 288.78 | 0.95 | 0.71 |
| Hex | E1 | 70 | FB | A | 37 | 0 | 2 | 121 | 5F | 47 |
| Octal | 341 | 160 | 373 | 12 | 67 | 0 | 2 | 441 | 137 | 107 |
| Binary | 11100001 | 1110000 | 11111011 | 1010 | 110111 | 0 | 10 | 100100001 | 1011111 | 1000111 |
Color Harmonies of #E170FB
Complementary color
Monochromatic Colors of #E170FB
Black with #E170FB
Text Example
Text Example
White with #E170FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170FB; }
p { color: rgb(225,112,251); }
H1.HeaderClassName
{
color: #E170FB;
}
.AnyTagClassName
{
color: #E170FB;
}
</style>
background-color css
<style>
a { background-color: #E170FB; }
a { background-color: rgb(225,112,251); }
div.DivClassName
{
background-color: #E170FB;
}
.BgClassName
{
background-color: #E170FB;
}
</style>
border-color css
<style>
span { border-color: #E170FB; }
span { border-color: rgb(225,112,251); }
td.TdClassName
{
border-color: #E170FB;
}
.TagClassName
{
border-color: #E170FB;
}
</style>