Shades of Froly #EC5B60
Tints of Froly #EC5B60
RGB
CMYK
RGB Variations
Color information
#EC5B60 (or 0xEC5B60) is known color: Froly. HEX triplet: EC, 5B and 60. RGB value is (236,91,96). Sum of RGB (Red+Green+Blue) = 236+91+96=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B60 is #13A49F. Grayscale: #878787. Windows color (decimal): -1287328 or 6314988. OLE color: 6314988.
HSL color Cylindrical-coordinate representation of color #EC5B60: hue angle of 357.93º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5B60 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 96 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.07 |
| HSL | 357.93º | 0.79% | 0.64% | - |
| HSV(B) | 357.93º | 0.61% | 0.93% | - |
| XYZ | 40.44 | 26.16 | 13.98 | - |
| YUV | 134.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 96 | 0 | 0.61 | 0.59 | 0.07 | 357.93 | 0.79 | 0.64 |
| Hex | EC | 5B | 60 | 0 | 3D | 3B | 7 | 166 | 4F | 40 |
| Octal | 354 | 133 | 140 | 0 | 75 | 73 | 7 | 546 | 117 | 100 |
| Binary | 11101100 | 1011011 | 1100000 | 0 | 111101 | 111011 | 111 | 101100110 | 1001111 | 1000000 |
Color Harmonies of #EC5B60
Complementary color
Monochromatic Colors of #EC5B60
Black with #EC5B60
Text Example
Text Example
White with #EC5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B60; }
p { color: rgb(236,91,96); }
H1.HeaderClassName
{
color: #EC5B60;
}
.AnyTagClassName
{
color: #EC5B60;
}
</style>
background-color css
<style>
a { background-color: #EC5B60; }
a { background-color: rgb(236,91,96); }
div.DivClassName
{
background-color: #EC5B60;
}
.BgClassName
{
background-color: #EC5B60;
}
</style>
border-color css
<style>
span { border-color: #EC5B60; }
span { border-color: rgb(236,91,96); }
td.TdClassName
{
border-color: #EC5B60;
}
.TagClassName
{
border-color: #EC5B60;
}
</style>