Shades of Flamingo #EC5B49
Tints of Flamingo #EC5B49
RGB
CMYK
RGB Variations
Color information
#EC5B49 (or 0xEC5B49) is known color: Flamingo. HEX triplet: EC, 5B and 49. RGB value is (236,91,73). Sum of RGB (Red+Green+Blue) = 236+91+73=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5B49 is #13A4B6. Grayscale: #848484. Windows color (decimal): -1287351 or 4807660. OLE color: 4807660.
HSL color Cylindrical-coordinate representation of color #EC5B49: hue angle of 6.63º 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 #EC5B49 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 73 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.07 |
| HSL | 6.63º | 0.81% | 0.61% | - |
| HSV(B) | 6.63º | 0.69% | 0.93% | - |
| XYZ | 39.54 | 25.8 | 9.2 | - |
| YUV | 132.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 73 | 0 | 0.61 | 0.69 | 0.07 | 6.63 | 0.81 | 0.61 |
| Hex | EC | 5B | 49 | 0 | 3D | 45 | 7 | 7 | 51 | 3D |
| Octal | 354 | 133 | 111 | 0 | 75 | 105 | 7 | 7 | 121 | 75 |
| Binary | 11101100 | 1011011 | 1001001 | 0 | 111101 | 1000101 | 111 | 111 | 1010001 | 111101 |
Color Harmonies of #EC5B49
Complementary color
Monochromatic Colors of #EC5B49
Black with #EC5B49
Text Example
Text Example
White with #EC5B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B49; }
p { color: rgb(236,91,73); }
H1.HeaderClassName
{
color: #EC5B49;
}
.AnyTagClassName
{
color: #EC5B49;
}
</style>
background-color css
<style>
a { background-color: #EC5B49; }
a { background-color: rgb(236,91,73); }
div.DivClassName
{
background-color: #EC5B49;
}
.BgClassName
{
background-color: #EC5B49;
}
</style>
border-color css
<style>
span { border-color: #EC5B49; }
span { border-color: rgb(236,91,73); }
td.TdClassName
{
border-color: #EC5B49;
}
.TagClassName
{
border-color: #EC5B49;
}
</style>