Shades of Froly #EC727F
Tints of Froly #EC727F
RGB
CMYK
RGB Variations
Color information
#EC727F (or 0xEC727F) is known color: Froly. HEX triplet: EC, 72 and 7F. RGB value is (236,114,127). Sum of RGB (Red+Green+Blue) = 236+114+127=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC727F is #138D80. Grayscale: #989898. Windows color (decimal): -1281409 or 8352492. OLE color: 8352492.
HSL color Cylindrical-coordinate representation of color #EC727F: hue angle of 353.61º 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 #EC727F is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 127 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.07 |
| HSL | 353.61º | 0.76% | 0.69% | - |
| HSV(B) | 353.61º | 0.52% | 0.93% | - |
| XYZ | 44.44 | 31.4 | 23.8 | - |
| YUV | 151.96 | 113.92 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 127 | 0 | 0.52 | 0.46 | 0.07 | 353.61 | 0.76 | 0.69 |
| Hex | EC | 72 | 7F | 0 | 34 | 2E | 7 | 162 | 4C | 45 |
| Octal | 354 | 162 | 177 | 0 | 64 | 56 | 7 | 542 | 114 | 105 |
| Binary | 11101100 | 1110010 | 1111111 | 0 | 110100 | 101110 | 111 | 101100010 | 1001100 | 1000101 |
Color Harmonies of #EC727F
Complementary color
Monochromatic Colors of #EC727F
Black with #EC727F
Text Example
Text Example
White with #EC727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC727F; }
p { color: rgb(236,114,127); }
H1.HeaderClassName
{
color: #EC727F;
}
.AnyTagClassName
{
color: #EC727F;
}
</style>
background-color css
<style>
a { background-color: #EC727F; }
a { background-color: rgb(236,114,127); }
div.DivClassName
{
background-color: #EC727F;
}
.BgClassName
{
background-color: #EC727F;
}
</style>
border-color css
<style>
span { border-color: #EC727F; }
span { border-color: rgb(236,114,127); }
td.TdClassName
{
border-color: #EC727F;
}
.TagClassName
{
border-color: #EC727F;
}
</style>