Shades of Flamingo #EC5352
Tints of Flamingo #EC5352
RGB
CMYK
RGB Variations
Color information
#EC5352 (or 0xEC5352) is known color: Flamingo. HEX triplet: EC, 53 and 52. RGB value is (236,83,82). Sum of RGB (Red+Green+Blue) = 236+83+82=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5352 is #13ACAD. Grayscale: #808080. Windows color (decimal): -1289390 or 5395436. OLE color: 5395436.
HSL color Cylindrical-coordinate representation of color #EC5352: hue angle of 0.39º 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 #EC5352 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 82 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.07 |
| HSL | 0.39º | 0.8% | 0.62% | - |
| HSV(B) | 0.39º | 0.65% | 0.93% | - |
| XYZ | 39.21 | 24.63 | 10.67 | - |
| YUV | 128.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 82 | 0 | 0.65 | 0.65 | 0.07 | 0.39 | 0.8 | 0.62 |
| Hex | EC | 53 | 52 | 0 | 41 | 41 | 7 | 0 | 50 | 3E |
| Octal | 354 | 123 | 122 | 0 | 101 | 101 | 7 | 0 | 120 | 76 |
| Binary | 11101100 | 1010011 | 1010010 | 0 | 1000001 | 1000001 | 111 | 0 | 1010000 | 111110 |
Color Harmonies of #EC5352
Complementary color
Monochromatic Colors of #EC5352
Black with #EC5352
Text Example
Text Example
White with #EC5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5352; }
p { color: rgb(236,83,82); }
H1.HeaderClassName
{
color: #EC5352;
}
.AnyTagClassName
{
color: #EC5352;
}
</style>
background-color css
<style>
a { background-color: #EC5352; }
a { background-color: rgb(236,83,82); }
div.DivClassName
{
background-color: #EC5352;
}
.BgClassName
{
background-color: #EC5352;
}
</style>
border-color css
<style>
span { border-color: #EC5352; }
span { border-color: rgb(236,83,82); }
td.TdClassName
{
border-color: #EC5352;
}
.TagClassName
{
border-color: #EC5352;
}
</style>