Shades of Froly #E16F73
Tints of Froly #E16F73
RGB
CMYK
RGB Variations
Color information
#E16F73 (or 0xE16F73) is known color: Froly. HEX triplet: E1, 6F and 73. RGB value is (225,111,115). Sum of RGB (Red+Green+Blue) = 225+111+115=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F73 is #1E908C. Grayscale: #919191. Windows color (decimal): -2003085 or 7565281. OLE color: 7565281.
HSL color Cylindrical-coordinate representation of color #E16F73: hue angle of 357.89º 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 #E16F73 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 115 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.12 |
| HSL | 357.89º | 0.66% | 0.66% | - |
| HSV(B) | 357.89º | 0.51% | 0.88% | - |
| XYZ | 39.83 | 28.61 | 19.64 | - |
| YUV | 145.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 115 | 0 | 0.51 | 0.49 | 0.12 | 357.89 | 0.66 | 0.66 |
| Hex | E1 | 6F | 73 | 0 | 33 | 31 | C | 166 | 42 | 42 |
| Octal | 341 | 157 | 163 | 0 | 63 | 61 | 14 | 546 | 102 | 102 |
| Binary | 11100001 | 1101111 | 1110011 | 0 | 110011 | 110001 | 1100 | 101100110 | 1000010 | 1000010 |
Color Harmonies of #E16F73
Complementary color
Monochromatic Colors of #E16F73
Black with #E16F73
Text Example
Text Example
White with #E16F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F73; }
p { color: rgb(225,111,115); }
H1.HeaderClassName
{
color: #E16F73;
}
.AnyTagClassName
{
color: #E16F73;
}
</style>
background-color css
<style>
a { background-color: #E16F73; }
a { background-color: rgb(225,111,115); }
div.DivClassName
{
background-color: #E16F73;
}
.BgClassName
{
background-color: #E16F73;
}
</style>
border-color css
<style>
span { border-color: #E16F73; }
span { border-color: rgb(225,111,115); }
td.TdClassName
{
border-color: #E16F73;
}
.TagClassName
{
border-color: #E16F73;
}
</style>