Shades of Flamingo #EC5956
Tints of Flamingo #EC5956
RGB
CMYK
RGB Variations
Color information
#EC5956 (or 0xEC5956) is known color: Flamingo. HEX triplet: EC, 59 and 56. RGB value is (236,89,86). Sum of RGB (Red+Green+Blue) = 236+89+86=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5956 is #13A6A9. Grayscale: #848484. Windows color (decimal): -1287850 or 5659116. OLE color: 5659116.
HSL color Cylindrical-coordinate representation of color #EC5956: hue angle of 1.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5956 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 86 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.07 |
| HSL | 1.2º | 0.8% | 0.63% | - |
| HSV(B) | 1.2º | 0.64% | 0.93% | - |
| XYZ | 39.84 | 25.65 | 11.65 | - |
| YUV | 132.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 86 | 0 | 0.62 | 0.64 | 0.07 | 1.2 | 0.8 | 0.63 |
| Hex | EC | 59 | 56 | 0 | 3E | 40 | 7 | 1 | 50 | 3F |
| Octal | 354 | 131 | 126 | 0 | 76 | 100 | 7 | 1 | 120 | 77 |
| Binary | 11101100 | 1011001 | 1010110 | 0 | 111110 | 1000000 | 111 | 1 | 1010000 | 111111 |
Color Harmonies of #EC5956
Complementary color
Monochromatic Colors of #EC5956
Black with #EC5956
Text Example
Text Example
White with #EC5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5956; }
p { color: rgb(236,89,86); }
H1.HeaderClassName
{
color: #EC5956;
}
.AnyTagClassName
{
color: #EC5956;
}
</style>
background-color css
<style>
a { background-color: #EC5956; }
a { background-color: rgb(236,89,86); }
div.DivClassName
{
background-color: #EC5956;
}
.BgClassName
{
background-color: #EC5956;
}
</style>
border-color css
<style>
span { border-color: #EC5956; }
span { border-color: rgb(236,89,86); }
td.TdClassName
{
border-color: #EC5956;
}
.TagClassName
{
border-color: #EC5956;
}
</style>