Shades of Flamingo #EC5552
Tints of Flamingo #EC5552
RGB
CMYK
RGB Variations
Color information
#EC5552 (or 0xEC5552) is known color: Flamingo. HEX triplet: EC, 55 and 52. RGB value is (236,85,82). Sum of RGB (Red+Green+Blue) = 236+85+82=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5552 is #13AAAD. Grayscale: #818181. Windows color (decimal): -1288878 or 5395948. OLE color: 5395948.
HSL color Cylindrical-coordinate representation of color #EC5552: hue angle of 1.17º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5552 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 82 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.07 |
| HSL | 1.17º | 0.8% | 0.62% | - |
| HSV(B) | 1.17º | 0.65% | 0.93% | - |
| XYZ | 39.36 | 24.94 | 10.72 | - |
| YUV | 129.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 82 | 0 | 0.64 | 0.65 | 0.07 | 1.17 | 0.8 | 0.62 |
| Hex | EC | 55 | 52 | 0 | 40 | 41 | 7 | 1 | 50 | 3E |
| Octal | 354 | 125 | 122 | 0 | 100 | 101 | 7 | 1 | 120 | 76 |
| Binary | 11101100 | 1010101 | 1010010 | 0 | 1000000 | 1000001 | 111 | 1 | 1010000 | 111110 |
Color Harmonies of #EC5552
Complementary color
Monochromatic Colors of #EC5552
Black with #EC5552
Text Example
Text Example
White with #EC5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5552; }
p { color: rgb(236,85,82); }
H1.HeaderClassName
{
color: #EC5552;
}
.AnyTagClassName
{
color: #EC5552;
}
</style>
background-color css
<style>
a { background-color: #EC5552; }
a { background-color: rgb(236,85,82); }
div.DivClassName
{
background-color: #EC5552;
}
.BgClassName
{
background-color: #EC5552;
}
</style>
border-color css
<style>
span { border-color: #EC5552; }
span { border-color: rgb(236,85,82); }
td.TdClassName
{
border-color: #EC5552;
}
.TagClassName
{
border-color: #EC5552;
}
</style>