Shades of Flamingo #EC5C4F
Tints of Flamingo #EC5C4F
RGB
CMYK
RGB Variations
Color information
#EC5C4F (or 0xEC5C4F) is known color: Flamingo. HEX triplet: EC, 5C and 4F. RGB value is (236,92,79). Sum of RGB (Red+Green+Blue) = 236+92+79=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5C4F is #13A3B0. Grayscale: #858585. Windows color (decimal): -1287089 or 5201132. OLE color: 5201132.
HSL color Cylindrical-coordinate representation of color #EC5C4F: hue angle of 4.97º 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 #EC5C4F is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 79 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.07 |
| HSL | 4.97º | 0.81% | 0.62% | - |
| HSV(B) | 4.97º | 0.67% | 0.93% | - |
| XYZ | 39.83 | 26.05 | 10.33 | - |
| YUV | 133.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 79 | 0 | 0.61 | 0.67 | 0.07 | 4.97 | 0.81 | 0.62 |
| Hex | EC | 5C | 4F | 0 | 3D | 43 | 7 | 5 | 51 | 3E |
| Octal | 354 | 134 | 117 | 0 | 75 | 103 | 7 | 5 | 121 | 76 |
| Binary | 11101100 | 1011100 | 1001111 | 0 | 111101 | 1000011 | 111 | 101 | 1010001 | 111110 |
Color Harmonies of #EC5C4F
Complementary color
Monochromatic Colors of #EC5C4F
Black with #EC5C4F
Text Example
Text Example
White with #EC5C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C4F; }
p { color: rgb(236,92,79); }
H1.HeaderClassName
{
color: #EC5C4F;
}
.AnyTagClassName
{
color: #EC5C4F;
}
</style>
background-color css
<style>
a { background-color: #EC5C4F; }
a { background-color: rgb(236,92,79); }
div.DivClassName
{
background-color: #EC5C4F;
}
.BgClassName
{
background-color: #EC5C4F;
}
</style>
border-color css
<style>
span { border-color: #EC5C4F; }
span { border-color: rgb(236,92,79); }
td.TdClassName
{
border-color: #EC5C4F;
}
.TagClassName
{
border-color: #EC5C4F;
}
</style>