Shades of Flamingo #EC5945
Tints of Flamingo #EC5945
RGB
CMYK
RGB Variations
Color information
#EC5945 (or 0xEC5945) is known color: Flamingo. HEX triplet: EC, 59 and 45. RGB value is (236,89,69). Sum of RGB (Red+Green+Blue) = 236+89+69=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5945 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5945 is #13A6BA. Grayscale: #828282. Windows color (decimal): -1287867 or 4545004. OLE color: 4545004.
HSL color Cylindrical-coordinate representation of color #EC5945: hue angle of 7.19º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC5945 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 69 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.07 |
| HSL | 7.19º | 0.81% | 0.6% | - |
| HSV(B) | 7.19º | 0.71% | 0.93% | - |
| XYZ | 39.24 | 25.41 | 8.47 | - |
| YUV | 130.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 69 | 0 | 0.62 | 0.71 | 0.07 | 7.19 | 0.81 | 0.6 |
| Hex | EC | 59 | 45 | 0 | 3E | 47 | 7 | 7 | 51 | 3C |
| Octal | 354 | 131 | 105 | 0 | 76 | 107 | 7 | 7 | 121 | 74 |
| Binary | 11101100 | 1011001 | 1000101 | 0 | 111110 | 1000111 | 111 | 111 | 1010001 | 111100 |
Color Harmonies of #EC5945
Complementary color
Monochromatic Colors of #EC5945
Black with #EC5945
Text Example
Text Example
White with #EC5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5945; }
p { color: rgb(236,89,69); }
H1.HeaderClassName
{
color: #EC5945;
}
.AnyTagClassName
{
color: #EC5945;
}
</style>
background-color css
<style>
a { background-color: #EC5945; }
a { background-color: rgb(236,89,69); }
div.DivClassName
{
background-color: #EC5945;
}
.BgClassName
{
background-color: #EC5945;
}
</style>
border-color css
<style>
span { border-color: #EC5945; }
span { border-color: rgb(236,89,69); }
td.TdClassName
{
border-color: #EC5945;
}
.TagClassName
{
border-color: #EC5945;
}
</style>