Shades of Froly #EC5760
Tints of Froly #EC5760
RGB
CMYK
RGB Variations
Color information
#EC5760 (or 0xEC5760) is known color: Froly. HEX triplet: EC, 57 and 60. RGB value is (236,87,96). Sum of RGB (Red+Green+Blue) = 236+87+96=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5760 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5760 is #13A89F. Grayscale: #848484. Windows color (decimal): -1288352 or 6313964. OLE color: 6313964.
HSL color Cylindrical-coordinate representation of color #EC5760: hue angle of 356.38º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC5760 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 96 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.07 |
| HSL | 356.38º | 0.8% | 0.63% | - |
| HSV(B) | 356.38º | 0.63% | 0.93% | - |
| XYZ | 40.11 | 25.49 | 13.87 | - |
| YUV | 132.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 96 | 0 | 0.63 | 0.59 | 0.07 | 356.38 | 0.8 | 0.63 |
| Hex | EC | 57 | 60 | 0 | 3F | 3B | 7 | 164 | 50 | 3F |
| Octal | 354 | 127 | 140 | 0 | 77 | 73 | 7 | 544 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1100000 | 0 | 111111 | 111011 | 111 | 101100100 | 1010000 | 111111 |
Color Harmonies of #EC5760
Complementary color
Monochromatic Colors of #EC5760
Black with #EC5760
Text Example
Text Example
White with #EC5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5760; }
p { color: rgb(236,87,96); }
H1.HeaderClassName
{
color: #EC5760;
}
.AnyTagClassName
{
color: #EC5760;
}
</style>
background-color css
<style>
a { background-color: #EC5760; }
a { background-color: rgb(236,87,96); }
div.DivClassName
{
background-color: #EC5760;
}
.BgClassName
{
background-color: #EC5760;
}
</style>
border-color css
<style>
span { border-color: #EC5760; }
span { border-color: rgb(236,87,96); }
td.TdClassName
{
border-color: #EC5760;
}
.TagClassName
{
border-color: #EC5760;
}
</style>