Shades of Flamingo #EC5A4E
Tints of Flamingo #EC5A4E
RGB
CMYK
RGB Variations
Color information
#EC5A4E (or 0xEC5A4E) is known color: Flamingo. HEX triplet: EC, 5A and 4E. RGB value is (236,90,78). Sum of RGB (Red+Green+Blue) = 236+90+78=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A4E is #13A5B1. Grayscale: #848484. Windows color (decimal): -1287602 or 5135084. OLE color: 5135084.
HSL color Cylindrical-coordinate representation of color #EC5A4E: hue angle of 4.56º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC5A4E is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 78 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.07 |
| HSL | 4.56º | 0.81% | 0.62% | - |
| HSV(B) | 4.56º | 0.67% | 0.93% | - |
| XYZ | 39.62 | 25.7 | 10.08 | - |
| YUV | 132.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 78 | 0 | 0.62 | 0.67 | 0.07 | 4.56 | 0.81 | 0.62 |
| Hex | EC | 5A | 4E | 0 | 3E | 43 | 7 | 5 | 51 | 3E |
| Octal | 354 | 132 | 116 | 0 | 76 | 103 | 7 | 5 | 121 | 76 |
| Binary | 11101100 | 1011010 | 1001110 | 0 | 111110 | 1000011 | 111 | 101 | 1010001 | 111110 |
Color Harmonies of #EC5A4E
Complementary color
Monochromatic Colors of #EC5A4E
Black with #EC5A4E
Text Example
Text Example
White with #EC5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A4E; }
p { color: rgb(236,90,78); }
H1.HeaderClassName
{
color: #EC5A4E;
}
.AnyTagClassName
{
color: #EC5A4E;
}
</style>
background-color css
<style>
a { background-color: #EC5A4E; }
a { background-color: rgb(236,90,78); }
div.DivClassName
{
background-color: #EC5A4E;
}
.BgClassName
{
background-color: #EC5A4E;
}
</style>
border-color css
<style>
span { border-color: #EC5A4E; }
span { border-color: rgb(236,90,78); }
td.TdClassName
{
border-color: #EC5A4E;
}
.TagClassName
{
border-color: #EC5A4E;
}
</style>