Shades of Flamingo #EC6444
Tints of Flamingo #EC6444
RGB
CMYK
RGB Variations
Color information
#EC6444 (or 0xEC6444) is known color: Flamingo. HEX triplet: EC, 64 and 44. RGB value is (236,100,68). Sum of RGB (Red+Green+Blue) = 236+100+68=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6444 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6444 is #139BBB. Grayscale: #898989. Windows color (decimal): -1285052 or 4482284. OLE color: 4482284.
HSL color Cylindrical-coordinate representation of color #EC6444: hue angle of 11.43º 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 #EC6444 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 68 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.07 |
| HSL | 11.43º | 0.82% | 0.6% | - |
| HSV(B) | 11.43º | 0.71% | 0.93% | - |
| XYZ | 40.19 | 27.36 | 8.63 | - |
| YUV | 137.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 68 | 0 | 0.58 | 0.71 | 0.07 | 11.43 | 0.82 | 0.6 |
| Hex | EC | 64 | 44 | 0 | 3A | 47 | 7 | B | 52 | 3C |
| Octal | 354 | 144 | 104 | 0 | 72 | 107 | 7 | 13 | 122 | 74 |
| Binary | 11101100 | 1100100 | 1000100 | 0 | 111010 | 1000111 | 111 | 1011 | 1010010 | 111100 |
Color Harmonies of #EC6444
Complementary color
Monochromatic Colors of #EC6444
Black with #EC6444
Text Example
Text Example
White with #EC6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6444; }
p { color: rgb(236,100,68); }
H1.HeaderClassName
{
color: #EC6444;
}
.AnyTagClassName
{
color: #EC6444;
}
</style>
background-color css
<style>
a { background-color: #EC6444; }
a { background-color: rgb(236,100,68); }
div.DivClassName
{
background-color: #EC6444;
}
.BgClassName
{
background-color: #EC6444;
}
</style>
border-color css
<style>
span { border-color: #EC6444; }
span { border-color: rgb(236,100,68); }
td.TdClassName
{
border-color: #EC6444;
}
.TagClassName
{
border-color: #EC6444;
}
</style>