Shades of Flamingo #EC6054
Tints of Flamingo #EC6054
RGB
CMYK
RGB Variations
Color information
#EC6054 (or 0xEC6054) is known color: Flamingo. HEX triplet: EC, 60 and 54. RGB value is (236,96,84). Sum of RGB (Red+Green+Blue) = 236+96+84=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6054 is #139FAB. Grayscale: #888888. Windows color (decimal): -1286060 or 5529836. OLE color: 5529836.
HSL color Cylindrical-coordinate representation of color #EC6054: hue angle of 4.74º 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 #EC6054 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 84 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.07 |
| HSL | 4.74º | 0.8% | 0.63% | - |
| HSV(B) | 4.74º | 0.64% | 0.93% | - |
| XYZ | 40.38 | 26.84 | 11.44 | - |
| YUV | 136.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 84 | 0 | 0.59 | 0.64 | 0.07 | 4.74 | 0.8 | 0.63 |
| Hex | EC | 60 | 54 | 0 | 3B | 40 | 7 | 5 | 50 | 3F |
| Octal | 354 | 140 | 124 | 0 | 73 | 100 | 7 | 5 | 120 | 77 |
| Binary | 11101100 | 1100000 | 1010100 | 0 | 111011 | 1000000 | 111 | 101 | 1010000 | 111111 |
Color Harmonies of #EC6054
Complementary color
Monochromatic Colors of #EC6054
Black with #EC6054
Text Example
Text Example
White with #EC6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6054; }
p { color: rgb(236,96,84); }
H1.HeaderClassName
{
color: #EC6054;
}
.AnyTagClassName
{
color: #EC6054;
}
</style>
background-color css
<style>
a { background-color: #EC6054; }
a { background-color: rgb(236,96,84); }
div.DivClassName
{
background-color: #EC6054;
}
.BgClassName
{
background-color: #EC6054;
}
</style>
border-color css
<style>
span { border-color: #EC6054; }
span { border-color: rgb(236,96,84); }
td.TdClassName
{
border-color: #EC6054;
}
.TagClassName
{
border-color: #EC6054;
}
</style>