Shades of Flamingo #EC6548
Tints of Flamingo #EC6548
RGB
CMYK
RGB Variations
Color information
#EC6548 (or 0xEC6548) is known color: Flamingo. HEX triplet: EC, 65 and 48. RGB value is (236,101,72). Sum of RGB (Red+Green+Blue) = 236+101+72=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6548 is #139AB7. Grayscale: #8A8A8A. Windows color (decimal): -1284792 or 4744684. OLE color: 4744684.
HSL color Cylindrical-coordinate representation of color #EC6548: hue angle of 10.61º 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 #EC6548 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 72 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.07 |
| HSL | 10.61º | 0.81% | 0.6% | - |
| HSV(B) | 10.61º | 0.69% | 0.93% | - |
| XYZ | 40.42 | 27.61 | 9.33 | - |
| YUV | 138.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 72 | 0 | 0.57 | 0.69 | 0.07 | 10.61 | 0.81 | 0.6 |
| Hex | EC | 65 | 48 | 0 | 39 | 45 | 7 | B | 51 | 3C |
| Octal | 354 | 145 | 110 | 0 | 71 | 105 | 7 | 13 | 121 | 74 |
| Binary | 11101100 | 1100101 | 1001000 | 0 | 111001 | 1000101 | 111 | 1011 | 1010001 | 111100 |
Color Harmonies of #EC6548
Complementary color
Monochromatic Colors of #EC6548
Black with #EC6548
Text Example
Text Example
White with #EC6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6548; }
p { color: rgb(236,101,72); }
H1.HeaderClassName
{
color: #EC6548;
}
.AnyTagClassName
{
color: #EC6548;
}
</style>
background-color css
<style>
a { background-color: #EC6548; }
a { background-color: rgb(236,101,72); }
div.DivClassName
{
background-color: #EC6548;
}
.BgClassName
{
background-color: #EC6548;
}
</style>
border-color css
<style>
span { border-color: #EC6548; }
span { border-color: rgb(236,101,72); }
td.TdClassName
{
border-color: #EC6548;
}
.TagClassName
{
border-color: #EC6548;
}
</style>