Shades of Froly #E8596D
Tints of Froly #E8596D
RGB
CMYK
RGB Variations
Color information
#E8596D (or 0xE8596D) is known color: Froly. HEX triplet: E8, 59 and 6D. RGB value is (232,89,109). Sum of RGB (Red+Green+Blue) = 232+89+109=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E8596D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8596D is #17A692. Grayscale: #868686. Windows color (decimal): -1549971 or 7166440. OLE color: 7166440.
HSL color Cylindrical-coordinate representation of color #E8596D: hue angle of 351.61º 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 #E8596D is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 109 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.09 |
| HSL | 351.61º | 0.76% | 0.63% | - |
| HSV(B) | 351.61º | 0.62% | 0.91% | - |
| XYZ | 39.61 | 25.4 | 17.28 | - |
| YUV | 134.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 109 | 0 | 0.62 | 0.53 | 0.09 | 351.61 | 0.76 | 0.63 |
| Hex | E8 | 59 | 6D | 0 | 3E | 35 | 9 | 160 | 4C | 3F |
| Octal | 350 | 131 | 155 | 0 | 76 | 65 | 11 | 540 | 114 | 77 |
| Binary | 11101000 | 1011001 | 1101101 | 0 | 111110 | 110101 | 1001 | 101100000 | 1001100 | 111111 |
Color Harmonies of #E8596D
Complementary color
Monochromatic Colors of #E8596D
Black with #E8596D
Text Example
Text Example
White with #E8596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8596D; }
p { color: rgb(232,89,109); }
H1.HeaderClassName
{
color: #E8596D;
}
.AnyTagClassName
{
color: #E8596D;
}
</style>
background-color css
<style>
a { background-color: #E8596D; }
a { background-color: rgb(232,89,109); }
div.DivClassName
{
background-color: #E8596D;
}
.BgClassName
{
background-color: #E8596D;
}
</style>
border-color css
<style>
span { border-color: #E8596D; }
span { border-color: rgb(232,89,109); }
td.TdClassName
{
border-color: #E8596D;
}
.TagClassName
{
border-color: #E8596D;
}
</style>