Shades of Flamingo #EC624C
Tints of Flamingo #EC624C
RGB
CMYK
RGB Variations
Color information
#EC624C (or 0xEC624C) is known color: Flamingo. HEX triplet: EC, 62 and 4C. RGB value is (236,98,76). Sum of RGB (Red+Green+Blue) = 236+98+76=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC624C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC624C is #139DB3. Grayscale: #888888. Windows color (decimal): -1285556 or 5006060. OLE color: 5006060.
HSL color Cylindrical-coordinate representation of color #EC624C: hue angle of 8.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC624C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 76 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.07 |
| HSL | 8.25º | 0.81% | 0.61% | - |
| HSV(B) | 8.25º | 0.68% | 0.93% | - |
| XYZ | 40.26 | 27.09 | 9.94 | - |
| YUV | 136.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 76 | 0 | 0.58 | 0.68 | 0.07 | 8.25 | 0.81 | 0.61 |
| Hex | EC | 62 | 4C | 0 | 3A | 44 | 7 | 8 | 51 | 3D |
| Octal | 354 | 142 | 114 | 0 | 72 | 104 | 7 | 10 | 121 | 75 |
| Binary | 11101100 | 1100010 | 1001100 | 0 | 111010 | 1000100 | 111 | 1000 | 1010001 | 111101 |
Color Harmonies of #EC624C
Complementary color
Monochromatic Colors of #EC624C
Black with #EC624C
Text Example
Text Example
White with #EC624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC624C; }
p { color: rgb(236,98,76); }
H1.HeaderClassName
{
color: #EC624C;
}
.AnyTagClassName
{
color: #EC624C;
}
</style>
background-color css
<style>
a { background-color: #EC624C; }
a { background-color: rgb(236,98,76); }
div.DivClassName
{
background-color: #EC624C;
}
.BgClassName
{
background-color: #EC624C;
}
</style>
border-color css
<style>
span { border-color: #EC624C; }
span { border-color: rgb(236,98,76); }
td.TdClassName
{
border-color: #EC624C;
}
.TagClassName
{
border-color: #EC624C;
}
</style>