Shades of Flamingo #EC5649
Tints of Flamingo #EC5649
RGB
CMYK
RGB Variations
Color information
#EC5649 (or 0xEC5649) is known color: Flamingo. HEX triplet: EC, 56 and 49. RGB value is (236,86,73). Sum of RGB (Red+Green+Blue) = 236+86+73=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5649 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5649 is #13A9B6. Grayscale: #818181. Windows color (decimal): -1288631 or 4806380. OLE color: 4806380.
HSL color Cylindrical-coordinate representation of color #EC5649: hue angle of 4.79º 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 #EC5649 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 73 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.07 |
| HSL | 4.79º | 0.81% | 0.61% | - |
| HSV(B) | 4.79º | 0.69% | 0.93% | - |
| XYZ | 39.12 | 24.97 | 9.06 | - |
| YUV | 129.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 73 | 0 | 0.64 | 0.69 | 0.07 | 4.79 | 0.81 | 0.61 |
| Hex | EC | 56 | 49 | 0 | 40 | 45 | 7 | 5 | 51 | 3D |
| Octal | 354 | 126 | 111 | 0 | 100 | 105 | 7 | 5 | 121 | 75 |
| Binary | 11101100 | 1010110 | 1001001 | 0 | 1000000 | 1000101 | 111 | 101 | 1010001 | 111101 |
Color Harmonies of #EC5649
Complementary color
Monochromatic Colors of #EC5649
Black with #EC5649
Text Example
Text Example
White with #EC5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5649; }
p { color: rgb(236,86,73); }
H1.HeaderClassName
{
color: #EC5649;
}
.AnyTagClassName
{
color: #EC5649;
}
</style>
background-color css
<style>
a { background-color: #EC5649; }
a { background-color: rgb(236,86,73); }
div.DivClassName
{
background-color: #EC5649;
}
.BgClassName
{
background-color: #EC5649;
}
</style>
border-color css
<style>
span { border-color: #EC5649; }
span { border-color: rgb(236,86,73); }
td.TdClassName
{
border-color: #EC5649;
}
.TagClassName
{
border-color: #EC5649;
}
</style>