Shades of Froly #E16875
Tints of Froly #E16875
RGB
CMYK
RGB Variations
Color information
#E16875 (or 0xE16875) is known color: Froly. HEX triplet: E1, 68 and 75. RGB value is (225,104,117). Sum of RGB (Red+Green+Blue) = 225+104+117=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E16875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16875 is #1E978A. Grayscale: #8D8D8D. Windows color (decimal): -2004875 or 7694561. OLE color: 7694561.
HSL color Cylindrical-coordinate representation of color #E16875: hue angle of 353.55º 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 #E16875 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 117 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.12 |
| HSL | 353.55º | 0.67% | 0.65% | - |
| HSV(B) | 353.55º | 0.54% | 0.88% | - |
| XYZ | 39.21 | 27.19 | 20.01 | - |
| YUV | 141.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 117 | 0 | 0.54 | 0.48 | 0.12 | 353.55 | 0.67 | 0.65 |
| Hex | E1 | 68 | 75 | 0 | 36 | 30 | C | 162 | 43 | 41 |
| Octal | 341 | 150 | 165 | 0 | 66 | 60 | 14 | 542 | 103 | 101 |
| Binary | 11100001 | 1101000 | 1110101 | 0 | 110110 | 110000 | 1100 | 101100010 | 1000011 | 1000001 |
Color Harmonies of #E16875
Complementary color
Monochromatic Colors of #E16875
Black with #E16875
Text Example
Text Example
White with #E16875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16875; }
p { color: rgb(225,104,117); }
H1.HeaderClassName
{
color: #E16875;
}
.AnyTagClassName
{
color: #E16875;
}
</style>
background-color css
<style>
a { background-color: #E16875; }
a { background-color: rgb(225,104,117); }
div.DivClassName
{
background-color: #E16875;
}
.BgClassName
{
background-color: #E16875;
}
</style>
border-color css
<style>
span { border-color: #E16875; }
span { border-color: rgb(225,104,117); }
td.TdClassName
{
border-color: #E16875;
}
.TagClassName
{
border-color: #E16875;
}
</style>