Shades of Froly #EC5860
Tints of Froly #EC5860
RGB
CMYK
RGB Variations
Color information
#EC5860 (or 0xEC5860) is known color: Froly. HEX triplet: EC, 58 and 60. RGB value is (236,88,96). Sum of RGB (Red+Green+Blue) = 236+88+96=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5860 is #13A79F. Grayscale: #858585. Windows color (decimal): -1288096 or 6314220. OLE color: 6314220.
HSL color Cylindrical-coordinate representation of color #EC5860: hue angle of 356.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5860 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 96 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.07 |
| HSL | 356.76º | 0.8% | 0.64% | - |
| HSV(B) | 356.76º | 0.63% | 0.93% | - |
| XYZ | 40.19 | 25.66 | 13.9 | - |
| YUV | 133.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 96 | 0 | 0.63 | 0.59 | 0.07 | 356.76 | 0.8 | 0.64 |
| Hex | EC | 58 | 60 | 0 | 3F | 3B | 7 | 165 | 50 | 40 |
| Octal | 354 | 130 | 140 | 0 | 77 | 73 | 7 | 545 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1100000 | 0 | 111111 | 111011 | 111 | 101100101 | 1010000 | 1000000 |
Color Harmonies of #EC5860
Complementary color
Monochromatic Colors of #EC5860
Black with #EC5860
Text Example
Text Example
White with #EC5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5860; }
p { color: rgb(236,88,96); }
H1.HeaderClassName
{
color: #EC5860;
}
.AnyTagClassName
{
color: #EC5860;
}
</style>
background-color css
<style>
a { background-color: #EC5860; }
a { background-color: rgb(236,88,96); }
div.DivClassName
{
background-color: #EC5860;
}
.BgClassName
{
background-color: #EC5860;
}
</style>
border-color css
<style>
span { border-color: #EC5860; }
span { border-color: rgb(236,88,96); }
td.TdClassName
{
border-color: #EC5860;
}
.TagClassName
{
border-color: #EC5860;
}
</style>