Shades of Froly #EC747D
Tints of Froly #EC747D
RGB
CMYK
RGB Variations
Color information
#EC747D (or 0xEC747D) is known color: Froly. HEX triplet: EC, 74 and 7D. RGB value is (236,116,125). Sum of RGB (Red+Green+Blue) = 236+116+125=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC747D is #138B82. Grayscale: #989898. Windows color (decimal): -1280899 or 8221932. OLE color: 8221932.
HSL color Cylindrical-coordinate representation of color #EC747D: hue angle of 355.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC747D is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 125 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.07 |
| HSL | 355.5º | 0.76% | 0.69% | - |
| HSV(B) | 355.5º | 0.51% | 0.93% | - |
| XYZ | 44.54 | 31.8 | 23.19 | - |
| YUV | 152.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 125 | 0 | 0.51 | 0.47 | 0.07 | 355.5 | 0.76 | 0.69 |
| Hex | EC | 74 | 7D | 0 | 33 | 2F | 7 | 164 | 4C | 45 |
| Octal | 354 | 164 | 175 | 0 | 63 | 57 | 7 | 544 | 114 | 105 |
| Binary | 11101100 | 1110100 | 1111101 | 0 | 110011 | 101111 | 111 | 101100100 | 1001100 | 1000101 |
Color Harmonies of #EC747D
Complementary color
Monochromatic Colors of #EC747D
Black with #EC747D
Text Example
Text Example
White with #EC747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC747D; }
p { color: rgb(236,116,125); }
H1.HeaderClassName
{
color: #EC747D;
}
.AnyTagClassName
{
color: #EC747D;
}
</style>
background-color css
<style>
a { background-color: #EC747D; }
a { background-color: rgb(236,116,125); }
div.DivClassName
{
background-color: #EC747D;
}
.BgClassName
{
background-color: #EC747D;
}
</style>
border-color css
<style>
span { border-color: #EC747D; }
span { border-color: rgb(236,116,125); }
td.TdClassName
{
border-color: #EC747D;
}
.TagClassName
{
border-color: #EC747D;
}
</style>