Shades of Froly #EC7075
Tints of Froly #EC7075
RGB
CMYK
RGB Variations
Color information
#EC7075 (or 0xEC7075) is known color: Froly. HEX triplet: EC, 70 and 75. RGB value is (236,112,117). Sum of RGB (Red+Green+Blue) = 236+112+117=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7075 is #138F8A. Grayscale: #959595. Windows color (decimal): -1281931 or 7696620. OLE color: 7696620.
HSL color Cylindrical-coordinate representation of color #EC7075: hue angle of 357.58º 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 #EC7075 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 117 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.07 |
| HSL | 357.58º | 0.77% | 0.68% | - |
| HSV(B) | 357.58º | 0.53% | 0.93% | - |
| XYZ | 43.6 | 30.71 | 20.46 | - |
| YUV | 149.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 117 | 0 | 0.53 | 0.50 | 0.07 | 357.58 | 0.77 | 0.68 |
| Hex | EC | 70 | 75 | 0 | 35 | 32 | 7 | 166 | 4D | 44 |
| Octal | 354 | 160 | 165 | 0 | 65 | 62 | 7 | 546 | 115 | 104 |
| Binary | 11101100 | 1110000 | 1110101 | 0 | 110101 | 110010 | 111 | 101100110 | 1001101 | 1000100 |
Color Harmonies of #EC7075
Complementary color
Monochromatic Colors of #EC7075
Black with #EC7075
Text Example
Text Example
White with #EC7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7075; }
p { color: rgb(236,112,117); }
H1.HeaderClassName
{
color: #EC7075;
}
.AnyTagClassName
{
color: #EC7075;
}
</style>
background-color css
<style>
a { background-color: #EC7075; }
a { background-color: rgb(236,112,117); }
div.DivClassName
{
background-color: #EC7075;
}
.BgClassName
{
background-color: #EC7075;
}
</style>
border-color css
<style>
span { border-color: #EC7075; }
span { border-color: rgb(236,112,117); }
td.TdClassName
{
border-color: #EC7075;
}
.TagClassName
{
border-color: #EC7075;
}
</style>