Shades of Froly #EC727C
Tints of Froly #EC727C
RGB
CMYK
RGB Variations
Color information
#EC727C (or 0xEC727C) is known color: Froly. HEX triplet: EC, 72 and 7C. RGB value is (236,114,124). Sum of RGB (Red+Green+Blue) = 236+114+124=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC727C is #138D83. Grayscale: #979797. Windows color (decimal): -1281412 or 8155884. OLE color: 8155884.
HSL color Cylindrical-coordinate representation of color #EC727C: hue angle of 355.08º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC727C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 124 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.07 |
| HSL | 355.08º | 0.76% | 0.69% | - |
| HSV(B) | 355.08º | 0.52% | 0.93% | - |
| XYZ | 44.25 | 31.32 | 22.78 | - |
| YUV | 151.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 124 | 0 | 0.52 | 0.47 | 0.07 | 355.08 | 0.76 | 0.69 |
| Hex | EC | 72 | 7C | 0 | 34 | 2F | 7 | 163 | 4C | 45 |
| Octal | 354 | 162 | 174 | 0 | 64 | 57 | 7 | 543 | 114 | 105 |
| Binary | 11101100 | 1110010 | 1111100 | 0 | 110100 | 101111 | 111 | 101100011 | 1001100 | 1000101 |
Color Harmonies of #EC727C
Complementary color
Monochromatic Colors of #EC727C
Black with #EC727C
Text Example
Text Example
White with #EC727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC727C; }
p { color: rgb(236,114,124); }
H1.HeaderClassName
{
color: #EC727C;
}
.AnyTagClassName
{
color: #EC727C;
}
</style>
background-color css
<style>
a { background-color: #EC727C; }
a { background-color: rgb(236,114,124); }
div.DivClassName
{
background-color: #EC727C;
}
.BgClassName
{
background-color: #EC727C;
}
</style>
border-color css
<style>
span { border-color: #EC727C; }
span { border-color: rgb(236,114,124); }
td.TdClassName
{
border-color: #EC727C;
}
.TagClassName
{
border-color: #EC727C;
}
</style>