Shades of Flamingo #EC5C5B
Tints of Flamingo #EC5C5B
RGB
CMYK
RGB Variations
Color information
#EC5C5B (or 0xEC5C5B) is known color: Flamingo. HEX triplet: EC, 5C and 5B. RGB value is (236,92,91). Sum of RGB (Red+Green+Blue) = 236+92+91=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C5B is #13A3A4. Grayscale: #878787. Windows color (decimal): -1287077 or 5987564. OLE color: 5987564.
HSL color Cylindrical-coordinate representation of color #EC5C5B: hue angle of 0.41º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5C5B is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 91 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.07 |
| HSL | 0.41º | 0.79% | 0.64% | - |
| HSV(B) | 0.41º | 0.61% | 0.93% | - |
| XYZ | 40.31 | 26.24 | 12.84 | - |
| YUV | 134.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 91 | 0 | 0.61 | 0.61 | 0.07 | 0.41 | 0.79 | 0.64 |
| Hex | EC | 5C | 5B | 0 | 3D | 3D | 7 | 0 | 4F | 40 |
| Octal | 354 | 134 | 133 | 0 | 75 | 75 | 7 | 0 | 117 | 100 |
| Binary | 11101100 | 1011100 | 1011011 | 0 | 111101 | 111101 | 111 | 0 | 1001111 | 1000000 |
Color Harmonies of #EC5C5B
Complementary color
Monochromatic Colors of #EC5C5B
Black with #EC5C5B
Text Example
Text Example
White with #EC5C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C5B; }
p { color: rgb(236,92,91); }
H1.HeaderClassName
{
color: #EC5C5B;
}
.AnyTagClassName
{
color: #EC5C5B;
}
</style>
background-color css
<style>
a { background-color: #EC5C5B; }
a { background-color: rgb(236,92,91); }
div.DivClassName
{
background-color: #EC5C5B;
}
.BgClassName
{
background-color: #EC5C5B;
}
</style>
border-color css
<style>
span { border-color: #EC5C5B; }
span { border-color: rgb(236,92,91); }
td.TdClassName
{
border-color: #EC5C5B;
}
.TagClassName
{
border-color: #EC5C5B;
}
</style>