Shades of Flamingo #EC5150
Tints of Flamingo #EC5150
RGB
CMYK
RGB Variations
Color information
#EC5150 (or 0xEC5150) is known color: Flamingo. HEX triplet: EC, 51 and 50. RGB value is (236,81,80). Sum of RGB (Red+Green+Blue) = 236+81+80=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5150 is #13AEAF. Grayscale: #7F7F7F. Windows color (decimal): -1289904 or 5263852. OLE color: 5263852.
HSL color Cylindrical-coordinate representation of color #EC5150: hue angle of 0.38º 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 #EC5150 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 80 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.07 |
| HSL | 0.38º | 0.8% | 0.62% | - |
| HSV(B) | 0.38º | 0.66% | 0.93% | - |
| XYZ | 38.98 | 24.3 | 10.22 | - |
| YUV | 127.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 80 | 0 | 0.66 | 0.66 | 0.07 | 0.38 | 0.8 | 0.62 |
| Hex | EC | 51 | 50 | 0 | 42 | 42 | 7 | 0 | 50 | 3E |
| Octal | 354 | 121 | 120 | 0 | 102 | 102 | 7 | 0 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1010000 | 0 | 1000010 | 1000010 | 111 | 0 | 1010000 | 111110 |
Color Harmonies of #EC5150
Complementary color
Monochromatic Colors of #EC5150
Black with #EC5150
Text Example
Text Example
White with #EC5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5150; }
p { color: rgb(236,81,80); }
H1.HeaderClassName
{
color: #EC5150;
}
.AnyTagClassName
{
color: #EC5150;
}
</style>
background-color css
<style>
a { background-color: #EC5150; }
a { background-color: rgb(236,81,80); }
div.DivClassName
{
background-color: #EC5150;
}
.BgClassName
{
background-color: #EC5150;
}
</style>
border-color css
<style>
span { border-color: #EC5150; }
span { border-color: rgb(236,81,80); }
td.TdClassName
{
border-color: #EC5150;
}
.TagClassName
{
border-color: #EC5150;
}
</style>