Shades of Flamingo #EC6048
Tints of Flamingo #EC6048
RGB
CMYK
RGB Variations
Color information
#EC6048 (or 0xEC6048) is known color: Flamingo. HEX triplet: EC, 60 and 48. RGB value is (236,96,72). Sum of RGB (Red+Green+Blue) = 236+96+72=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6048 is #139FB7. Grayscale: #878787. Windows color (decimal): -1286072 or 4743404. OLE color: 4743404.
HSL color Cylindrical-coordinate representation of color #EC6048: hue angle of 8.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC6048 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 72 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.07 |
| HSL | 8.78º | 0.81% | 0.6% | - |
| HSV(B) | 8.78º | 0.69% | 0.93% | - |
| XYZ | 39.94 | 26.67 | 9.17 | - |
| YUV | 135.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 72 | 0 | 0.59 | 0.69 | 0.07 | 8.78 | 0.81 | 0.6 |
| Hex | EC | 60 | 48 | 0 | 3B | 45 | 7 | 9 | 51 | 3C |
| Octal | 354 | 140 | 110 | 0 | 73 | 105 | 7 | 11 | 121 | 74 |
| Binary | 11101100 | 1100000 | 1001000 | 0 | 111011 | 1000101 | 111 | 1001 | 1010001 | 111100 |
Color Harmonies of #EC6048
Complementary color
Monochromatic Colors of #EC6048
Black with #EC6048
Text Example
Text Example
White with #EC6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6048; }
p { color: rgb(236,96,72); }
H1.HeaderClassName
{
color: #EC6048;
}
.AnyTagClassName
{
color: #EC6048;
}
</style>
background-color css
<style>
a { background-color: #EC6048; }
a { background-color: rgb(236,96,72); }
div.DivClassName
{
background-color: #EC6048;
}
.BgClassName
{
background-color: #EC6048;
}
</style>
border-color css
<style>
span { border-color: #EC6048; }
span { border-color: rgb(236,96,72); }
td.TdClassName
{
border-color: #EC6048;
}
.TagClassName
{
border-color: #EC6048;
}
</style>