Shades of Froly #E8596E
Tints of Froly #E8596E
RGB
CMYK
RGB Variations
Color information
#E8596E (or 0xE8596E) is known color: Froly. HEX triplet: E8, 59 and 6E. RGB value is (232,89,110). Sum of RGB (Red+Green+Blue) = 232+89+110=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E8596E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8596E is #17A691. Grayscale: #868686. Windows color (decimal): -1549970 or 7231976. OLE color: 7231976.
HSL color Cylindrical-coordinate representation of color #E8596E: hue angle of 351.19º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E8596E is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 110 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.09 |
| HSL | 351.19º | 0.76% | 0.63% | - |
| HSV(B) | 351.19º | 0.62% | 0.91% | - |
| XYZ | 39.67 | 25.43 | 17.57 | - |
| YUV | 134.15 | 114.38 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 110 | 0 | 0.62 | 0.53 | 0.09 | 351.19 | 0.76 | 0.63 |
| Hex | E8 | 59 | 6E | 0 | 3E | 35 | 9 | 15F | 4C | 3F |
| Octal | 350 | 131 | 156 | 0 | 76 | 65 | 11 | 537 | 114 | 77 |
| Binary | 11101000 | 1011001 | 1101110 | 0 | 111110 | 110101 | 1001 | 101011111 | 1001100 | 111111 |
Color Harmonies of #E8596E
Complementary color
Monochromatic Colors of #E8596E
Black with #E8596E
Text Example
Text Example
White with #E8596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8596E; }
p { color: rgb(232,89,110); }
H1.HeaderClassName
{
color: #E8596E;
}
.AnyTagClassName
{
color: #E8596E;
}
</style>
background-color css
<style>
a { background-color: #E8596E; }
a { background-color: rgb(232,89,110); }
div.DivClassName
{
background-color: #E8596E;
}
.BgClassName
{
background-color: #E8596E;
}
</style>
border-color css
<style>
span { border-color: #E8596E; }
span { border-color: rgb(232,89,110); }
td.TdClassName
{
border-color: #E8596E;
}
.TagClassName
{
border-color: #E8596E;
}
</style>