Shades of Froly #E17177
Tints of Froly #E17177
RGB
CMYK
RGB Variations
Color information
#E17177 (or 0xE17177) is known color: Froly. HEX triplet: E1, 71 and 77. RGB value is (225,113,119). Sum of RGB (Red+Green+Blue) = 225+113+119=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E17177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17177 is #1E8E88. Grayscale: #939393. Windows color (decimal): -2002569 or 7827937. OLE color: 7827937.
HSL color Cylindrical-coordinate representation of color #E17177: hue angle of 356.79º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17177 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 119 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.12 |
| HSL | 356.79º | 0.65% | 0.66% | - |
| HSV(B) | 356.79º | 0.5% | 0.88% | - |
| XYZ | 40.29 | 29.15 | 20.96 | - |
| YUV | 147.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 119 | 0 | 0.50 | 0.47 | 0.12 | 356.79 | 0.65 | 0.66 |
| Hex | E1 | 71 | 77 | 0 | 32 | 2F | C | 165 | 41 | 42 |
| Octal | 341 | 161 | 167 | 0 | 62 | 57 | 14 | 545 | 101 | 102 |
| Binary | 11100001 | 1110001 | 1110111 | 0 | 110010 | 101111 | 1100 | 101100101 | 1000001 | 1000010 |
Color Harmonies of #E17177
Complementary color
Monochromatic Colors of #E17177
Black with #E17177
Text Example
Text Example
White with #E17177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17177; }
p { color: rgb(225,113,119); }
H1.HeaderClassName
{
color: #E17177;
}
.AnyTagClassName
{
color: #E17177;
}
</style>
background-color css
<style>
a { background-color: #E17177; }
a { background-color: rgb(225,113,119); }
div.DivClassName
{
background-color: #E17177;
}
.BgClassName
{
background-color: #E17177;
}
</style>
border-color css
<style>
span { border-color: #E17177; }
span { border-color: rgb(225,113,119); }
td.TdClassName
{
border-color: #E17177;
}
.TagClassName
{
border-color: #E17177;
}
</style>