Shades of Flamingo #EC6044
Tints of Flamingo #EC6044
RGB
CMYK
RGB Variations
Color information
#EC6044 (or 0xEC6044) is known color: Flamingo. HEX triplet: EC, 60 and 44. RGB value is (236,96,68). Sum of RGB (Red+Green+Blue) = 236+96+68=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6044 is #139FBB. Grayscale: #868686. Windows color (decimal): -1286076 or 4481260. OLE color: 4481260.
HSL color Cylindrical-coordinate representation of color #EC6044: hue angle of 10º 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 #EC6044 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 68 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.07 |
| HSL | 10º | 0.82% | 0.6% | - |
| HSV(B) | 10º | 0.71% | 0.93% | - |
| XYZ | 39.82 | 26.62 | 8.51 | - |
| YUV | 134.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 68 | 0 | 0.59 | 0.71 | 0.07 | 10 | 0.82 | 0.6 |
| Hex | EC | 60 | 44 | 0 | 3B | 47 | 7 | A | 52 | 3C |
| Octal | 354 | 140 | 104 | 0 | 73 | 107 | 7 | 12 | 122 | 74 |
| Binary | 11101100 | 1100000 | 1000100 | 0 | 111011 | 1000111 | 111 | 1010 | 1010010 | 111100 |
Color Harmonies of #EC6044
Complementary color
Monochromatic Colors of #EC6044
Black with #EC6044
Text Example
Text Example
White with #EC6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6044; }
p { color: rgb(236,96,68); }
H1.HeaderClassName
{
color: #EC6044;
}
.AnyTagClassName
{
color: #EC6044;
}
</style>
background-color css
<style>
a { background-color: #EC6044; }
a { background-color: rgb(236,96,68); }
div.DivClassName
{
background-color: #EC6044;
}
.BgClassName
{
background-color: #EC6044;
}
</style>
border-color css
<style>
span { border-color: #EC6044; }
span { border-color: rgb(236,96,68); }
td.TdClassName
{
border-color: #EC6044;
}
.TagClassName
{
border-color: #EC6044;
}
</style>