Shades of Flamingo #EC5E3F
Tints of Flamingo #EC5E3F
RGB
CMYK
RGB Variations
Color information
#EC5E3F (or 0xEC5E3F) is known color: Flamingo. HEX triplet: EC, 5E and 3F. RGB value is (236,94,63). Sum of RGB (Red+Green+Blue) = 236+94+63=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E3F is #13A1C0. Grayscale: #858585. Windows color (decimal): -1286593 or 4153068. OLE color: 4153068.
HSL color Cylindrical-coordinate representation of color #EC5E3F: hue angle of 10.75º 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 #EC5E3F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 63 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.07 |
| HSL | 10.75º | 0.82% | 0.59% | - |
| HSV(B) | 10.75º | 0.73% | 0.93% | - |
| XYZ | 39.49 | 26.2 | 7.68 | - |
| YUV | 132.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 63 | 0 | 0.60 | 0.73 | 0.07 | 10.75 | 0.82 | 0.59 |
| Hex | EC | 5E | 3F | 0 | 3C | 49 | 7 | B | 52 | 3B |
| Octal | 354 | 136 | 77 | 0 | 74 | 111 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1011110 | 111111 | 0 | 111100 | 1001001 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC5E3F
Complementary color
Monochromatic Colors of #EC5E3F
Black with #EC5E3F
Text Example
Text Example
White with #EC5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E3F; }
p { color: rgb(236,94,63); }
H1.HeaderClassName
{
color: #EC5E3F;
}
.AnyTagClassName
{
color: #EC5E3F;
}
</style>
background-color css
<style>
a { background-color: #EC5E3F; }
a { background-color: rgb(236,94,63); }
div.DivClassName
{
background-color: #EC5E3F;
}
.BgClassName
{
background-color: #EC5E3F;
}
</style>
border-color css
<style>
span { border-color: #EC5E3F; }
span { border-color: rgb(236,94,63); }
td.TdClassName
{
border-color: #EC5E3F;
}
.TagClassName
{
border-color: #EC5E3F;
}
</style>