Shades of Froly #EC7074
Tints of Froly #EC7074
RGB
CMYK
RGB Variations
Color information
#EC7074 (or 0xEC7074) is known color: Froly. HEX triplet: EC, 70 and 74. RGB value is (236,112,116). Sum of RGB (Red+Green+Blue) = 236+112+116=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7074 is #138F8B. Grayscale: #959595. Windows color (decimal): -1281932 or 7631084. OLE color: 7631084.
HSL color Cylindrical-coordinate representation of color #EC7074: hue angle of 358.06º 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 #EC7074 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 116 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.07 |
| HSL | 358.06º | 0.77% | 0.68% | - |
| HSV(B) | 358.06º | 0.53% | 0.93% | - |
| XYZ | 43.54 | 30.68 | 20.15 | - |
| YUV | 149.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 116 | 0 | 0.53 | 0.51 | 0.07 | 358.06 | 0.77 | 0.68 |
| Hex | EC | 70 | 74 | 0 | 35 | 33 | 7 | 166 | 4D | 44 |
| Octal | 354 | 160 | 164 | 0 | 65 | 63 | 7 | 546 | 115 | 104 |
| Binary | 11101100 | 1110000 | 1110100 | 0 | 110101 | 110011 | 111 | 101100110 | 1001101 | 1000100 |
Color Harmonies of #EC7074
Complementary color
Monochromatic Colors of #EC7074
Black with #EC7074
Text Example
Text Example
White with #EC7074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7074; }
p { color: rgb(236,112,116); }
H1.HeaderClassName
{
color: #EC7074;
}
.AnyTagClassName
{
color: #EC7074;
}
</style>
background-color css
<style>
a { background-color: #EC7074; }
a { background-color: rgb(236,112,116); }
div.DivClassName
{
background-color: #EC7074;
}
.BgClassName
{
background-color: #EC7074;
}
</style>
border-color css
<style>
span { border-color: #EC7074; }
span { border-color: rgb(236,112,116); }
td.TdClassName
{
border-color: #EC7074;
}
.TagClassName
{
border-color: #EC7074;
}
</style>