Shades of Flamingo #EC554E
Tints of Flamingo #EC554E
RGB
CMYK
RGB Variations
Color information
#EC554E (or 0xEC554E) is known color: Flamingo. HEX triplet: EC, 55 and 4E. RGB value is (236,85,78). Sum of RGB (Red+Green+Blue) = 236+85+78=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC554E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC554E is #13AAB1. Grayscale: #818181. Windows color (decimal): -1288882 or 5133804. OLE color: 5133804.
HSL color Cylindrical-coordinate representation of color #EC554E: hue angle of 2.66º 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 #EC554E is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 78 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.07 |
| HSL | 2.66º | 0.81% | 0.62% | - |
| HSV(B) | 2.66º | 0.67% | 0.93% | - |
| XYZ | 39.22 | 24.88 | 9.94 | - |
| YUV | 129.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 78 | 0 | 0.64 | 0.67 | 0.07 | 2.66 | 0.81 | 0.62 |
| Hex | EC | 55 | 4E | 0 | 40 | 43 | 7 | 3 | 51 | 3E |
| Octal | 354 | 125 | 116 | 0 | 100 | 103 | 7 | 3 | 121 | 76 |
| Binary | 11101100 | 1010101 | 1001110 | 0 | 1000000 | 1000011 | 111 | 11 | 1010001 | 111110 |
Color Harmonies of #EC554E
Complementary color
Monochromatic Colors of #EC554E
Black with #EC554E
Text Example
Text Example
White with #EC554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC554E; }
p { color: rgb(236,85,78); }
H1.HeaderClassName
{
color: #EC554E;
}
.AnyTagClassName
{
color: #EC554E;
}
</style>
background-color css
<style>
a { background-color: #EC554E; }
a { background-color: rgb(236,85,78); }
div.DivClassName
{
background-color: #EC554E;
}
.BgClassName
{
background-color: #EC554E;
}
</style>
border-color css
<style>
span { border-color: #EC554E; }
span { border-color: rgb(236,85,78); }
td.TdClassName
{
border-color: #EC554E;
}
.TagClassName
{
border-color: #EC554E;
}
</style>