Shades of Froly #EC5E72
Tints of Froly #EC5E72
RGB
CMYK
RGB Variations
Color information
#EC5E72 (or 0xEC5E72) is known color: Froly. HEX triplet: EC, 5E and 72. RGB value is (236,94,114). Sum of RGB (Red+Green+Blue) = 236+94+114=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E72 is #13A18D. Grayscale: #8A8A8A. Windows color (decimal): -1286542 or 7495404. OLE color: 7495404.
HSL color Cylindrical-coordinate representation of color #EC5E72: hue angle of 351.55º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E72 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 114 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.07 |
| HSL | 351.55º | 0.79% | 0.65% | - |
| HSV(B) | 351.55º | 0.6% | 0.93% | - |
| XYZ | 41.63 | 27.05 | 18.95 | - |
| YUV | 138.74 | 114.04 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 114 | 0 | 0.60 | 0.52 | 0.07 | 351.55 | 0.79 | 0.65 |
| Hex | EC | 5E | 72 | 0 | 3C | 34 | 7 | 160 | 4F | 41 |
| Octal | 354 | 136 | 162 | 0 | 74 | 64 | 7 | 540 | 117 | 101 |
| Binary | 11101100 | 1011110 | 1110010 | 0 | 111100 | 110100 | 111 | 101100000 | 1001111 | 1000001 |
Color Harmonies of #EC5E72
Complementary color
Monochromatic Colors of #EC5E72
Black with #EC5E72
Text Example
Text Example
White with #EC5E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E72; }
p { color: rgb(236,94,114); }
H1.HeaderClassName
{
color: #EC5E72;
}
.AnyTagClassName
{
color: #EC5E72;
}
</style>
background-color css
<style>
a { background-color: #EC5E72; }
a { background-color: rgb(236,94,114); }
div.DivClassName
{
background-color: #EC5E72;
}
.BgClassName
{
background-color: #EC5E72;
}
</style>
border-color css
<style>
span { border-color: #EC5E72; }
span { border-color: rgb(236,94,114); }
td.TdClassName
{
border-color: #EC5E72;
}
.TagClassName
{
border-color: #EC5E72;
}
</style>