Shades of Flamingo #EC6449
Tints of Flamingo #EC6449
RGB
CMYK
RGB Variations
Color information
#EC6449 (or 0xEC6449) is known color: Flamingo. HEX triplet: EC, 64 and 49. RGB value is (236,100,73). Sum of RGB (Red+Green+Blue) = 236+100+73=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6449 is #139BB6. Grayscale: #898989. Windows color (decimal): -1285047 or 4809964. OLE color: 4809964.
HSL color Cylindrical-coordinate representation of color #EC6449: hue angle of 9.94º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC6449 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 73 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.07 |
| HSL | 9.94º | 0.81% | 0.61% | - |
| HSV(B) | 9.94º | 0.69% | 0.93% | - |
| XYZ | 40.35 | 27.43 | 9.47 | - |
| YUV | 137.59 | 91.56 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 73 | 0 | 0.58 | 0.69 | 0.07 | 9.94 | 0.81 | 0.61 |
| Hex | EC | 64 | 49 | 0 | 3A | 45 | 7 | A | 51 | 3D |
| Octal | 354 | 144 | 111 | 0 | 72 | 105 | 7 | 12 | 121 | 75 |
| Binary | 11101100 | 1100100 | 1001001 | 0 | 111010 | 1000101 | 111 | 1010 | 1010001 | 111101 |
Color Harmonies of #EC6449
Complementary color
Monochromatic Colors of #EC6449
Black with #EC6449
Text Example
Text Example
White with #EC6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6449; }
p { color: rgb(236,100,73); }
H1.HeaderClassName
{
color: #EC6449;
}
.AnyTagClassName
{
color: #EC6449;
}
</style>
background-color css
<style>
a { background-color: #EC6449; }
a { background-color: rgb(236,100,73); }
div.DivClassName
{
background-color: #EC6449;
}
.BgClassName
{
background-color: #EC6449;
}
</style>
border-color css
<style>
span { border-color: #EC6449; }
span { border-color: rgb(236,100,73); }
td.TdClassName
{
border-color: #EC6449;
}
.TagClassName
{
border-color: #EC6449;
}
</style>