Shades of Flamingo #EC5548
Tints of Flamingo #EC5548
RGB
CMYK
RGB Variations
Color information
#EC5548 (or 0xEC5548) is known color: Flamingo. HEX triplet: EC, 55 and 48. RGB value is (236,85,72). Sum of RGB (Red+Green+Blue) = 236+85+72=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5548 is #13AAB7. Grayscale: #808080. Windows color (decimal): -1288888 or 4740588. OLE color: 4740588.
HSL color Cylindrical-coordinate representation of color #EC5548: hue angle of 4.76º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC5548 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 72 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.07 |
| HSL | 4.76º | 0.81% | 0.6% | - |
| HSV(B) | 4.76º | 0.69% | 0.93% | - |
| XYZ | 39.01 | 24.8 | 8.86 | - |
| YUV | 128.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 72 | 0 | 0.64 | 0.69 | 0.07 | 4.76 | 0.81 | 0.6 |
| Hex | EC | 55 | 48 | 0 | 40 | 45 | 7 | 5 | 51 | 3C |
| Octal | 354 | 125 | 110 | 0 | 100 | 105 | 7 | 5 | 121 | 74 |
| Binary | 11101100 | 1010101 | 1001000 | 0 | 1000000 | 1000101 | 111 | 101 | 1010001 | 111100 |
Color Harmonies of #EC5548
Complementary color
Monochromatic Colors of #EC5548
Black with #EC5548
Text Example
Text Example
White with #EC5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5548; }
p { color: rgb(236,85,72); }
H1.HeaderClassName
{
color: #EC5548;
}
.AnyTagClassName
{
color: #EC5548;
}
</style>
background-color css
<style>
a { background-color: #EC5548; }
a { background-color: rgb(236,85,72); }
div.DivClassName
{
background-color: #EC5548;
}
.BgClassName
{
background-color: #EC5548;
}
</style>
border-color css
<style>
span { border-color: #EC5548; }
span { border-color: rgb(236,85,72); }
td.TdClassName
{
border-color: #EC5548;
}
.TagClassName
{
border-color: #EC5548;
}
</style>