Shades of Flamingo #EC5741
Tints of Flamingo #EC5741
RGB
CMYK
RGB Variations
Color information
#EC5741 (or 0xEC5741) is known color: Flamingo. HEX triplet: EC, 57 and 41. RGB value is (236,87,65). Sum of RGB (Red+Green+Blue) = 236+87+65=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5741 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5741 is #13A8BE. Grayscale: #818181. Windows color (decimal): -1288383 or 4282348. OLE color: 4282348.
HSL color Cylindrical-coordinate representation of color #EC5741: hue angle of 7.72º 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 #EC5741 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 65 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.07 |
| HSL | 7.72º | 0.82% | 0.59% | - |
| HSV(B) | 7.72º | 0.72% | 0.93% | - |
| XYZ | 38.95 | 25.03 | 7.78 | - |
| YUV | 129.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 65 | 0 | 0.63 | 0.72 | 0.07 | 7.72 | 0.82 | 0.59 |
| Hex | EC | 57 | 41 | 0 | 3F | 48 | 7 | 8 | 52 | 3B |
| Octal | 354 | 127 | 101 | 0 | 77 | 110 | 7 | 10 | 122 | 73 |
| Binary | 11101100 | 1010111 | 1000001 | 0 | 111111 | 1001000 | 111 | 1000 | 1010010 | 111011 |
Color Harmonies of #EC5741
Complementary color
Monochromatic Colors of #EC5741
Black with #EC5741
Text Example
Text Example
White with #EC5741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5741; }
p { color: rgb(236,87,65); }
H1.HeaderClassName
{
color: #EC5741;
}
.AnyTagClassName
{
color: #EC5741;
}
</style>
background-color css
<style>
a { background-color: #EC5741; }
a { background-color: rgb(236,87,65); }
div.DivClassName
{
background-color: #EC5741;
}
.BgClassName
{
background-color: #EC5741;
}
</style>
border-color css
<style>
span { border-color: #EC5741; }
span { border-color: rgb(236,87,65); }
td.TdClassName
{
border-color: #EC5741;
}
.TagClassName
{
border-color: #EC5741;
}
</style>