Shades of Froly #EC5964
Tints of Froly #EC5964
RGB
CMYK
RGB Variations
Color information
#EC5964 (or 0xEC5964) is known color: Froly. HEX triplet: EC, 59 and 64. RGB value is (236,89,100). Sum of RGB (Red+Green+Blue) = 236+89+100=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5964 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5964 is #13A69B. Grayscale: #868686. Windows color (decimal): -1287836 or 6576620. OLE color: 6576620.
HSL color Cylindrical-coordinate representation of color #EC5964: hue angle of 355.51º 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 #EC5964 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 100 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.07 |
| HSL | 355.51º | 0.79% | 0.64% | - |
| HSV(B) | 355.51º | 0.62% | 0.93% | - |
| XYZ | 40.46 | 25.9 | 14.92 | - |
| YUV | 134.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 100 | 0 | 0.62 | 0.58 | 0.07 | 355.51 | 0.79 | 0.64 |
| Hex | EC | 59 | 64 | 0 | 3E | 3A | 7 | 164 | 4F | 40 |
| Octal | 354 | 131 | 144 | 0 | 76 | 72 | 7 | 544 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1100100 | 0 | 111110 | 111010 | 111 | 101100100 | 1001111 | 1000000 |
Color Harmonies of #EC5964
Complementary color
Monochromatic Colors of #EC5964
Black with #EC5964
Text Example
Text Example
White with #EC5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5964; }
p { color: rgb(236,89,100); }
H1.HeaderClassName
{
color: #EC5964;
}
.AnyTagClassName
{
color: #EC5964;
}
</style>
background-color css
<style>
a { background-color: #EC5964; }
a { background-color: rgb(236,89,100); }
div.DivClassName
{
background-color: #EC5964;
}
.BgClassName
{
background-color: #EC5964;
}
</style>
border-color css
<style>
span { border-color: #EC5964; }
span { border-color: rgb(236,89,100); }
td.TdClassName
{
border-color: #EC5964;
}
.TagClassName
{
border-color: #EC5964;
}
</style>