Shades of Froly #E16871
Tints of Froly #E16871
RGB
CMYK
RGB Variations
Color information
#E16871 (or 0xE16871) is known color: Froly. HEX triplet: E1, 68 and 71. RGB value is (225,104,113). Sum of RGB (Red+Green+Blue) = 225+104+113=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E16871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16871 is #1E978E. Grayscale: #8D8D8D. Windows color (decimal): -2004879 or 7432417. OLE color: 7432417.
HSL color Cylindrical-coordinate representation of color #E16871: hue angle of 355.54º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16871 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 113 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.12 |
| HSL | 355.54º | 0.67% | 0.65% | - |
| HSV(B) | 355.54º | 0.54% | 0.88% | - |
| XYZ | 38.98 | 27.1 | 18.8 | - |
| YUV | 141.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 113 | 0 | 0.54 | 0.50 | 0.12 | 355.54 | 0.67 | 0.65 |
| Hex | E1 | 68 | 71 | 0 | 36 | 32 | C | 164 | 43 | 41 |
| Octal | 341 | 150 | 161 | 0 | 66 | 62 | 14 | 544 | 103 | 101 |
| Binary | 11100001 | 1101000 | 1110001 | 0 | 110110 | 110010 | 1100 | 101100100 | 1000011 | 1000001 |
Color Harmonies of #E16871
Complementary color
Monochromatic Colors of #E16871
Black with #E16871
Text Example
Text Example
White with #E16871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16871; }
p { color: rgb(225,104,113); }
H1.HeaderClassName
{
color: #E16871;
}
.AnyTagClassName
{
color: #E16871;
}
</style>
background-color css
<style>
a { background-color: #E16871; }
a { background-color: rgb(225,104,113); }
div.DivClassName
{
background-color: #E16871;
}
.BgClassName
{
background-color: #E16871;
}
</style>
border-color css
<style>
span { border-color: #E16871; }
span { border-color: rgb(225,104,113); }
td.TdClassName
{
border-color: #E16871;
}
.TagClassName
{
border-color: #E16871;
}
</style>