Shades of Froly #EC5965
Tints of Froly #EC5965
RGB
CMYK
RGB Variations
Color information
#EC5965 (or 0xEC5965) is known color: Froly. HEX triplet: EC, 59 and 65. RGB value is (236,89,101). Sum of RGB (Red+Green+Blue) = 236+89+101=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5965 is #13A69A. Grayscale: #868686. Windows color (decimal): -1287835 or 6642156. OLE color: 6642156.
HSL color Cylindrical-coordinate representation of color #EC5965: hue angle of 355.1º 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 #EC5965 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 101 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.07 |
| HSL | 355.1º | 0.79% | 0.64% | - |
| HSV(B) | 355.1º | 0.62% | 0.93% | - |
| XYZ | 40.51 | 25.92 | 15.18 | - |
| YUV | 134.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 101 | 0 | 0.62 | 0.57 | 0.07 | 355.1 | 0.79 | 0.64 |
| Hex | EC | 59 | 65 | 0 | 3E | 39 | 7 | 163 | 4F | 40 |
| Octal | 354 | 131 | 145 | 0 | 76 | 71 | 7 | 543 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1100101 | 0 | 111110 | 111001 | 111 | 101100011 | 1001111 | 1000000 |
Color Harmonies of #EC5965
Complementary color
Monochromatic Colors of #EC5965
Black with #EC5965
Text Example
Text Example
White with #EC5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5965; }
p { color: rgb(236,89,101); }
H1.HeaderClassName
{
color: #EC5965;
}
.AnyTagClassName
{
color: #EC5965;
}
</style>
background-color css
<style>
a { background-color: #EC5965; }
a { background-color: rgb(236,89,101); }
div.DivClassName
{
background-color: #EC5965;
}
.BgClassName
{
background-color: #EC5965;
}
</style>
border-color css
<style>
span { border-color: #EC5965; }
span { border-color: rgb(236,89,101); }
td.TdClassName
{
border-color: #EC5965;
}
.TagClassName
{
border-color: #EC5965;
}
</style>