Shades of Flamingo #EC5849
Tints of Flamingo #EC5849
RGB
CMYK
RGB Variations
Color information
#EC5849 (or 0xEC5849) is known color: Flamingo. HEX triplet: EC, 58 and 49. RGB value is (236,88,73). Sum of RGB (Red+Green+Blue) = 236+88+73=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5849 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5849 is #13A7B6. Grayscale: #828282. Windows color (decimal): -1288119 or 4806892. OLE color: 4806892.
HSL color Cylindrical-coordinate representation of color #EC5849: hue angle of 5.52º 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 #EC5849 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 73 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.07 |
| HSL | 5.52º | 0.81% | 0.61% | - |
| HSV(B) | 5.52º | 0.69% | 0.93% | - |
| XYZ | 39.28 | 25.29 | 9.11 | - |
| YUV | 130.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 73 | 0 | 0.63 | 0.69 | 0.07 | 5.52 | 0.81 | 0.61 |
| Hex | EC | 58 | 49 | 0 | 3F | 45 | 7 | 6 | 51 | 3D |
| Octal | 354 | 130 | 111 | 0 | 77 | 105 | 7 | 6 | 121 | 75 |
| Binary | 11101100 | 1011000 | 1001001 | 0 | 111111 | 1000101 | 111 | 110 | 1010001 | 111101 |
Color Harmonies of #EC5849
Complementary color
Monochromatic Colors of #EC5849
Black with #EC5849
Text Example
Text Example
White with #EC5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5849; }
p { color: rgb(236,88,73); }
H1.HeaderClassName
{
color: #EC5849;
}
.AnyTagClassName
{
color: #EC5849;
}
</style>
background-color css
<style>
a { background-color: #EC5849; }
a { background-color: rgb(236,88,73); }
div.DivClassName
{
background-color: #EC5849;
}
.BgClassName
{
background-color: #EC5849;
}
</style>
border-color css
<style>
span { border-color: #EC5849; }
span { border-color: rgb(236,88,73); }
td.TdClassName
{
border-color: #EC5849;
}
.TagClassName
{
border-color: #EC5849;
}
</style>