Shades of Froly #EC5E73
Tints of Froly #EC5E73
RGB
CMYK
RGB Variations
Color information
#EC5E73 (or 0xEC5E73) is known color: Froly. HEX triplet: EC, 5E and 73. RGB value is (236,94,115). Sum of RGB (Red+Green+Blue) = 236+94+115=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E73 is #13A18C. Grayscale: #8A8A8A. Windows color (decimal): -1286541 or 7560940. OLE color: 7560940.
HSL color Cylindrical-coordinate representation of color #EC5E73: hue angle of 351.13º 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 #EC5E73 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 115 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.07 |
| HSL | 351.13º | 0.79% | 0.65% | - |
| HSV(B) | 351.13º | 0.6% | 0.93% | - |
| XYZ | 41.69 | 27.08 | 19.25 | - |
| YUV | 138.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 115 | 0 | 0.60 | 0.51 | 0.07 | 351.13 | 0.79 | 0.65 |
| Hex | EC | 5E | 73 | 0 | 3C | 33 | 7 | 15F | 4F | 41 |
| Octal | 354 | 136 | 163 | 0 | 74 | 63 | 7 | 537 | 117 | 101 |
| Binary | 11101100 | 1011110 | 1110011 | 0 | 111100 | 110011 | 111 | 101011111 | 1001111 | 1000001 |
Color Harmonies of #EC5E73
Complementary color
Monochromatic Colors of #EC5E73
Black with #EC5E73
Text Example
Text Example
White with #EC5E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E73; }
p { color: rgb(236,94,115); }
H1.HeaderClassName
{
color: #EC5E73;
}
.AnyTagClassName
{
color: #EC5E73;
}
</style>
background-color css
<style>
a { background-color: #EC5E73; }
a { background-color: rgb(236,94,115); }
div.DivClassName
{
background-color: #EC5E73;
}
.BgClassName
{
background-color: #EC5E73;
}
</style>
border-color css
<style>
span { border-color: #EC5E73; }
span { border-color: rgb(236,94,115); }
td.TdClassName
{
border-color: #EC5E73;
}
.TagClassName
{
border-color: #EC5E73;
}
</style>