Shades of Froly #EC595E
Tints of Froly #EC595E
RGB
CMYK
RGB Variations
Color information
#EC595E (or 0xEC595E) is known color: Froly. HEX triplet: EC, 59 and 5E. RGB value is (236,89,94). Sum of RGB (Red+Green+Blue) = 236+89+94=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC595E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC595E is #13A6A1. Grayscale: #858585. Windows color (decimal): -1287842 or 6183404. OLE color: 6183404.
HSL color Cylindrical-coordinate representation of color #EC595E: hue angle of 357.96º 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 #EC595E is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 94 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.07 |
| HSL | 357.96º | 0.79% | 0.64% | - |
| HSV(B) | 357.96º | 0.62% | 0.93% | - |
| XYZ | 40.18 | 25.79 | 13.45 | - |
| YUV | 133.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 94 | 0 | 0.62 | 0.60 | 0.07 | 357.96 | 0.79 | 0.64 |
| Hex | EC | 59 | 5E | 0 | 3E | 3C | 7 | 166 | 4F | 40 |
| Octal | 354 | 131 | 136 | 0 | 76 | 74 | 7 | 546 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1011110 | 0 | 111110 | 111100 | 111 | 101100110 | 1001111 | 1000000 |
Color Harmonies of #EC595E
Complementary color
Monochromatic Colors of #EC595E
Black with #EC595E
Text Example
Text Example
White with #EC595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC595E; }
p { color: rgb(236,89,94); }
H1.HeaderClassName
{
color: #EC595E;
}
.AnyTagClassName
{
color: #EC595E;
}
</style>
background-color css
<style>
a { background-color: #EC595E; }
a { background-color: rgb(236,89,94); }
div.DivClassName
{
background-color: #EC595E;
}
.BgClassName
{
background-color: #EC595E;
}
</style>
border-color css
<style>
span { border-color: #EC595E; }
span { border-color: rgb(236,89,94); }
td.TdClassName
{
border-color: #EC595E;
}
.TagClassName
{
border-color: #EC595E;
}
</style>