Shades of Flamingo #EC5C47
Tints of Flamingo #EC5C47
RGB
CMYK
RGB Variations
Color information
#EC5C47 (or 0xEC5C47) is known color: Flamingo. HEX triplet: EC, 5C and 47. RGB value is (236,92,71). Sum of RGB (Red+Green+Blue) = 236+92+71=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C47 is #13A3B8. Grayscale: #848484. Windows color (decimal): -1287097 or 4676844. OLE color: 4676844.
HSL color Cylindrical-coordinate representation of color #EC5C47: hue angle of 7.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC5C47 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 71 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.07 |
| HSL | 7.64º | 0.81% | 0.6% | - |
| HSV(B) | 7.64º | 0.7% | 0.93% | - |
| XYZ | 39.56 | 25.94 | 8.88 | - |
| YUV | 132.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 71 | 0 | 0.61 | 0.70 | 0.07 | 7.64 | 0.81 | 0.6 |
| Hex | EC | 5C | 47 | 0 | 3D | 46 | 7 | 8 | 51 | 3C |
| Octal | 354 | 134 | 107 | 0 | 75 | 106 | 7 | 10 | 121 | 74 |
| Binary | 11101100 | 1011100 | 1000111 | 0 | 111101 | 1000110 | 111 | 1000 | 1010001 | 111100 |
Color Harmonies of #EC5C47
Complementary color
Monochromatic Colors of #EC5C47
Black with #EC5C47
Text Example
Text Example
White with #EC5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C47; }
p { color: rgb(236,92,71); }
H1.HeaderClassName
{
color: #EC5C47;
}
.AnyTagClassName
{
color: #EC5C47;
}
</style>
background-color css
<style>
a { background-color: #EC5C47; }
a { background-color: rgb(236,92,71); }
div.DivClassName
{
background-color: #EC5C47;
}
.BgClassName
{
background-color: #EC5C47;
}
</style>
border-color css
<style>
span { border-color: #EC5C47; }
span { border-color: rgb(236,92,71); }
td.TdClassName
{
border-color: #EC5C47;
}
.TagClassName
{
border-color: #EC5C47;
}
</style>