Shades of Froly #E16E77
Tints of Froly #E16E77
RGB
CMYK
RGB Variations
Color information
#E16E77 (or 0xE16E77) is known color: Froly. HEX triplet: E1, 6E and 77. RGB value is (225,110,119). Sum of RGB (Red+Green+Blue) = 225+110+119=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16E77 is #1E9188. Grayscale: #919191. Windows color (decimal): -2003337 or 7827169. OLE color: 7827169.
HSL color Cylindrical-coordinate representation of color #E16E77: hue angle of 355.3º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16E77 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 119 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.12 |
| HSL | 355.3º | 0.66% | 0.66% | - |
| HSV(B) | 355.3º | 0.51% | 0.88% | - |
| XYZ | 39.96 | 28.49 | 20.85 | - |
| YUV | 145.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 119 | 0 | 0.51 | 0.47 | 0.12 | 355.3 | 0.66 | 0.66 |
| Hex | E1 | 6E | 77 | 0 | 33 | 2F | C | 163 | 42 | 42 |
| Octal | 341 | 156 | 167 | 0 | 63 | 57 | 14 | 543 | 102 | 102 |
| Binary | 11100001 | 1101110 | 1110111 | 0 | 110011 | 101111 | 1100 | 101100011 | 1000010 | 1000010 |
Color Harmonies of #E16E77
Complementary color
Monochromatic Colors of #E16E77
Black with #E16E77
Text Example
Text Example
White with #E16E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E77; }
p { color: rgb(225,110,119); }
H1.HeaderClassName
{
color: #E16E77;
}
.AnyTagClassName
{
color: #E16E77;
}
</style>
background-color css
<style>
a { background-color: #E16E77; }
a { background-color: rgb(225,110,119); }
div.DivClassName
{
background-color: #E16E77;
}
.BgClassName
{
background-color: #E16E77;
}
</style>
border-color css
<style>
span { border-color: #E16E77; }
span { border-color: rgb(225,110,119); }
td.TdClassName
{
border-color: #E16E77;
}
.TagClassName
{
border-color: #E16E77;
}
</style>