Shades of Flamingo #EC5A50
Tints of Flamingo #EC5A50
RGB
CMYK
RGB Variations
Color information
#EC5A50 (or 0xEC5A50) is known color: Flamingo. HEX triplet: EC, 5A and 50. RGB value is (236,90,80). Sum of RGB (Red+Green+Blue) = 236+90+80=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5A50 is #13A5AF. Grayscale: #848484. Windows color (decimal): -1287600 or 5266156. OLE color: 5266156.
HSL color Cylindrical-coordinate representation of color #EC5A50: hue angle of 3.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5A50 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 80 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.07 |
| HSL | 3.85º | 0.8% | 0.62% | - |
| HSV(B) | 3.85º | 0.66% | 0.93% | - |
| XYZ | 39.7 | 25.72 | 10.46 | - |
| YUV | 132.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 80 | 0 | 0.62 | 0.66 | 0.07 | 3.85 | 0.8 | 0.62 |
| Hex | EC | 5A | 50 | 0 | 3E | 42 | 7 | 4 | 50 | 3E |
| Octal | 354 | 132 | 120 | 0 | 76 | 102 | 7 | 4 | 120 | 76 |
| Binary | 11101100 | 1011010 | 1010000 | 0 | 111110 | 1000010 | 111 | 100 | 1010000 | 111110 |
Color Harmonies of #EC5A50
Complementary color
Monochromatic Colors of #EC5A50
Black with #EC5A50
Text Example
Text Example
White with #EC5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A50; }
p { color: rgb(236,90,80); }
H1.HeaderClassName
{
color: #EC5A50;
}
.AnyTagClassName
{
color: #EC5A50;
}
</style>
background-color css
<style>
a { background-color: #EC5A50; }
a { background-color: rgb(236,90,80); }
div.DivClassName
{
background-color: #EC5A50;
}
.BgClassName
{
background-color: #EC5A50;
}
</style>
border-color css
<style>
span { border-color: #EC5A50; }
span { border-color: rgb(236,90,80); }
td.TdClassName
{
border-color: #EC5A50;
}
.TagClassName
{
border-color: #EC5A50;
}
</style>