Shades of Flamingo #EC6047
Tints of Flamingo #EC6047
RGB
CMYK
RGB Variations
Color information
#EC6047 (or 0xEC6047) is known color: Flamingo. HEX triplet: EC, 60 and 47. RGB value is (236,96,71). Sum of RGB (Red+Green+Blue) = 236+96+71=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6047 is #139FB8. Grayscale: #878787. Windows color (decimal): -1286073 or 4677868. OLE color: 4677868.
HSL color Cylindrical-coordinate representation of color #EC6047: hue angle of 9.09º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC6047 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 71 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.07 |
| HSL | 9.09º | 0.81% | 0.6% | - |
| HSV(B) | 9.09º | 0.7% | 0.93% | - |
| XYZ | 39.91 | 26.65 | 9 | - |
| YUV | 135.01 | 91.88 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 71 | 0 | 0.59 | 0.70 | 0.07 | 9.09 | 0.81 | 0.6 |
| Hex | EC | 60 | 47 | 0 | 3B | 46 | 7 | 9 | 51 | 3C |
| Octal | 354 | 140 | 107 | 0 | 73 | 106 | 7 | 11 | 121 | 74 |
| Binary | 11101100 | 1100000 | 1000111 | 0 | 111011 | 1000110 | 111 | 1001 | 1010001 | 111100 |
Color Harmonies of #EC6047
Complementary color
Monochromatic Colors of #EC6047
Black with #EC6047
Text Example
Text Example
White with #EC6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6047; }
p { color: rgb(236,96,71); }
H1.HeaderClassName
{
color: #EC6047;
}
.AnyTagClassName
{
color: #EC6047;
}
</style>
background-color css
<style>
a { background-color: #EC6047; }
a { background-color: rgb(236,96,71); }
div.DivClassName
{
background-color: #EC6047;
}
.BgClassName
{
background-color: #EC6047;
}
</style>
border-color css
<style>
span { border-color: #EC6047; }
span { border-color: rgb(236,96,71); }
td.TdClassName
{
border-color: #EC6047;
}
.TagClassName
{
border-color: #EC6047;
}
</style>