Shades of Froly #EC5960
Tints of Froly #EC5960
RGB
CMYK
RGB Variations
Color information
#EC5960 (or 0xEC5960) is known color: Froly. HEX triplet: EC, 59 and 60. RGB value is (236,89,96). Sum of RGB (Red+Green+Blue) = 236+89+96=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5960 is #13A69F. Grayscale: #858585. Windows color (decimal): -1287840 or 6314476. OLE color: 6314476.
HSL color Cylindrical-coordinate representation of color #EC5960: hue angle of 357.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5960 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 96 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.07 |
| HSL | 357.14º | 0.79% | 0.64% | - |
| HSV(B) | 357.14º | 0.62% | 0.93% | - |
| XYZ | 40.28 | 25.82 | 13.93 | - |
| YUV | 133.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 96 | 0 | 0.62 | 0.59 | 0.07 | 357.14 | 0.79 | 0.64 |
| Hex | EC | 59 | 60 | 0 | 3E | 3B | 7 | 165 | 4F | 40 |
| Octal | 354 | 131 | 140 | 0 | 76 | 73 | 7 | 545 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1100000 | 0 | 111110 | 111011 | 111 | 101100101 | 1001111 | 1000000 |
Color Harmonies of #EC5960
Complementary color
Monochromatic Colors of #EC5960
Black with #EC5960
Text Example
Text Example
White with #EC5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5960; }
p { color: rgb(236,89,96); }
H1.HeaderClassName
{
color: #EC5960;
}
.AnyTagClassName
{
color: #EC5960;
}
</style>
background-color css
<style>
a { background-color: #EC5960; }
a { background-color: rgb(236,89,96); }
div.DivClassName
{
background-color: #EC5960;
}
.BgClassName
{
background-color: #EC5960;
}
</style>
border-color css
<style>
span { border-color: #EC5960; }
span { border-color: rgb(236,89,96); }
td.TdClassName
{
border-color: #EC5960;
}
.TagClassName
{
border-color: #EC5960;
}
</style>