Shades of Flamingo #EC5753
Tints of Flamingo #EC5753
RGB
CMYK
RGB Variations
Color information
#EC5753 (or 0xEC5753) is known color: Flamingo. HEX triplet: EC, 57 and 53. RGB value is (236,87,83). Sum of RGB (Red+Green+Blue) = 236+87+83=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5753 is #13A8AC. Grayscale: #838383. Windows color (decimal): -1288365 or 5461996. OLE color: 5461996.
HSL color Cylindrical-coordinate representation of color #EC5753: hue angle of 1.57º 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 #EC5753 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 83 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.07 |
| HSL | 1.57º | 0.8% | 0.63% | - |
| HSV(B) | 1.57º | 0.65% | 0.93% | - |
| XYZ | 39.56 | 25.27 | 10.98 | - |
| YUV | 131.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 83 | 0 | 0.63 | 0.65 | 0.07 | 1.57 | 0.8 | 0.63 |
| Hex | EC | 57 | 53 | 0 | 3F | 41 | 7 | 2 | 50 | 3F |
| Octal | 354 | 127 | 123 | 0 | 77 | 101 | 7 | 2 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1010011 | 0 | 111111 | 1000001 | 111 | 10 | 1010000 | 111111 |
Color Harmonies of #EC5753
Complementary color
Monochromatic Colors of #EC5753
Black with #EC5753
Text Example
Text Example
White with #EC5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5753; }
p { color: rgb(236,87,83); }
H1.HeaderClassName
{
color: #EC5753;
}
.AnyTagClassName
{
color: #EC5753;
}
</style>
background-color css
<style>
a { background-color: #EC5753; }
a { background-color: rgb(236,87,83); }
div.DivClassName
{
background-color: #EC5753;
}
.BgClassName
{
background-color: #EC5753;
}
</style>
border-color css
<style>
span { border-color: #EC5753; }
span { border-color: rgb(236,87,83); }
td.TdClassName
{
border-color: #EC5753;
}
.TagClassName
{
border-color: #EC5753;
}
</style>