Shades of Flamingo #EC5941
Tints of Flamingo #EC5941
RGB
CMYK
RGB Variations
Color information
#EC5941 (or 0xEC5941) is known color: Flamingo. HEX triplet: EC, 59 and 41. RGB value is (236,89,65). Sum of RGB (Red+Green+Blue) = 236+89+65=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5941 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5941 is #13A6BE. Grayscale: #828282. Windows color (decimal): -1287871 or 4282860. OLE color: 4282860.
HSL color Cylindrical-coordinate representation of color #EC5941: hue angle of 8.42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC5941 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 65 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.07 |
| HSL | 8.42º | 0.82% | 0.59% | - |
| HSV(B) | 8.42º | 0.72% | 0.93% | - |
| XYZ | 39.12 | 25.36 | 7.83 | - |
| YUV | 130.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 65 | 0 | 0.62 | 0.72 | 0.07 | 8.42 | 0.82 | 0.59 |
| Hex | EC | 59 | 41 | 0 | 3E | 48 | 7 | 8 | 52 | 3B |
| Octal | 354 | 131 | 101 | 0 | 76 | 110 | 7 | 10 | 122 | 73 |
| Binary | 11101100 | 1011001 | 1000001 | 0 | 111110 | 1001000 | 111 | 1000 | 1010010 | 111011 |
Color Harmonies of #EC5941
Complementary color
Monochromatic Colors of #EC5941
Black with #EC5941
Text Example
Text Example
White with #EC5941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5941; }
p { color: rgb(236,89,65); }
H1.HeaderClassName
{
color: #EC5941;
}
.AnyTagClassName
{
color: #EC5941;
}
</style>
background-color css
<style>
a { background-color: #EC5941; }
a { background-color: rgb(236,89,65); }
div.DivClassName
{
background-color: #EC5941;
}
.BgClassName
{
background-color: #EC5941;
}
</style>
border-color css
<style>
span { border-color: #EC5941; }
span { border-color: rgb(236,89,65); }
td.TdClassName
{
border-color: #EC5941;
}
.TagClassName
{
border-color: #EC5941;
}
</style>