Shades of Froly #E1696F
Tints of Froly #E1696F
RGB
CMYK
RGB Variations
Color information
#E1696F (or 0xE1696F) is known color: Froly. HEX triplet: E1, 69 and 6F. RGB value is (225,105,111). Sum of RGB (Red+Green+Blue) = 225+105+111=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1696F is #1E9690. Grayscale: #8D8D8D. Windows color (decimal): -2004625 or 7301601. OLE color: 7301601.
HSL color Cylindrical-coordinate representation of color #E1696F: hue angle of 357º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1696F is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 111 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.12 |
| HSL | 357º | 0.67% | 0.65% | - |
| HSV(B) | 357º | 0.53% | 0.88% | - |
| XYZ | 38.97 | 27.26 | 18.25 | - |
| YUV | 141.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 111 | 0 | 0.53 | 0.51 | 0.12 | 357 | 0.67 | 0.65 |
| Hex | E1 | 69 | 6F | 0 | 35 | 33 | C | 165 | 43 | 41 |
| Octal | 341 | 151 | 157 | 0 | 65 | 63 | 14 | 545 | 103 | 101 |
| Binary | 11100001 | 1101001 | 1101111 | 0 | 110101 | 110011 | 1100 | 101100101 | 1000011 | 1000001 |
Color Harmonies of #E1696F
Complementary color
Monochromatic Colors of #E1696F
Black with #E1696F
Text Example
Text Example
White with #E1696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1696F; }
p { color: rgb(225,105,111); }
H1.HeaderClassName
{
color: #E1696F;
}
.AnyTagClassName
{
color: #E1696F;
}
</style>
background-color css
<style>
a { background-color: #E1696F; }
a { background-color: rgb(225,105,111); }
div.DivClassName
{
background-color: #E1696F;
}
.BgClassName
{
background-color: #E1696F;
}
</style>
border-color css
<style>
span { border-color: #E1696F; }
span { border-color: rgb(225,105,111); }
td.TdClassName
{
border-color: #E1696F;
}
.TagClassName
{
border-color: #E1696F;
}
</style>