Shades of Froly #EC7076
Tints of Froly #EC7076
RGB
CMYK
RGB Variations
Color information
#EC7076 (or 0xEC7076) is known color: Froly. HEX triplet: EC, 70 and 76. RGB value is (236,112,118). Sum of RGB (Red+Green+Blue) = 236+112+118=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7076 is #138F89. Grayscale: #959595. Windows color (decimal): -1281930 or 7762156. OLE color: 7762156.
HSL color Cylindrical-coordinate representation of color #EC7076: hue angle of 357.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7076 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 118 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.07 |
| HSL | 357.1º | 0.77% | 0.68% | - |
| HSV(B) | 357.1º | 0.53% | 0.93% | - |
| XYZ | 43.66 | 30.73 | 20.77 | - |
| YUV | 149.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 118 | 0 | 0.53 | 0.5 | 0.07 | 357.1 | 0.77 | 0.68 |
| Hex | EC | 70 | 76 | 0 | 35 | 32 | 7 | 165 | 4D | 44 |
| Octal | 354 | 160 | 166 | 0 | 65 | 62 | 7 | 545 | 115 | 104 |
| Binary | 11101100 | 1110000 | 1110110 | 0 | 110101 | 110010 | 111 | 101100101 | 1001101 | 1000100 |
Color Harmonies of #EC7076
Complementary color
Monochromatic Colors of #EC7076
Black with #EC7076
Text Example
Text Example
White with #EC7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7076; }
p { color: rgb(236,112,118); }
H1.HeaderClassName
{
color: #EC7076;
}
.AnyTagClassName
{
color: #EC7076;
}
</style>
background-color css
<style>
a { background-color: #EC7076; }
a { background-color: rgb(236,112,118); }
div.DivClassName
{
background-color: #EC7076;
}
.BgClassName
{
background-color: #EC7076;
}
</style>
border-color css
<style>
span { border-color: #EC7076; }
span { border-color: rgb(236,112,118); }
td.TdClassName
{
border-color: #EC7076;
}
.TagClassName
{
border-color: #EC7076;
}
</style>