Shades of Flamingo #EC5E59
Tints of Flamingo #EC5E59
RGB
CMYK
RGB Variations
Color information
#EC5E59 (or 0xEC5E59) is known color: Flamingo. HEX triplet: EC, 5E and 59. RGB value is (236,94,89). Sum of RGB (Red+Green+Blue) = 236+94+89=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E59 is #13A1A6. Grayscale: #888888. Windows color (decimal): -1286567 or 5857004. OLE color: 5857004.
HSL color Cylindrical-coordinate representation of color #EC5E59: hue angle of 2.04º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5E59 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 89 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.07 |
| HSL | 2.04º | 0.79% | 0.64% | - |
| HSV(B) | 2.04º | 0.62% | 0.93% | - |
| XYZ | 40.4 | 26.56 | 12.45 | - |
| YUV | 135.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 89 | 0 | 0.60 | 0.62 | 0.07 | 2.04 | 0.79 | 0.64 |
| Hex | EC | 5E | 59 | 0 | 3C | 3E | 7 | 2 | 4F | 40 |
| Octal | 354 | 136 | 131 | 0 | 74 | 76 | 7 | 2 | 117 | 100 |
| Binary | 11101100 | 1011110 | 1011001 | 0 | 111100 | 111110 | 111 | 10 | 1001111 | 1000000 |
Color Harmonies of #EC5E59
Complementary color
Monochromatic Colors of #EC5E59
Black with #EC5E59
Text Example
Text Example
White with #EC5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E59; }
p { color: rgb(236,94,89); }
H1.HeaderClassName
{
color: #EC5E59;
}
.AnyTagClassName
{
color: #EC5E59;
}
</style>
background-color css
<style>
a { background-color: #EC5E59; }
a { background-color: rgb(236,94,89); }
div.DivClassName
{
background-color: #EC5E59;
}
.BgClassName
{
background-color: #EC5E59;
}
</style>
border-color css
<style>
span { border-color: #EC5E59; }
span { border-color: rgb(236,94,89); }
td.TdClassName
{
border-color: #EC5E59;
}
.TagClassName
{
border-color: #EC5E59;
}
</style>