Shades of Flamingo #EC6059
Tints of Flamingo #EC6059
RGB
CMYK
RGB Variations
Color information
#EC6059 (or 0xEC6059) is known color: Flamingo. HEX triplet: EC, 60 and 59. RGB value is (236,96,89). Sum of RGB (Red+Green+Blue) = 236+96+89=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 89 (35.16% from 255 or 21.14% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6059 is #139FA6. Grayscale: #898989. Windows color (decimal): -1286055 or 5857516. OLE color: 5857516.
HSL color Cylindrical-coordinate representation of color #EC6059: hue angle of 2.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC6059 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 89 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.07 |
| HSL | 2.86º | 0.79% | 0.64% | - |
| HSV(B) | 2.86º | 0.62% | 0.93% | - |
| XYZ | 40.58 | 26.92 | 12.51 | - |
| YUV | 137.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 89 | 0 | 0.59 | 0.62 | 0.07 | 2.86 | 0.79 | 0.64 |
| Hex | EC | 60 | 59 | 0 | 3B | 3E | 7 | 3 | 4F | 40 |
| Octal | 354 | 140 | 131 | 0 | 73 | 76 | 7 | 3 | 117 | 100 |
| Binary | 11101100 | 1100000 | 1011001 | 0 | 111011 | 111110 | 111 | 11 | 1001111 | 1000000 |
Color Harmonies of #EC6059
Complementary color
Monochromatic Colors of #EC6059
Black with #EC6059
Text Example
Text Example
White with #EC6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6059; }
p { color: rgb(236,96,89); }
H1.HeaderClassName
{
color: #EC6059;
}
.AnyTagClassName
{
color: #EC6059;
}
</style>
background-color css
<style>
a { background-color: #EC6059; }
a { background-color: rgb(236,96,89); }
div.DivClassName
{
background-color: #EC6059;
}
.BgClassName
{
background-color: #EC6059;
}
</style>
border-color css
<style>
span { border-color: #EC6059; }
span { border-color: rgb(236,96,89); }
td.TdClassName
{
border-color: #EC6059;
}
.TagClassName
{
border-color: #EC6059;
}
</style>