Shades of Froly #EC606D
Tints of Froly #EC606D
RGB
CMYK
RGB Variations
Color information
#EC606D (or 0xEC606D) is known color: Froly. HEX triplet: EC, 60 and 6D. RGB value is (236,96,109). Sum of RGB (Red+Green+Blue) = 236+96+109=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC606D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC606D is #139F92. Grayscale: #8B8B8B. Windows color (decimal): -1286035 or 7168236. OLE color: 7168236.
HSL color Cylindrical-coordinate representation of color #EC606D: hue angle of 354.43º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC606D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 109 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.07 |
| HSL | 354.43º | 0.79% | 0.65% | - |
| HSV(B) | 354.43º | 0.59% | 0.93% | - |
| XYZ | 41.54 | 27.3 | 17.55 | - |
| YUV | 139.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 109 | 0 | 0.59 | 0.54 | 0.07 | 354.43 | 0.79 | 0.65 |
| Hex | EC | 60 | 6D | 0 | 3B | 36 | 7 | 162 | 4F | 41 |
| Octal | 354 | 140 | 155 | 0 | 73 | 66 | 7 | 542 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1101101 | 0 | 111011 | 110110 | 111 | 101100010 | 1001111 | 1000001 |
Color Harmonies of #EC606D
Complementary color
Monochromatic Colors of #EC606D
Black with #EC606D
Text Example
Text Example
White with #EC606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC606D; }
p { color: rgb(236,96,109); }
H1.HeaderClassName
{
color: #EC606D;
}
.AnyTagClassName
{
color: #EC606D;
}
</style>
background-color css
<style>
a { background-color: #EC606D; }
a { background-color: rgb(236,96,109); }
div.DivClassName
{
background-color: #EC606D;
}
.BgClassName
{
background-color: #EC606D;
}
</style>
border-color css
<style>
span { border-color: #EC606D; }
span { border-color: rgb(236,96,109); }
td.TdClassName
{
border-color: #EC606D;
}
.TagClassName
{
border-color: #EC606D;
}
</style>