Shades of Flamingo #EC5E52
Tints of Flamingo #EC5E52
RGB
CMYK
RGB Variations
Color information
#EC5E52 (or 0xEC5E52) is known color: Flamingo. HEX triplet: EC, 5E and 52. RGB value is (236,94,82). Sum of RGB (Red+Green+Blue) = 236+94+82=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E52 is #13A1AD. Grayscale: #878787. Windows color (decimal): -1286574 or 5398252. OLE color: 5398252.
HSL color Cylindrical-coordinate representation of color #EC5E52: hue angle of 4.68º 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 #EC5E52 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 82 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.07 |
| HSL | 4.68º | 0.8% | 0.62% | - |
| HSV(B) | 4.68º | 0.65% | 0.93% | - |
| XYZ | 40.12 | 26.45 | 10.97 | - |
| YUV | 135.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 82 | 0 | 0.60 | 0.65 | 0.07 | 4.68 | 0.8 | 0.62 |
| Hex | EC | 5E | 52 | 0 | 3C | 41 | 7 | 5 | 50 | 3E |
| Octal | 354 | 136 | 122 | 0 | 74 | 101 | 7 | 5 | 120 | 76 |
| Binary | 11101100 | 1011110 | 1010010 | 0 | 111100 | 1000001 | 111 | 101 | 1010000 | 111110 |
Color Harmonies of #EC5E52
Complementary color
Monochromatic Colors of #EC5E52
Black with #EC5E52
Text Example
Text Example
White with #EC5E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E52; }
p { color: rgb(236,94,82); }
H1.HeaderClassName
{
color: #EC5E52;
}
.AnyTagClassName
{
color: #EC5E52;
}
</style>
background-color css
<style>
a { background-color: #EC5E52; }
a { background-color: rgb(236,94,82); }
div.DivClassName
{
background-color: #EC5E52;
}
.BgClassName
{
background-color: #EC5E52;
}
</style>
border-color css
<style>
span { border-color: #EC5E52; }
span { border-color: rgb(236,94,82); }
td.TdClassName
{
border-color: #EC5E52;
}
.TagClassName
{
border-color: #EC5E52;
}
</style>