Shades of Froly #EC6D6E
Tints of Froly #EC6D6E
RGB
CMYK
RGB Variations
Color information
#EC6D6E (or 0xEC6D6E) is known color: Froly. HEX triplet: EC, 6D and 6E. RGB value is (236,109,110). Sum of RGB (Red+Green+Blue) = 236+109+110=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D6E is #139291. Grayscale: #939393. Windows color (decimal): -1282706 or 7237100. OLE color: 7237100.
HSL color Cylindrical-coordinate representation of color #EC6D6E: hue angle of 359.53º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D6E is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 110 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.07 |
| HSL | 359.53º | 0.77% | 0.68% | - |
| HSV(B) | 359.53º | 0.54% | 0.93% | - |
| XYZ | 42.88 | 29.9 | 18.26 | - |
| YUV | 147.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 110 | 0 | 0.54 | 0.53 | 0.07 | 359.53 | 0.77 | 0.68 |
| Hex | EC | 6D | 6E | 0 | 36 | 35 | 7 | 168 | 4D | 44 |
| Octal | 354 | 155 | 156 | 0 | 66 | 65 | 7 | 550 | 115 | 104 |
| Binary | 11101100 | 1101101 | 1101110 | 0 | 110110 | 110101 | 111 | 101101000 | 1001101 | 1000100 |
Color Harmonies of #EC6D6E
Complementary color
Monochromatic Colors of #EC6D6E
Black with #EC6D6E
Text Example
Text Example
White with #EC6D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D6E; }
p { color: rgb(236,109,110); }
H1.HeaderClassName
{
color: #EC6D6E;
}
.AnyTagClassName
{
color: #EC6D6E;
}
</style>
background-color css
<style>
a { background-color: #EC6D6E; }
a { background-color: rgb(236,109,110); }
div.DivClassName
{
background-color: #EC6D6E;
}
.BgClassName
{
background-color: #EC6D6E;
}
</style>
border-color css
<style>
span { border-color: #EC6D6E; }
span { border-color: rgb(236,109,110); }
td.TdClassName
{
border-color: #EC6D6E;
}
.TagClassName
{
border-color: #EC6D6E;
}
</style>