Shades of Froly #EC737F
Tints of Froly #EC737F
RGB
CMYK
RGB Variations
Color information
#EC737F (or 0xEC737F) is known color: Froly. HEX triplet: EC, 73 and 7F. RGB value is (236,115,127). Sum of RGB (Red+Green+Blue) = 236+115+127=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC737F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC737F is #138C80. Grayscale: #989898. Windows color (decimal): -1281153 or 8352748. OLE color: 8352748.
HSL color Cylindrical-coordinate representation of color #EC737F: hue angle of 354.05º 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 #EC737F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 127 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.07 |
| HSL | 354.05º | 0.76% | 0.69% | - |
| HSV(B) | 354.05º | 0.51% | 0.93% | - |
| XYZ | 44.55 | 31.63 | 23.84 | - |
| YUV | 152.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 127 | 0 | 0.51 | 0.46 | 0.07 | 354.05 | 0.76 | 0.69 |
| Hex | EC | 73 | 7F | 0 | 33 | 2E | 7 | 162 | 4C | 45 |
| Octal | 354 | 163 | 177 | 0 | 63 | 56 | 7 | 542 | 114 | 105 |
| Binary | 11101100 | 1110011 | 1111111 | 0 | 110011 | 101110 | 111 | 101100010 | 1001100 | 1000101 |
Color Harmonies of #EC737F
Complementary color
Monochromatic Colors of #EC737F
Black with #EC737F
Text Example
Text Example
White with #EC737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC737F; }
p { color: rgb(236,115,127); }
H1.HeaderClassName
{
color: #EC737F;
}
.AnyTagClassName
{
color: #EC737F;
}
</style>
background-color css
<style>
a { background-color: #EC737F; }
a { background-color: rgb(236,115,127); }
div.DivClassName
{
background-color: #EC737F;
}
.BgClassName
{
background-color: #EC737F;
}
</style>
border-color css
<style>
span { border-color: #EC737F; }
span { border-color: rgb(236,115,127); }
td.TdClassName
{
border-color: #EC737F;
}
.TagClassName
{
border-color: #EC737F;
}
</style>