Shades of Heliotrope #E171ED
Tints of Heliotrope #E171ED
RGB
CMYK
RGB Variations
Color information
#E171ED (or 0xE171ED) is known color: Heliotrope. HEX triplet: E1, 71 and ED. RGB value is (225,113,237). Sum of RGB (Red+Green+Blue) = 225+113+237=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #E171ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E171ED is #1E8E12. Grayscale: #A0A0A0. Windows color (decimal): -2002451 or 15561185. OLE color: 15561185.
HSL color Cylindrical-coordinate representation of color #E171ED: hue angle of 294.19º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E171ED is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 113 | 237 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.07 |
| HSL | 294.19º | 0.78% | 0.69% | - |
| HSV(B) | 294.19º | 0.52% | 0.93% | - |
| XYZ | 52.24 | 33.93 | 83.92 | - |
| YUV | 160.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 237 | 0.05 | 0.52 | 0 | 0.07 | 294.19 | 0.78 | 0.69 |
| Hex | E1 | 71 | ED | 5 | 34 | 0 | 7 | 126 | 4E | 45 |
| Octal | 341 | 161 | 355 | 5 | 64 | 0 | 7 | 446 | 116 | 105 |
| Binary | 11100001 | 1110001 | 11101101 | 101 | 110100 | 0 | 111 | 100100110 | 1001110 | 1000101 |
Color Harmonies of #E171ED
Complementary color
Monochromatic Colors of #E171ED
Black with #E171ED
Text Example
Text Example
White with #E171ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171ED; }
p { color: rgb(225,113,237); }
H1.HeaderClassName
{
color: #E171ED;
}
.AnyTagClassName
{
color: #E171ED;
}
</style>
background-color css
<style>
a { background-color: #E171ED; }
a { background-color: rgb(225,113,237); }
div.DivClassName
{
background-color: #E171ED;
}
.BgClassName
{
background-color: #E171ED;
}
</style>
border-color css
<style>
span { border-color: #E171ED; }
span { border-color: rgb(225,113,237); }
td.TdClassName
{
border-color: #E171ED;
}
.TagClassName
{
border-color: #E171ED;
}
</style>