Shades of Froly #E85E60
Tints of Froly #E85E60
RGB
CMYK
RGB Variations
Color information
#E85E60 (or 0xE85E60) is known color: Froly. HEX triplet: E8, 5E and 60. RGB value is (232,94,96). Sum of RGB (Red+Green+Blue) = 232+94+96=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85E60 is #17A19F. Grayscale: #878787. Windows color (decimal): -1548704 or 6315752. OLE color: 6315752.
HSL color Cylindrical-coordinate representation of color #E85E60: hue angle of 359.13º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85E60 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 96 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.09 |
| HSL | 359.13º | 0.75% | 0.64% | - |
| HSV(B) | 359.13º | 0.59% | 0.91% | - |
| XYZ | 39.39 | 26.01 | 14.01 | - |
| YUV | 135.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 96 | 0 | 0.59 | 0.59 | 0.09 | 359.13 | 0.75 | 0.64 |
| Hex | E8 | 5E | 60 | 0 | 3B | 3B | 9 | 167 | 4B | 40 |
| Octal | 350 | 136 | 140 | 0 | 73 | 73 | 11 | 547 | 113 | 100 |
| Binary | 11101000 | 1011110 | 1100000 | 0 | 111011 | 111011 | 1001 | 101100111 | 1001011 | 1000000 |
Color Harmonies of #E85E60
Complementary color
Monochromatic Colors of #E85E60
Black with #E85E60
Text Example
Text Example
White with #E85E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E60; }
p { color: rgb(232,94,96); }
H1.HeaderClassName
{
color: #E85E60;
}
.AnyTagClassName
{
color: #E85E60;
}
</style>
background-color css
<style>
a { background-color: #E85E60; }
a { background-color: rgb(232,94,96); }
div.DivClassName
{
background-color: #E85E60;
}
.BgClassName
{
background-color: #E85E60;
}
</style>
border-color css
<style>
span { border-color: #E85E60; }
span { border-color: rgb(232,94,96); }
td.TdClassName
{
border-color: #E85E60;
}
.TagClassName
{
border-color: #E85E60;
}
</style>