Shades of Flamingo #EC5754
Tints of Flamingo #EC5754
RGB
CMYK
RGB Variations
Color information
#EC5754 (or 0xEC5754) is known color: Flamingo. HEX triplet: EC, 57 and 54. RGB value is (236,87,84). Sum of RGB (Red+Green+Blue) = 236+87+84=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5754 is #13A8AB. Grayscale: #838383. Windows color (decimal): -1288364 or 5527532. OLE color: 5527532.
HSL color Cylindrical-coordinate representation of color #EC5754: hue angle of 1.18º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5754 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 84 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.07 |
| HSL | 1.18º | 0.8% | 0.63% | - |
| HSV(B) | 1.18º | 0.64% | 0.93% | - |
| XYZ | 39.6 | 25.29 | 11.18 | - |
| YUV | 131.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 84 | 0 | 0.63 | 0.64 | 0.07 | 1.18 | 0.8 | 0.63 |
| Hex | EC | 57 | 54 | 0 | 3F | 40 | 7 | 1 | 50 | 3F |
| Octal | 354 | 127 | 124 | 0 | 77 | 100 | 7 | 1 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1010100 | 0 | 111111 | 1000000 | 111 | 1 | 1010000 | 111111 |
Color Harmonies of #EC5754
Complementary color
Monochromatic Colors of #EC5754
Black with #EC5754
Text Example
Text Example
White with #EC5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5754; }
p { color: rgb(236,87,84); }
H1.HeaderClassName
{
color: #EC5754;
}
.AnyTagClassName
{
color: #EC5754;
}
</style>
background-color css
<style>
a { background-color: #EC5754; }
a { background-color: rgb(236,87,84); }
div.DivClassName
{
background-color: #EC5754;
}
.BgClassName
{
background-color: #EC5754;
}
</style>
border-color css
<style>
span { border-color: #EC5754; }
span { border-color: rgb(236,87,84); }
td.TdClassName
{
border-color: #EC5754;
}
.TagClassName
{
border-color: #EC5754;
}
</style>