Shades of Froly #EC5F65
Tints of Froly #EC5F65
RGB
CMYK
RGB Variations
Color information
#EC5F65 (or 0xEC5F65) is known color: Froly. HEX triplet: EC, 5F and 65. RGB value is (236,95,101). Sum of RGB (Red+Green+Blue) = 236+95+101=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F65 is #13A09A. Grayscale: #898989. Windows color (decimal): -1286299 or 6643692. OLE color: 6643692.
HSL color Cylindrical-coordinate representation of color #EC5F65: hue angle of 357.45º 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 #EC5F65 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 101 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.07 |
| HSL | 357.45º | 0.79% | 0.65% | - |
| HSV(B) | 357.45º | 0.6% | 0.93% | - |
| XYZ | 41.03 | 26.96 | 15.35 | - |
| YUV | 137.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 101 | 0 | 0.60 | 0.57 | 0.07 | 357.45 | 0.79 | 0.65 |
| Hex | EC | 5F | 65 | 0 | 3C | 39 | 7 | 165 | 4F | 41 |
| Octal | 354 | 137 | 145 | 0 | 74 | 71 | 7 | 545 | 117 | 101 |
| Binary | 11101100 | 1011111 | 1100101 | 0 | 111100 | 111001 | 111 | 101100101 | 1001111 | 1000001 |
Color Harmonies of #EC5F65
Complementary color
Monochromatic Colors of #EC5F65
Black with #EC5F65
Text Example
Text Example
White with #EC5F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F65; }
p { color: rgb(236,95,101); }
H1.HeaderClassName
{
color: #EC5F65;
}
.AnyTagClassName
{
color: #EC5F65;
}
</style>
background-color css
<style>
a { background-color: #EC5F65; }
a { background-color: rgb(236,95,101); }
div.DivClassName
{
background-color: #EC5F65;
}
.BgClassName
{
background-color: #EC5F65;
}
</style>
border-color css
<style>
span { border-color: #EC5F65; }
span { border-color: rgb(236,95,101); }
td.TdClassName
{
border-color: #EC5F65;
}
.TagClassName
{
border-color: #EC5F65;
}
</style>