Shades of Flamingo #EC5451
Tints of Flamingo #EC5451
RGB
CMYK
RGB Variations
Color information
#EC5451 (or 0xEC5451) is known color: Flamingo. HEX triplet: EC, 54 and 51. RGB value is (236,84,81). Sum of RGB (Red+Green+Blue) = 236+84+81=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5451 is #13ABAE. Grayscale: #818181. Windows color (decimal): -1289135 or 5330156. OLE color: 5330156.
HSL color Cylindrical-coordinate representation of color #EC5451: hue angle of 1.16º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5451 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 81 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.07 |
| HSL | 1.16º | 0.8% | 0.62% | - |
| HSV(B) | 1.16º | 0.66% | 0.93% | - |
| XYZ | 39.25 | 24.77 | 10.5 | - |
| YUV | 129.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 81 | 0 | 0.64 | 0.66 | 0.07 | 1.16 | 0.8 | 0.62 |
| Hex | EC | 54 | 51 | 0 | 40 | 42 | 7 | 1 | 50 | 3E |
| Octal | 354 | 124 | 121 | 0 | 100 | 102 | 7 | 1 | 120 | 76 |
| Binary | 11101100 | 1010100 | 1010001 | 0 | 1000000 | 1000010 | 111 | 1 | 1010000 | 111110 |
Color Harmonies of #EC5451
Complementary color
Monochromatic Colors of #EC5451
Black with #EC5451
Text Example
Text Example
White with #EC5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5451; }
p { color: rgb(236,84,81); }
H1.HeaderClassName
{
color: #EC5451;
}
.AnyTagClassName
{
color: #EC5451;
}
</style>
background-color css
<style>
a { background-color: #EC5451; }
a { background-color: rgb(236,84,81); }
div.DivClassName
{
background-color: #EC5451;
}
.BgClassName
{
background-color: #EC5451;
}
</style>
border-color css
<style>
span { border-color: #EC5451; }
span { border-color: rgb(236,84,81); }
td.TdClassName
{
border-color: #EC5451;
}
.TagClassName
{
border-color: #EC5451;
}
</style>