Shades of Froly #E86C72
Tints of Froly #E86C72
RGB
CMYK
RGB Variations
Color information
#E86C72 (or 0xE86C72) is known color: Froly. HEX triplet: E8, 6C and 72. RGB value is (232,108,114). Sum of RGB (Red+Green+Blue) = 232+108+114=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86C72 is #17938D. Grayscale: #919191. Windows color (decimal): -1545102 or 7498984. OLE color: 7498984.
HSL color Cylindrical-coordinate representation of color #E86C72: hue angle of 357.1º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86C72 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 114 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.09 |
| HSL | 357.1º | 0.73% | 0.67% | - |
| HSV(B) | 357.1º | 0.53% | 0.91% | - |
| XYZ | 41.68 | 29.1 | 19.34 | - |
| YUV | 145.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 114 | 0 | 0.53 | 0.51 | 0.09 | 357.1 | 0.73 | 0.67 |
| Hex | E8 | 6C | 72 | 0 | 35 | 33 | 9 | 165 | 49 | 43 |
| Octal | 350 | 154 | 162 | 0 | 65 | 63 | 11 | 545 | 111 | 103 |
| Binary | 11101000 | 1101100 | 1110010 | 0 | 110101 | 110011 | 1001 | 101100101 | 1001001 | 1000011 |
Color Harmonies of #E86C72
Complementary color
Monochromatic Colors of #E86C72
Black with #E86C72
Text Example
Text Example
White with #E86C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C72; }
p { color: rgb(232,108,114); }
H1.HeaderClassName
{
color: #E86C72;
}
.AnyTagClassName
{
color: #E86C72;
}
</style>
background-color css
<style>
a { background-color: #E86C72; }
a { background-color: rgb(232,108,114); }
div.DivClassName
{
background-color: #E86C72;
}
.BgClassName
{
background-color: #E86C72;
}
</style>
border-color css
<style>
span { border-color: #E86C72; }
span { border-color: rgb(232,108,114); }
td.TdClassName
{
border-color: #E86C72;
}
.TagClassName
{
border-color: #E86C72;
}
</style>