Shades of Flamingo #EC6040
Tints of Flamingo #EC6040
RGB
CMYK
RGB Variations
Color information
#EC6040 (or 0xEC6040) is known color: Flamingo. HEX triplet: EC, 60 and 40. RGB value is (236,96,64). Sum of RGB (Red+Green+Blue) = 236+96+64=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6040 is #139FBF. Grayscale: #868686. Windows color (decimal): -1286080 or 4219116. OLE color: 4219116.
HSL color Cylindrical-coordinate representation of color #EC6040: hue angle of 11.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC6040 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 64 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.07 |
| HSL | 11.16º | 0.82% | 0.59% | - |
| HSV(B) | 11.16º | 0.73% | 0.93% | - |
| XYZ | 39.7 | 26.57 | 7.89 | - |
| YUV | 134.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 64 | 0 | 0.59 | 0.73 | 0.07 | 11.16 | 0.82 | 0.59 |
| Hex | EC | 60 | 40 | 0 | 3B | 49 | 7 | B | 52 | 3B |
| Octal | 354 | 140 | 100 | 0 | 73 | 111 | 7 | 13 | 122 | 73 |
| Binary | 11101100 | 1100000 | 1000000 | 0 | 111011 | 1001001 | 111 | 1011 | 1010010 | 111011 |
Color Harmonies of #EC6040
Complementary color
Monochromatic Colors of #EC6040
Black with #EC6040
Text Example
Text Example
White with #EC6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6040; }
p { color: rgb(236,96,64); }
H1.HeaderClassName
{
color: #EC6040;
}
.AnyTagClassName
{
color: #EC6040;
}
</style>
background-color css
<style>
a { background-color: #EC6040; }
a { background-color: rgb(236,96,64); }
div.DivClassName
{
background-color: #EC6040;
}
.BgClassName
{
background-color: #EC6040;
}
</style>
border-color css
<style>
span { border-color: #EC6040; }
span { border-color: rgb(236,96,64); }
td.TdClassName
{
border-color: #EC6040;
}
.TagClassName
{
border-color: #EC6040;
}
</style>