Shades of Flamingo #EC5553
Tints of Flamingo #EC5553
RGB
CMYK
RGB Variations
Color information
#EC5553 (or 0xEC5553) is known color: Flamingo. HEX triplet: EC, 55 and 53. RGB value is (236,85,83). Sum of RGB (Red+Green+Blue) = 236+85+83=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5553 is #13AAAC. Grayscale: #828282. Windows color (decimal): -1288877 or 5461484. OLE color: 5461484.
HSL color Cylindrical-coordinate representation of color #EC5553: hue angle of 0.78º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5553 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 83 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.07 |
| HSL | 0.78º | 0.8% | 0.63% | - |
| HSV(B) | 0.78º | 0.65% | 0.93% | - |
| XYZ | 39.4 | 24.95 | 10.92 | - |
| YUV | 129.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 83 | 0 | 0.64 | 0.65 | 0.07 | 0.78 | 0.8 | 0.63 |
| Hex | EC | 55 | 53 | 0 | 40 | 41 | 7 | 1 | 50 | 3F |
| Octal | 354 | 125 | 123 | 0 | 100 | 101 | 7 | 1 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1010011 | 0 | 1000000 | 1000001 | 111 | 1 | 1010000 | 111111 |
Color Harmonies of #EC5553
Complementary color
Monochromatic Colors of #EC5553
Black with #EC5553
Text Example
Text Example
White with #EC5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5553; }
p { color: rgb(236,85,83); }
H1.HeaderClassName
{
color: #EC5553;
}
.AnyTagClassName
{
color: #EC5553;
}
</style>
background-color css
<style>
a { background-color: #EC5553; }
a { background-color: rgb(236,85,83); }
div.DivClassName
{
background-color: #EC5553;
}
.BgClassName
{
background-color: #EC5553;
}
</style>
border-color css
<style>
span { border-color: #EC5553; }
span { border-color: rgb(236,85,83); }
td.TdClassName
{
border-color: #EC5553;
}
.TagClassName
{
border-color: #EC5553;
}
</style>