Shades of Flamingo #EC5B54
Tints of Flamingo #EC5B54
RGB
CMYK
RGB Variations
Color information
#EC5B54 (or 0xEC5B54) is known color: Flamingo. HEX triplet: EC, 5B and 54. RGB value is (236,91,84). Sum of RGB (Red+Green+Blue) = 236+91+84=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5B54 is #13A4AB. Grayscale: #858585. Windows color (decimal): -1287340 or 5528556. OLE color: 5528556.
HSL color Cylindrical-coordinate representation of color #EC5B54: hue angle of 2.76º 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 #EC5B54 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 84 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.07 |
| HSL | 2.76º | 0.8% | 0.63% | - |
| HSV(B) | 2.76º | 0.64% | 0.93% | - |
| XYZ | 39.93 | 25.96 | 11.29 | - |
| YUV | 133.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 84 | 0 | 0.61 | 0.64 | 0.07 | 2.76 | 0.8 | 0.63 |
| Hex | EC | 5B | 54 | 0 | 3D | 40 | 7 | 3 | 50 | 3F |
| Octal | 354 | 133 | 124 | 0 | 75 | 100 | 7 | 3 | 120 | 77 |
| Binary | 11101100 | 1011011 | 1010100 | 0 | 111101 | 1000000 | 111 | 11 | 1010000 | 111111 |
Color Harmonies of #EC5B54
Complementary color
Monochromatic Colors of #EC5B54
Black with #EC5B54
Text Example
Text Example
White with #EC5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B54; }
p { color: rgb(236,91,84); }
H1.HeaderClassName
{
color: #EC5B54;
}
.AnyTagClassName
{
color: #EC5B54;
}
</style>
background-color css
<style>
a { background-color: #EC5B54; }
a { background-color: rgb(236,91,84); }
div.DivClassName
{
background-color: #EC5B54;
}
.BgClassName
{
background-color: #EC5B54;
}
</style>
border-color css
<style>
span { border-color: #EC5B54; }
span { border-color: rgb(236,91,84); }
td.TdClassName
{
border-color: #EC5B54;
}
.TagClassName
{
border-color: #EC5B54;
}
</style>