Shades of Flamingo #EC5C51
Tints of Flamingo #EC5C51
RGB
CMYK
RGB Variations
Color information
#EC5C51 (or 0xEC5C51) is known color: Flamingo. HEX triplet: EC, 5C and 51. RGB value is (236,92,81). Sum of RGB (Red+Green+Blue) = 236+92+81=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C51 is #13A3AE. Grayscale: #858585. Windows color (decimal): -1287087 or 5332204. OLE color: 5332204.
HSL color Cylindrical-coordinate representation of color #EC5C51: hue angle of 4.26º 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 #EC5C51 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 81 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.07 |
| HSL | 4.26º | 0.8% | 0.62% | - |
| HSV(B) | 4.26º | 0.66% | 0.93% | - |
| XYZ | 39.9 | 26.08 | 10.72 | - |
| YUV | 133.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 81 | 0 | 0.61 | 0.66 | 0.07 | 4.26 | 0.8 | 0.62 |
| Hex | EC | 5C | 51 | 0 | 3D | 42 | 7 | 4 | 50 | 3E |
| Octal | 354 | 134 | 121 | 0 | 75 | 102 | 7 | 4 | 120 | 76 |
| Binary | 11101100 | 1011100 | 1010001 | 0 | 111101 | 1000010 | 111 | 100 | 1010000 | 111110 |
Color Harmonies of #EC5C51
Complementary color
Monochromatic Colors of #EC5C51
Black with #EC5C51
Text Example
Text Example
White with #EC5C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C51; }
p { color: rgb(236,92,81); }
H1.HeaderClassName
{
color: #EC5C51;
}
.AnyTagClassName
{
color: #EC5C51;
}
</style>
background-color css
<style>
a { background-color: #EC5C51; }
a { background-color: rgb(236,92,81); }
div.DivClassName
{
background-color: #EC5C51;
}
.BgClassName
{
background-color: #EC5C51;
}
</style>
border-color css
<style>
span { border-color: #EC5C51; }
span { border-color: rgb(236,92,81); }
td.TdClassName
{
border-color: #EC5C51;
}
.TagClassName
{
border-color: #EC5C51;
}
</style>