Shades of Flamingo #EC6053
Tints of Flamingo #EC6053
RGB
CMYK
RGB Variations
Color information
#EC6053 (or 0xEC6053) is known color: Flamingo. HEX triplet: EC, 60 and 53. RGB value is (236,96,83). Sum of RGB (Red+Green+Blue) = 236+96+83=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6053 is #139FAC. Grayscale: #888888. Windows color (decimal): -1286061 or 5464300. OLE color: 5464300.
HSL color Cylindrical-coordinate representation of color #EC6053: hue angle of 5.1º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC6053 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 83 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.07 |
| HSL | 5.1º | 0.8% | 0.63% | - |
| HSV(B) | 5.1º | 0.65% | 0.93% | - |
| XYZ | 40.34 | 26.82 | 11.24 | - |
| YUV | 136.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 83 | 0 | 0.59 | 0.65 | 0.07 | 5.1 | 0.8 | 0.63 |
| Hex | EC | 60 | 53 | 0 | 3B | 41 | 7 | 5 | 50 | 3F |
| Octal | 354 | 140 | 123 | 0 | 73 | 101 | 7 | 5 | 120 | 77 |
| Binary | 11101100 | 1100000 | 1010011 | 0 | 111011 | 1000001 | 111 | 101 | 1010000 | 111111 |
Color Harmonies of #EC6053
Complementary color
Monochromatic Colors of #EC6053
Black with #EC6053
Text Example
Text Example
White with #EC6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6053; }
p { color: rgb(236,96,83); }
H1.HeaderClassName
{
color: #EC6053;
}
.AnyTagClassName
{
color: #EC6053;
}
</style>
background-color css
<style>
a { background-color: #EC6053; }
a { background-color: rgb(236,96,83); }
div.DivClassName
{
background-color: #EC6053;
}
.BgClassName
{
background-color: #EC6053;
}
</style>
border-color css
<style>
span { border-color: #EC6053; }
span { border-color: rgb(236,96,83); }
td.TdClassName
{
border-color: #EC6053;
}
.TagClassName
{
border-color: #EC6053;
}
</style>