Shades of Flamingo #EC554F
Tints of Flamingo #EC554F
RGB
CMYK
RGB Variations
Color information
#EC554F (or 0xEC554F) is known color: Flamingo. HEX triplet: EC, 55 and 4F. RGB value is (236,85,79). Sum of RGB (Red+Green+Blue) = 236+85+79=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC554F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC554F is #13AAB0. Grayscale: #818181. Windows color (decimal): -1288881 or 5199340. OLE color: 5199340.
HSL color Cylindrical-coordinate representation of color #EC554F: hue angle of 2.29º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC554F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 79 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.07 |
| HSL | 2.29º | 0.81% | 0.62% | - |
| HSV(B) | 2.29º | 0.67% | 0.93% | - |
| XYZ | 39.25 | 24.89 | 10.13 | - |
| YUV | 129.47 | 99.53 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 79 | 0 | 0.64 | 0.67 | 0.07 | 2.29 | 0.81 | 0.62 |
| Hex | EC | 55 | 4F | 0 | 40 | 43 | 7 | 2 | 51 | 3E |
| Octal | 354 | 125 | 117 | 0 | 100 | 103 | 7 | 2 | 121 | 76 |
| Binary | 11101100 | 1010101 | 1001111 | 0 | 1000000 | 1000011 | 111 | 10 | 1010001 | 111110 |
Color Harmonies of #EC554F
Complementary color
Monochromatic Colors of #EC554F
Black with #EC554F
Text Example
Text Example
White with #EC554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC554F; }
p { color: rgb(236,85,79); }
H1.HeaderClassName
{
color: #EC554F;
}
.AnyTagClassName
{
color: #EC554F;
}
</style>
background-color css
<style>
a { background-color: #EC554F; }
a { background-color: rgb(236,85,79); }
div.DivClassName
{
background-color: #EC554F;
}
.BgClassName
{
background-color: #EC554F;
}
</style>
border-color css
<style>
span { border-color: #EC554F; }
span { border-color: rgb(236,85,79); }
td.TdClassName
{
border-color: #EC554F;
}
.TagClassName
{
border-color: #EC554F;
}
</style>