Shades of Froly #EC747E
Tints of Froly #EC747E
RGB
CMYK
RGB Variations
Color information
#EC747E (or 0xEC747E) is known color: Froly. HEX triplet: EC, 74 and 7E. RGB value is (236,116,126). Sum of RGB (Red+Green+Blue) = 236+116+126=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC747E is #138B81. Grayscale: #999999. Windows color (decimal): -1280898 or 8287468. OLE color: 8287468.
HSL color Cylindrical-coordinate representation of color #EC747E: hue angle of 355º 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 #EC747E is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 126 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.07 |
| HSL | 355º | 0.76% | 0.69% | - |
| HSV(B) | 355º | 0.51% | 0.93% | - |
| XYZ | 44.6 | 31.83 | 23.53 | - |
| YUV | 153.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 126 | 0 | 0.51 | 0.47 | 0.07 | 355 | 0.76 | 0.69 |
| Hex | EC | 74 | 7E | 0 | 33 | 2F | 7 | 163 | 4C | 45 |
| Octal | 354 | 164 | 176 | 0 | 63 | 57 | 7 | 543 | 114 | 105 |
| Binary | 11101100 | 1110100 | 1111110 | 0 | 110011 | 101111 | 111 | 101100011 | 1001100 | 1000101 |
Color Harmonies of #EC747E
Complementary color
Monochromatic Colors of #EC747E
Black with #EC747E
Text Example
Text Example
White with #EC747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC747E; }
p { color: rgb(236,116,126); }
H1.HeaderClassName
{
color: #EC747E;
}
.AnyTagClassName
{
color: #EC747E;
}
</style>
background-color css
<style>
a { background-color: #EC747E; }
a { background-color: rgb(236,116,126); }
div.DivClassName
{
background-color: #EC747E;
}
.BgClassName
{
background-color: #EC747E;
}
</style>
border-color css
<style>
span { border-color: #EC747E; }
span { border-color: rgb(236,116,126); }
td.TdClassName
{
border-color: #EC747E;
}
.TagClassName
{
border-color: #EC747E;
}
</style>