Shades of Froly #EC737A
Tints of Froly #EC737A
RGB
CMYK
RGB Variations
Color information
#EC737A (or 0xEC737A) is known color: Froly. HEX triplet: EC, 73 and 7A. RGB value is (236,115,122). Sum of RGB (Red+Green+Blue) = 236+115+122=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC737A is #138C85. Grayscale: #989898. Windows color (decimal): -1281158 or 8025068. OLE color: 8025068.
HSL color Cylindrical-coordinate representation of color #EC737A: hue angle of 356.53º 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 #EC737A is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 122 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.07 |
| HSL | 356.53º | 0.76% | 0.69% | - |
| HSV(B) | 356.53º | 0.51% | 0.93% | - |
| XYZ | 44.24 | 31.5 | 22.16 | - |
| YUV | 151.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 122 | 0 | 0.51 | 0.48 | 0.07 | 356.53 | 0.76 | 0.69 |
| Hex | EC | 73 | 7A | 0 | 33 | 30 | 7 | 165 | 4C | 45 |
| Octal | 354 | 163 | 172 | 0 | 63 | 60 | 7 | 545 | 114 | 105 |
| Binary | 11101100 | 1110011 | 1111010 | 0 | 110011 | 110000 | 111 | 101100101 | 1001100 | 1000101 |
Color Harmonies of #EC737A
Complementary color
Monochromatic Colors of #EC737A
Black with #EC737A
Text Example
Text Example
White with #EC737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC737A; }
p { color: rgb(236,115,122); }
H1.HeaderClassName
{
color: #EC737A;
}
.AnyTagClassName
{
color: #EC737A;
}
</style>
background-color css
<style>
a { background-color: #EC737A; }
a { background-color: rgb(236,115,122); }
div.DivClassName
{
background-color: #EC737A;
}
.BgClassName
{
background-color: #EC737A;
}
</style>
border-color css
<style>
span { border-color: #EC737A; }
span { border-color: rgb(236,115,122); }
td.TdClassName
{
border-color: #EC737A;
}
.TagClassName
{
border-color: #EC737A;
}
</style>