Shades of Froly #EC606C
Tints of Froly #EC606C
RGB
CMYK
RGB Variations
Color information
#EC606C (or 0xEC606C) is known color: Froly. HEX triplet: EC, 60 and 6C. RGB value is (236,96,108). Sum of RGB (Red+Green+Blue) = 236+96+108=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC606C is #139F93. Grayscale: #8B8B8B. Windows color (decimal): -1286036 or 7102700. OLE color: 7102700.
HSL color Cylindrical-coordinate representation of color #EC606C: hue angle of 354.86º 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 #EC606C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 108 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.07 |
| HSL | 354.86º | 0.79% | 0.65% | - |
| HSV(B) | 354.86º | 0.59% | 0.93% | - |
| XYZ | 41.48 | 27.28 | 17.27 | - |
| YUV | 139.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 108 | 0 | 0.59 | 0.54 | 0.07 | 354.86 | 0.79 | 0.65 |
| Hex | EC | 60 | 6C | 0 | 3B | 36 | 7 | 163 | 4F | 41 |
| Octal | 354 | 140 | 154 | 0 | 73 | 66 | 7 | 543 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1101100 | 0 | 111011 | 110110 | 111 | 101100011 | 1001111 | 1000001 |
Color Harmonies of #EC606C
Complementary color
Monochromatic Colors of #EC606C
Black with #EC606C
Text Example
Text Example
White with #EC606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC606C; }
p { color: rgb(236,96,108); }
H1.HeaderClassName
{
color: #EC606C;
}
.AnyTagClassName
{
color: #EC606C;
}
</style>
background-color css
<style>
a { background-color: #EC606C; }
a { background-color: rgb(236,96,108); }
div.DivClassName
{
background-color: #EC606C;
}
.BgClassName
{
background-color: #EC606C;
}
</style>
border-color css
<style>
span { border-color: #EC606C; }
span { border-color: rgb(236,96,108); }
td.TdClassName
{
border-color: #EC606C;
}
.TagClassName
{
border-color: #EC606C;
}
</style>