Shades of Flamingo #EC5845
Tints of Flamingo #EC5845
RGB
CMYK
RGB Variations
Color information
#EC5845 (or 0xEC5845) is known color: Flamingo. HEX triplet: EC, 58 and 45. RGB value is (236,88,69). Sum of RGB (Red+Green+Blue) = 236+88+69=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5845 is #13A7BA. Grayscale: #828282. Windows color (decimal): -1288123 or 4544748. OLE color: 4544748.
HSL color Cylindrical-coordinate representation of color #EC5845: hue angle of 6.83º 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 #EC5845 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 69 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.07 |
| HSL | 6.83º | 0.81% | 0.6% | - |
| HSV(B) | 6.83º | 0.71% | 0.93% | - |
| XYZ | 39.16 | 25.24 | 8.44 | - |
| YUV | 130.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 69 | 0 | 0.63 | 0.71 | 0.07 | 6.83 | 0.81 | 0.6 |
| Hex | EC | 58 | 45 | 0 | 3F | 47 | 7 | 7 | 51 | 3C |
| Octal | 354 | 130 | 105 | 0 | 77 | 107 | 7 | 7 | 121 | 74 |
| Binary | 11101100 | 1011000 | 1000101 | 0 | 111111 | 1000111 | 111 | 111 | 1010001 | 111100 |
Color Harmonies of #EC5845
Complementary color
Monochromatic Colors of #EC5845
Black with #EC5845
Text Example
Text Example
White with #EC5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5845; }
p { color: rgb(236,88,69); }
H1.HeaderClassName
{
color: #EC5845;
}
.AnyTagClassName
{
color: #EC5845;
}
</style>
background-color css
<style>
a { background-color: #EC5845; }
a { background-color: rgb(236,88,69); }
div.DivClassName
{
background-color: #EC5845;
}
.BgClassName
{
background-color: #EC5845;
}
</style>
border-color css
<style>
span { border-color: #EC5845; }
span { border-color: rgb(236,88,69); }
td.TdClassName
{
border-color: #EC5845;
}
.TagClassName
{
border-color: #EC5845;
}
</style>