Shades of Froly #EC6D73
Tints of Froly #EC6D73
RGB
CMYK
RGB Variations
Color information
#EC6D73 (or 0xEC6D73) is known color: Froly. HEX triplet: EC, 6D and 73. RGB value is (236,109,115). Sum of RGB (Red+Green+Blue) = 236+109+115=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D73 is #13928C. Grayscale: #939393. Windows color (decimal): -1282701 or 7564780. OLE color: 7564780.
HSL color Cylindrical-coordinate representation of color #EC6D73: hue angle of 357.17º 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 #EC6D73 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 115 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.07 |
| HSL | 357.17º | 0.77% | 0.68% | - |
| HSV(B) | 357.17º | 0.54% | 0.93% | - |
| XYZ | 43.16 | 30.01 | 19.74 | - |
| YUV | 147.66 | 109.58 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 115 | 0 | 0.54 | 0.51 | 0.07 | 357.17 | 0.77 | 0.68 |
| Hex | EC | 6D | 73 | 0 | 36 | 33 | 7 | 165 | 4D | 44 |
| Octal | 354 | 155 | 163 | 0 | 66 | 63 | 7 | 545 | 115 | 104 |
| Binary | 11101100 | 1101101 | 1110011 | 0 | 110110 | 110011 | 111 | 101100101 | 1001101 | 1000100 |
Color Harmonies of #EC6D73
Complementary color
Monochromatic Colors of #EC6D73
Black with #EC6D73
Text Example
Text Example
White with #EC6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D73; }
p { color: rgb(236,109,115); }
H1.HeaderClassName
{
color: #EC6D73;
}
.AnyTagClassName
{
color: #EC6D73;
}
</style>
background-color css
<style>
a { background-color: #EC6D73; }
a { background-color: rgb(236,109,115); }
div.DivClassName
{
background-color: #EC6D73;
}
.BgClassName
{
background-color: #EC6D73;
}
</style>
border-color css
<style>
span { border-color: #EC6D73; }
span { border-color: rgb(236,109,115); }
td.TdClassName
{
border-color: #EC6D73;
}
.TagClassName
{
border-color: #EC6D73;
}
</style>