Shades of Froly #EC6D6F
Tints of Froly #EC6D6F
RGB
CMYK
RGB Variations
Color information
#EC6D6F (or 0xEC6D6F) is known color: Froly. HEX triplet: EC, 6D and 6F. RGB value is (236,109,111). Sum of RGB (Red+Green+Blue) = 236+109+111=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D6F is #139290. Grayscale: #939393. Windows color (decimal): -1282705 or 7302636. OLE color: 7302636.
HSL color Cylindrical-coordinate representation of color #EC6D6F: hue angle of 359.06º 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 #EC6D6F is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 111 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.07 |
| HSL | 359.06º | 0.77% | 0.68% | - |
| HSV(B) | 359.06º | 0.54% | 0.93% | - |
| XYZ | 42.93 | 29.92 | 18.55 | - |
| YUV | 147.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 111 | 0 | 0.54 | 0.53 | 0.07 | 359.06 | 0.77 | 0.68 |
| Hex | EC | 6D | 6F | 0 | 36 | 35 | 7 | 167 | 4D | 44 |
| Octal | 354 | 155 | 157 | 0 | 66 | 65 | 7 | 547 | 115 | 104 |
| Binary | 11101100 | 1101101 | 1101111 | 0 | 110110 | 110101 | 111 | 101100111 | 1001101 | 1000100 |
Color Harmonies of #EC6D6F
Complementary color
Monochromatic Colors of #EC6D6F
Black with #EC6D6F
Text Example
Text Example
White with #EC6D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D6F; }
p { color: rgb(236,109,111); }
H1.HeaderClassName
{
color: #EC6D6F;
}
.AnyTagClassName
{
color: #EC6D6F;
}
</style>
background-color css
<style>
a { background-color: #EC6D6F; }
a { background-color: rgb(236,109,111); }
div.DivClassName
{
background-color: #EC6D6F;
}
.BgClassName
{
background-color: #EC6D6F;
}
</style>
border-color css
<style>
span { border-color: #EC6D6F; }
span { border-color: rgb(236,109,111); }
td.TdClassName
{
border-color: #EC6D6F;
}
.TagClassName
{
border-color: #EC6D6F;
}
</style>