Shades of Flamingo #EC5C3F
Tints of Flamingo #EC5C3F
RGB
CMYK
RGB Variations
Color information
#EC5C3F (or 0xEC5C3F) is known color: Flamingo. HEX triplet: EC, 5C and 3F. RGB value is (236,92,63). Sum of RGB (Red+Green+Blue) = 236+92+63=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C3F is #13A3C0. Grayscale: #848484. Windows color (decimal): -1287105 or 4152556. OLE color: 4152556.
HSL color Cylindrical-coordinate representation of color #EC5C3F: hue angle of 10.06º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC5C3F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 63 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.07 |
| HSL | 10.06º | 0.82% | 0.59% | - |
| HSV(B) | 10.06º | 0.73% | 0.93% | - |
| XYZ | 39.32 | 25.85 | 7.62 | - |
| YUV | 131.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 63 | 0 | 0.61 | 0.73 | 0.07 | 10.06 | 0.82 | 0.59 |
| Hex | EC | 5C | 3F | 0 | 3D | 49 | 7 | A | 52 | 3B |
| Octal | 354 | 134 | 77 | 0 | 75 | 111 | 7 | 12 | 122 | 73 |
| Binary | 11101100 | 1011100 | 111111 | 0 | 111101 | 1001001 | 111 | 1010 | 1010010 | 111011 |
Color Harmonies of #EC5C3F
Complementary color
Monochromatic Colors of #EC5C3F
Black with #EC5C3F
Text Example
Text Example
White with #EC5C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C3F; }
p { color: rgb(236,92,63); }
H1.HeaderClassName
{
color: #EC5C3F;
}
.AnyTagClassName
{
color: #EC5C3F;
}
</style>
background-color css
<style>
a { background-color: #EC5C3F; }
a { background-color: rgb(236,92,63); }
div.DivClassName
{
background-color: #EC5C3F;
}
.BgClassName
{
background-color: #EC5C3F;
}
</style>
border-color css
<style>
span { border-color: #EC5C3F; }
span { border-color: rgb(236,92,63); }
td.TdClassName
{
border-color: #EC5C3F;
}
.TagClassName
{
border-color: #EC5C3F;
}
</style>