Shades of Flamingo #EC5A4A
Tints of Flamingo #EC5A4A
RGB
CMYK
RGB Variations
Color information
#EC5A4A (or 0xEC5A4A) is known color: Flamingo. HEX triplet: EC, 5A and 4A. RGB value is (236,90,74). Sum of RGB (Red+Green+Blue) = 236+90+74=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A4A is #13A5B5. Grayscale: #848484. Windows color (decimal): -1287606 or 4872940. OLE color: 4872940.
HSL color Cylindrical-coordinate representation of color #EC5A4A: hue angle of 5.93º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC5A4A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 74 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.07 |
| HSL | 5.93º | 0.81% | 0.61% | - |
| HSV(B) | 5.93º | 0.69% | 0.93% | - |
| XYZ | 39.48 | 25.64 | 9.35 | - |
| YUV | 131.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 74 | 0 | 0.62 | 0.69 | 0.07 | 5.93 | 0.81 | 0.61 |
| Hex | EC | 5A | 4A | 0 | 3E | 45 | 7 | 6 | 51 | 3D |
| Octal | 354 | 132 | 112 | 0 | 76 | 105 | 7 | 6 | 121 | 75 |
| Binary | 11101100 | 1011010 | 1001010 | 0 | 111110 | 1000101 | 111 | 110 | 1010001 | 111101 |
Color Harmonies of #EC5A4A
Complementary color
Monochromatic Colors of #EC5A4A
Black with #EC5A4A
Text Example
Text Example
White with #EC5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A4A; }
p { color: rgb(236,90,74); }
H1.HeaderClassName
{
color: #EC5A4A;
}
.AnyTagClassName
{
color: #EC5A4A;
}
</style>
background-color css
<style>
a { background-color: #EC5A4A; }
a { background-color: rgb(236,90,74); }
div.DivClassName
{
background-color: #EC5A4A;
}
.BgClassName
{
background-color: #EC5A4A;
}
</style>
border-color css
<style>
span { border-color: #EC5A4A; }
span { border-color: rgb(236,90,74); }
td.TdClassName
{
border-color: #EC5A4A;
}
.TagClassName
{
border-color: #EC5A4A;
}
</style>