Shades of Flamingo #EC554D
Tints of Flamingo #EC554D
RGB
CMYK
RGB Variations
Color information
#EC554D (or 0xEC554D) is known color: Flamingo. HEX triplet: EC, 55 and 4D. RGB value is (236,85,77). Sum of RGB (Red+Green+Blue) = 236+85+77=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC554D is #13AAB2. Grayscale: #818181. Windows color (decimal): -1288883 or 5068268. OLE color: 5068268.
HSL color Cylindrical-coordinate representation of color #EC554D: hue angle of 3.02º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC554D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 77 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.07 |
| HSL | 3.02º | 0.81% | 0.61% | - |
| HSV(B) | 3.02º | 0.67% | 0.93% | - |
| XYZ | 39.18 | 24.87 | 9.76 | - |
| YUV | 129.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 77 | 0 | 0.64 | 0.67 | 0.07 | 3.02 | 0.81 | 0.61 |
| Hex | EC | 55 | 4D | 0 | 40 | 43 | 7 | 3 | 51 | 3D |
| Octal | 354 | 125 | 115 | 0 | 100 | 103 | 7 | 3 | 121 | 75 |
| Binary | 11101100 | 1010101 | 1001101 | 0 | 1000000 | 1000011 | 111 | 11 | 1010001 | 111101 |
Color Harmonies of #EC554D
Complementary color
Monochromatic Colors of #EC554D
Black with #EC554D
Text Example
Text Example
White with #EC554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC554D; }
p { color: rgb(236,85,77); }
H1.HeaderClassName
{
color: #EC554D;
}
.AnyTagClassName
{
color: #EC554D;
}
</style>
background-color css
<style>
a { background-color: #EC554D; }
a { background-color: rgb(236,85,77); }
div.DivClassName
{
background-color: #EC554D;
}
.BgClassName
{
background-color: #EC554D;
}
</style>
border-color css
<style>
span { border-color: #EC554D; }
span { border-color: rgb(236,85,77); }
td.TdClassName
{
border-color: #EC554D;
}
.TagClassName
{
border-color: #EC554D;
}
</style>