Shades of Flamingo #EC6052
Tints of Flamingo #EC6052
RGB
CMYK
RGB Variations
Color information
#EC6052 (or 0xEC6052) is known color: Flamingo. HEX triplet: EC, 60 and 52. RGB value is (236,96,82). Sum of RGB (Red+Green+Blue) = 236+96+82=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6052 is #139FAD. Grayscale: #888888. Windows color (decimal): -1286062 or 5398764. OLE color: 5398764.
HSL color Cylindrical-coordinate representation of color #EC6052: hue angle of 5.45º 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 #EC6052 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 82 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.07 |
| HSL | 5.45º | 0.8% | 0.62% | - |
| HSV(B) | 5.45º | 0.65% | 0.93% | - |
| XYZ | 40.3 | 26.81 | 11.03 | - |
| YUV | 136.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 82 | 0 | 0.59 | 0.65 | 0.07 | 5.45 | 0.8 | 0.62 |
| Hex | EC | 60 | 52 | 0 | 3B | 41 | 7 | 5 | 50 | 3E |
| Octal | 354 | 140 | 122 | 0 | 73 | 101 | 7 | 5 | 120 | 76 |
| Binary | 11101100 | 1100000 | 1010010 | 0 | 111011 | 1000001 | 111 | 101 | 1010000 | 111110 |
Color Harmonies of #EC6052
Complementary color
Monochromatic Colors of #EC6052
Black with #EC6052
Text Example
Text Example
White with #EC6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6052; }
p { color: rgb(236,96,82); }
H1.HeaderClassName
{
color: #EC6052;
}
.AnyTagClassName
{
color: #EC6052;
}
</style>
background-color css
<style>
a { background-color: #EC6052; }
a { background-color: rgb(236,96,82); }
div.DivClassName
{
background-color: #EC6052;
}
.BgClassName
{
background-color: #EC6052;
}
</style>
border-color css
<style>
span { border-color: #EC6052; }
span { border-color: rgb(236,96,82); }
td.TdClassName
{
border-color: #EC6052;
}
.TagClassName
{
border-color: #EC6052;
}
</style>