Shades of Flamingo #EC6544
Tints of Flamingo #EC6544
RGB
CMYK
RGB Variations
Color information
#EC6544 (or 0xEC6544) is known color: Flamingo. HEX triplet: EC, 65 and 44. RGB value is (236,101,68). Sum of RGB (Red+Green+Blue) = 236+101+68=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6544 is #139ABB. Grayscale: #898989. Windows color (decimal): -1284796 or 4482540. OLE color: 4482540.
HSL color Cylindrical-coordinate representation of color #EC6544: hue angle of 11.79º degrees, saturation: 0.82, 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 #EC6544 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 68 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.07 |
| HSL | 11.79º | 0.82% | 0.6% | - |
| HSV(B) | 11.79º | 0.71% | 0.93% | - |
| XYZ | 40.29 | 27.56 | 8.66 | - |
| YUV | 137.6 | 88.73 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 68 | 0 | 0.57 | 0.71 | 0.07 | 11.79 | 0.82 | 0.6 |
| Hex | EC | 65 | 44 | 0 | 39 | 47 | 7 | C | 52 | 3C |
| Octal | 354 | 145 | 104 | 0 | 71 | 107 | 7 | 14 | 122 | 74 |
| Binary | 11101100 | 1100101 | 1000100 | 0 | 111001 | 1000111 | 111 | 1100 | 1010010 | 111100 |
Color Harmonies of #EC6544
Complementary color
Monochromatic Colors of #EC6544
Black with #EC6544
Text Example
Text Example
White with #EC6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6544; }
p { color: rgb(236,101,68); }
H1.HeaderClassName
{
color: #EC6544;
}
.AnyTagClassName
{
color: #EC6544;
}
</style>
background-color css
<style>
a { background-color: #EC6544; }
a { background-color: rgb(236,101,68); }
div.DivClassName
{
background-color: #EC6544;
}
.BgClassName
{
background-color: #EC6544;
}
</style>
border-color css
<style>
span { border-color: #EC6544; }
span { border-color: rgb(236,101,68); }
td.TdClassName
{
border-color: #EC6544;
}
.TagClassName
{
border-color: #EC6544;
}
</style>