Shades of Froly #E16F79
Tints of Froly #E16F79
RGB
CMYK
RGB Variations
Color information
#E16F79 (or 0xE16F79) is known color: Froly. HEX triplet: E1, 6F and 79. RGB value is (225,111,121). Sum of RGB (Red+Green+Blue) = 225+111+121=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16F79 is #1E9086. Grayscale: #929292. Windows color (decimal): -2003079 or 7958497. OLE color: 7958497.
HSL color Cylindrical-coordinate representation of color #E16F79: hue angle of 354.74º 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 #E16F79 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 121 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.12 |
| HSL | 354.74º | 0.66% | 0.66% | - |
| HSV(B) | 354.74º | 0.51% | 0.88% | - |
| XYZ | 40.19 | 28.76 | 21.52 | - |
| YUV | 146.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 121 | 0 | 0.51 | 0.46 | 0.12 | 354.74 | 0.66 | 0.66 |
| Hex | E1 | 6F | 79 | 0 | 33 | 2E | C | 163 | 42 | 42 |
| Octal | 341 | 157 | 171 | 0 | 63 | 56 | 14 | 543 | 102 | 102 |
| Binary | 11100001 | 1101111 | 1111001 | 0 | 110011 | 101110 | 1100 | 101100011 | 1000010 | 1000010 |
Color Harmonies of #E16F79
Complementary color
Monochromatic Colors of #E16F79
Black with #E16F79
Text Example
Text Example
White with #E16F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F79; }
p { color: rgb(225,111,121); }
H1.HeaderClassName
{
color: #E16F79;
}
.AnyTagClassName
{
color: #E16F79;
}
</style>
background-color css
<style>
a { background-color: #E16F79; }
a { background-color: rgb(225,111,121); }
div.DivClassName
{
background-color: #E16F79;
}
.BgClassName
{
background-color: #E16F79;
}
</style>
border-color css
<style>
span { border-color: #E16F79; }
span { border-color: rgb(225,111,121); }
td.TdClassName
{
border-color: #E16F79;
}
.TagClassName
{
border-color: #E16F79;
}
</style>