Shades of Flamingo #EC5C59
Tints of Flamingo #EC5C59
RGB
CMYK
RGB Variations
Color information
#EC5C59 (or 0xEC5C59) is known color: Flamingo. HEX triplet: EC, 5C and 59. RGB value is (236,92,89). Sum of RGB (Red+Green+Blue) = 236+92+89=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C59 is #13A3A6. Grayscale: #868686. Windows color (decimal): -1287079 or 5856492. OLE color: 5856492.
HSL color Cylindrical-coordinate representation of color #EC5C59: hue angle of 1.22º 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 #EC5C59 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 89 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.07 |
| HSL | 1.22º | 0.79% | 0.64% | - |
| HSV(B) | 1.22º | 0.62% | 0.93% | - |
| XYZ | 40.22 | 26.21 | 12.39 | - |
| YUV | 134.71 | 102.21 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 89 | 0 | 0.61 | 0.62 | 0.07 | 1.22 | 0.79 | 0.64 |
| Hex | EC | 5C | 59 | 0 | 3D | 3E | 7 | 1 | 4F | 40 |
| Octal | 354 | 134 | 131 | 0 | 75 | 76 | 7 | 1 | 117 | 100 |
| Binary | 11101100 | 1011100 | 1011001 | 0 | 111101 | 111110 | 111 | 1 | 1001111 | 1000000 |
Color Harmonies of #EC5C59
Complementary color
Monochromatic Colors of #EC5C59
Black with #EC5C59
Text Example
Text Example
White with #EC5C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C59; }
p { color: rgb(236,92,89); }
H1.HeaderClassName
{
color: #EC5C59;
}
.AnyTagClassName
{
color: #EC5C59;
}
</style>
background-color css
<style>
a { background-color: #EC5C59; }
a { background-color: rgb(236,92,89); }
div.DivClassName
{
background-color: #EC5C59;
}
.BgClassName
{
background-color: #EC5C59;
}
</style>
border-color css
<style>
span { border-color: #EC5C59; }
span { border-color: rgb(236,92,89); }
td.TdClassName
{
border-color: #EC5C59;
}
.TagClassName
{
border-color: #EC5C59;
}
</style>