Shades of Flamingo #EC5F49
Tints of Flamingo #EC5F49
RGB
CMYK
RGB Variations
Color information
#EC5F49 (or 0xEC5F49) is known color: Flamingo. HEX triplet: EC, 5F and 49. RGB value is (236,95,73). Sum of RGB (Red+Green+Blue) = 236+95+73=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F49 is #13A0B6. Grayscale: #868686. Windows color (decimal): -1286327 or 4808684. OLE color: 4808684.
HSL color Cylindrical-coordinate representation of color #EC5F49: hue angle of 8.1º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC5F49 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 73 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.07 |
| HSL | 8.1º | 0.81% | 0.61% | - |
| HSV(B) | 8.1º | 0.69% | 0.93% | - |
| XYZ | 39.89 | 26.5 | 9.32 | - |
| YUV | 134.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 73 | 0 | 0.60 | 0.69 | 0.07 | 8.1 | 0.81 | 0.61 |
| Hex | EC | 5F | 49 | 0 | 3C | 45 | 7 | 8 | 51 | 3D |
| Octal | 354 | 137 | 111 | 0 | 74 | 105 | 7 | 10 | 121 | 75 |
| Binary | 11101100 | 1011111 | 1001001 | 0 | 111100 | 1000101 | 111 | 1000 | 1010001 | 111101 |
Color Harmonies of #EC5F49
Complementary color
Monochromatic Colors of #EC5F49
Black with #EC5F49
Text Example
Text Example
White with #EC5F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F49; }
p { color: rgb(236,95,73); }
H1.HeaderClassName
{
color: #EC5F49;
}
.AnyTagClassName
{
color: #EC5F49;
}
</style>
background-color css
<style>
a { background-color: #EC5F49; }
a { background-color: rgb(236,95,73); }
div.DivClassName
{
background-color: #EC5F49;
}
.BgClassName
{
background-color: #EC5F49;
}
</style>
border-color css
<style>
span { border-color: #EC5F49; }
span { border-color: rgb(236,95,73); }
td.TdClassName
{
border-color: #EC5F49;
}
.TagClassName
{
border-color: #EC5F49;
}
</style>