Shades of Froly #EC737C
Tints of Froly #EC737C
RGB
CMYK
RGB Variations
Color information
#EC737C (or 0xEC737C) is known color: Froly. HEX triplet: EC, 73 and 7C. RGB value is (236,115,124). Sum of RGB (Red+Green+Blue) = 236+115+124=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC737C is #138C83. Grayscale: #989898. Windows color (decimal): -1281156 or 8156140. OLE color: 8156140.
HSL color Cylindrical-coordinate representation of color #EC737C: hue angle of 355.54º 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 #EC737C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 124 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.07 |
| HSL | 355.54º | 0.76% | 0.69% | - |
| HSV(B) | 355.54º | 0.51% | 0.93% | - |
| XYZ | 44.36 | 31.55 | 22.82 | - |
| YUV | 152.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 124 | 0 | 0.51 | 0.47 | 0.07 | 355.54 | 0.76 | 0.69 |
| Hex | EC | 73 | 7C | 0 | 33 | 2F | 7 | 164 | 4C | 45 |
| Octal | 354 | 163 | 174 | 0 | 63 | 57 | 7 | 544 | 114 | 105 |
| Binary | 11101100 | 1110011 | 1111100 | 0 | 110011 | 101111 | 111 | 101100100 | 1001100 | 1000101 |
Color Harmonies of #EC737C
Complementary color
Monochromatic Colors of #EC737C
Black with #EC737C
Text Example
Text Example
White with #EC737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC737C; }
p { color: rgb(236,115,124); }
H1.HeaderClassName
{
color: #EC737C;
}
.AnyTagClassName
{
color: #EC737C;
}
</style>
background-color css
<style>
a { background-color: #EC737C; }
a { background-color: rgb(236,115,124); }
div.DivClassName
{
background-color: #EC737C;
}
.BgClassName
{
background-color: #EC737C;
}
</style>
border-color css
<style>
span { border-color: #EC737C; }
span { border-color: rgb(236,115,124); }
td.TdClassName
{
border-color: #EC737C;
}
.TagClassName
{
border-color: #EC737C;
}
</style>