Shades of Flamingo #EC5F53
Tints of Flamingo #EC5F53
RGB
CMYK
RGB Variations
Color information
#EC5F53 (or 0xEC5F53) is known color: Flamingo. HEX triplet: EC, 5F and 53. RGB value is (236,95,83). Sum of RGB (Red+Green+Blue) = 236+95+83=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F53 is #13A0AC. Grayscale: #878787. Windows color (decimal): -1286317 or 5464044. OLE color: 5464044.
HSL color Cylindrical-coordinate representation of color #EC5F53: hue angle of 4.71º 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 #EC5F53 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 83 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.07 |
| HSL | 4.71º | 0.8% | 0.63% | - |
| HSV(B) | 4.71º | 0.65% | 0.93% | - |
| XYZ | 40.25 | 26.64 | 11.2 | - |
| YUV | 135.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 83 | 0 | 0.60 | 0.65 | 0.07 | 4.71 | 0.8 | 0.63 |
| Hex | EC | 5F | 53 | 0 | 3C | 41 | 7 | 5 | 50 | 3F |
| Octal | 354 | 137 | 123 | 0 | 74 | 101 | 7 | 5 | 120 | 77 |
| Binary | 11101100 | 1011111 | 1010011 | 0 | 111100 | 1000001 | 111 | 101 | 1010000 | 111111 |
Color Harmonies of #EC5F53
Complementary color
Monochromatic Colors of #EC5F53
Black with #EC5F53
Text Example
Text Example
White with #EC5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F53; }
p { color: rgb(236,95,83); }
H1.HeaderClassName
{
color: #EC5F53;
}
.AnyTagClassName
{
color: #EC5F53;
}
</style>
background-color css
<style>
a { background-color: #EC5F53; }
a { background-color: rgb(236,95,83); }
div.DivClassName
{
background-color: #EC5F53;
}
.BgClassName
{
background-color: #EC5F53;
}
</style>
border-color css
<style>
span { border-color: #EC5F53; }
span { border-color: rgb(236,95,83); }
td.TdClassName
{
border-color: #EC5F53;
}
.TagClassName
{
border-color: #EC5F53;
}
</style>