Shades of Heliotrope #E170EE
Tints of Heliotrope #E170EE
RGB
CMYK
RGB Variations
Color information
#E170EE (or 0xE170EE) is known color: Heliotrope. HEX triplet: E1, 70 and EE. RGB value is (225,112,238). Sum of RGB (Red+Green+Blue) = 225+112+238=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #E170EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E170EE is #1E8F11. Grayscale: #9F9F9F. Windows color (decimal): -2002706 or 15626465. OLE color: 15626465.
HSL color Cylindrical-coordinate representation of color #E170EE: hue angle of 293.81º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E170EE is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 112 | 238 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.07 |
| HSL | 293.81º | 0.79% | 0.69% | - |
| HSV(B) | 293.81º | 0.53% | 0.93% | - |
| XYZ | 52.28 | 33.77 | 84.65 | - |
| YUV | 160.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 238 | 0.05 | 0.53 | 0 | 0.07 | 293.81 | 0.79 | 0.69 |
| Hex | E1 | 70 | EE | 5 | 35 | 0 | 7 | 126 | 4F | 45 |
| Octal | 341 | 160 | 356 | 5 | 65 | 0 | 7 | 446 | 117 | 105 |
| Binary | 11100001 | 1110000 | 11101110 | 101 | 110101 | 0 | 111 | 100100110 | 1001111 | 1000101 |
Color Harmonies of #E170EE
Complementary color
Monochromatic Colors of #E170EE
Black with #E170EE
Text Example
Text Example
White with #E170EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E170EE; }
p { color: rgb(225,112,238); }
H1.HeaderClassName
{
color: #E170EE;
}
.AnyTagClassName
{
color: #E170EE;
}
</style>
background-color css
<style>
a { background-color: #E170EE; }
a { background-color: rgb(225,112,238); }
div.DivClassName
{
background-color: #E170EE;
}
.BgClassName
{
background-color: #E170EE;
}
</style>
border-color css
<style>
span { border-color: #E170EE; }
span { border-color: rgb(225,112,238); }
td.TdClassName
{
border-color: #E170EE;
}
.TagClassName
{
border-color: #E170EE;
}
</style>