Shades of Flamingo #EC5D53
Tints of Flamingo #EC5D53
RGB
CMYK
RGB Variations
Color information
#EC5D53 (or 0xEC5D53) is known color: Flamingo. HEX triplet: EC, 5D and 53. RGB value is (236,93,83). Sum of RGB (Red+Green+Blue) = 236+93+83=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D53 is #13A2AC. Grayscale: #868686. Windows color (decimal): -1286829 or 5463532. OLE color: 5463532.
HSL color Cylindrical-coordinate representation of color #EC5D53: hue angle of 3.92º 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 #EC5D53 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 83 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.07 |
| HSL | 3.92º | 0.8% | 0.63% | - |
| HSV(B) | 3.92º | 0.65% | 0.93% | - |
| XYZ | 40.07 | 26.29 | 11.15 | - |
| YUV | 134.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 83 | 0 | 0.61 | 0.65 | 0.07 | 3.92 | 0.8 | 0.63 |
| Hex | EC | 5D | 53 | 0 | 3D | 41 | 7 | 4 | 50 | 3F |
| Octal | 354 | 135 | 123 | 0 | 75 | 101 | 7 | 4 | 120 | 77 |
| Binary | 11101100 | 1011101 | 1010011 | 0 | 111101 | 1000001 | 111 | 100 | 1010000 | 111111 |
Color Harmonies of #EC5D53
Complementary color
Monochromatic Colors of #EC5D53
Black with #EC5D53
Text Example
Text Example
White with #EC5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D53; }
p { color: rgb(236,93,83); }
H1.HeaderClassName
{
color: #EC5D53;
}
.AnyTagClassName
{
color: #EC5D53;
}
</style>
background-color css
<style>
a { background-color: #EC5D53; }
a { background-color: rgb(236,93,83); }
div.DivClassName
{
background-color: #EC5D53;
}
.BgClassName
{
background-color: #EC5D53;
}
</style>
border-color css
<style>
span { border-color: #EC5D53; }
span { border-color: rgb(236,93,83); }
td.TdClassName
{
border-color: #EC5D53;
}
.TagClassName
{
border-color: #EC5D53;
}
</style>