Shades of Flamingo #EC544C
Tints of Flamingo #EC544C
RGB
CMYK
RGB Variations
Color information
#EC544C (or 0xEC544C) is known color: Flamingo. HEX triplet: EC, 54 and 4C. RGB value is (236,84,76). Sum of RGB (Red+Green+Blue) = 236+84+76=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC544C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC544C is #13ABB3. Grayscale: #808080. Windows color (decimal): -1289140 or 5002476. OLE color: 5002476.
HSL color Cylindrical-coordinate representation of color #EC544C: hue angle of 3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC544C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 76 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.07 |
| HSL | 3º | 0.81% | 0.61% | - |
| HSV(B) | 3º | 0.68% | 0.93% | - |
| XYZ | 39.07 | 24.7 | 9.55 | - |
| YUV | 128.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 76 | 0 | 0.64 | 0.68 | 0.07 | 3 | 0.81 | 0.61 |
| Hex | EC | 54 | 4C | 0 | 40 | 44 | 7 | 3 | 51 | 3D |
| Octal | 354 | 124 | 114 | 0 | 100 | 104 | 7 | 3 | 121 | 75 |
| Binary | 11101100 | 1010100 | 1001100 | 0 | 1000000 | 1000100 | 111 | 11 | 1010001 | 111101 |
Color Harmonies of #EC544C
Complementary color
Monochromatic Colors of #EC544C
Black with #EC544C
Text Example
Text Example
White with #EC544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC544C; }
p { color: rgb(236,84,76); }
H1.HeaderClassName
{
color: #EC544C;
}
.AnyTagClassName
{
color: #EC544C;
}
</style>
background-color css
<style>
a { background-color: #EC544C; }
a { background-color: rgb(236,84,76); }
div.DivClassName
{
background-color: #EC544C;
}
.BgClassName
{
background-color: #EC544C;
}
</style>
border-color css
<style>
span { border-color: #EC544C; }
span { border-color: rgb(236,84,76); }
td.TdClassName
{
border-color: #EC544C;
}
.TagClassName
{
border-color: #EC544C;
}
</style>