Shades of Froly #EC5C60
Tints of Froly #EC5C60
RGB
CMYK
RGB Variations
Color information
#EC5C60 (or 0xEC5C60) is known color: Froly. HEX triplet: EC, 5C and 60. RGB value is (236,92,96). Sum of RGB (Red+Green+Blue) = 236+92+96=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C60 is #13A39F. Grayscale: #878787. Windows color (decimal): -1287072 or 6315244. OLE color: 6315244.
HSL color Cylindrical-coordinate representation of color #EC5C60: hue angle of 358.33º 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 #EC5C60 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 96 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.07 |
| HSL | 358.33º | 0.79% | 0.64% | - |
| HSV(B) | 358.33º | 0.61% | 0.93% | - |
| XYZ | 40.53 | 26.33 | 14.01 | - |
| YUV | 135.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 96 | 0 | 0.61 | 0.59 | 0.07 | 358.33 | 0.79 | 0.64 |
| Hex | EC | 5C | 60 | 0 | 3D | 3B | 7 | 166 | 4F | 40 |
| Octal | 354 | 134 | 140 | 0 | 75 | 73 | 7 | 546 | 117 | 100 |
| Binary | 11101100 | 1011100 | 1100000 | 0 | 111101 | 111011 | 111 | 101100110 | 1001111 | 1000000 |
Color Harmonies of #EC5C60
Complementary color
Monochromatic Colors of #EC5C60
Black with #EC5C60
Text Example
Text Example
White with #EC5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C60; }
p { color: rgb(236,92,96); }
H1.HeaderClassName
{
color: #EC5C60;
}
.AnyTagClassName
{
color: #EC5C60;
}
</style>
background-color css
<style>
a { background-color: #EC5C60; }
a { background-color: rgb(236,92,96); }
div.DivClassName
{
background-color: #EC5C60;
}
.BgClassName
{
background-color: #EC5C60;
}
</style>
border-color css
<style>
span { border-color: #EC5C60; }
span { border-color: rgb(236,92,96); }
td.TdClassName
{
border-color: #EC5C60;
}
.TagClassName
{
border-color: #EC5C60;
}
</style>