Shades of Heliotrope #E176F0
Tints of Heliotrope #E176F0
RGB
CMYK
RGB Variations
Color information
#E176F0 (or 0xE176F0) is known color: Heliotrope. HEX triplet: E1, 76 and F0. RGB value is (225,118,240). Sum of RGB (Red+Green+Blue) = 225+118+240=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #E176F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E176F0 is #1E890F. Grayscale: #A3A3A3. Windows color (decimal): -2001168 or 15759073. OLE color: 15759073.
HSL color Cylindrical-coordinate representation of color #E176F0: hue angle of 292.62º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E176F0 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 118 | 240 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.06 |
| HSL | 292.62º | 0.8% | 0.7% | - |
| HSV(B) | 292.62º | 0.51% | 0.94% | - |
| XYZ | 53.26 | 35.26 | 86.44 | - |
| YUV | 163.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 240 | 0.06 | 0.51 | 0 | 0.06 | 292.62 | 0.8 | 0.7 |
| Hex | E1 | 76 | F0 | 6 | 33 | 0 | 6 | 125 | 50 | 46 |
| Octal | 341 | 166 | 360 | 6 | 63 | 0 | 6 | 445 | 120 | 106 |
| Binary | 11100001 | 1110110 | 11110000 | 110 | 110011 | 0 | 110 | 100100101 | 1010000 | 1000110 |
Color Harmonies of #E176F0
Complementary color
Monochromatic Colors of #E176F0
Black with #E176F0
Text Example
Text Example
White with #E176F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176F0; }
p { color: rgb(225,118,240); }
H1.HeaderClassName
{
color: #E176F0;
}
.AnyTagClassName
{
color: #E176F0;
}
</style>
background-color css
<style>
a { background-color: #E176F0; }
a { background-color: rgb(225,118,240); }
div.DivClassName
{
background-color: #E176F0;
}
.BgClassName
{
background-color: #E176F0;
}
</style>
border-color css
<style>
span { border-color: #E176F0; }
span { border-color: rgb(225,118,240); }
td.TdClassName
{
border-color: #E176F0;
}
.TagClassName
{
border-color: #E176F0;
}
</style>