Shades of Flamingo #EC6156
Tints of Flamingo #EC6156
RGB
CMYK
RGB Variations
Color information
#EC6156 (or 0xEC6156) is known color: Flamingo. HEX triplet: EC, 61 and 56. RGB value is (236,97,86). Sum of RGB (Red+Green+Blue) = 236+97+86=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6156 is #139EA9. Grayscale: #898989. Windows color (decimal): -1285802 or 5661164. OLE color: 5661164.
HSL color Cylindrical-coordinate representation of color #EC6156: hue angle of 4.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC6156 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 86 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.07 |
| HSL | 4.4º | 0.8% | 0.63% | - |
| HSV(B) | 4.4º | 0.64% | 0.93% | - |
| XYZ | 40.55 | 27.05 | 11.89 | - |
| YUV | 137.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 86 | 0 | 0.59 | 0.64 | 0.07 | 4.4 | 0.8 | 0.63 |
| Hex | EC | 61 | 56 | 0 | 3B | 40 | 7 | 4 | 50 | 3F |
| Octal | 354 | 141 | 126 | 0 | 73 | 100 | 7 | 4 | 120 | 77 |
| Binary | 11101100 | 1100001 | 1010110 | 0 | 111011 | 1000000 | 111 | 100 | 1010000 | 111111 |
Color Harmonies of #EC6156
Complementary color
Monochromatic Colors of #EC6156
Black with #EC6156
Text Example
Text Example
White with #EC6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6156; }
p { color: rgb(236,97,86); }
H1.HeaderClassName
{
color: #EC6156;
}
.AnyTagClassName
{
color: #EC6156;
}
</style>
background-color css
<style>
a { background-color: #EC6156; }
a { background-color: rgb(236,97,86); }
div.DivClassName
{
background-color: #EC6156;
}
.BgClassName
{
background-color: #EC6156;
}
</style>
border-color css
<style>
span { border-color: #EC6156; }
span { border-color: rgb(236,97,86); }
td.TdClassName
{
border-color: #EC6156;
}
.TagClassName
{
border-color: #EC6156;
}
</style>