Shades of Flamingo #EC574D
Tints of Flamingo #EC574D
RGB
CMYK
RGB Variations
Color information
#EC574D (or 0xEC574D) is known color: Flamingo. HEX triplet: EC, 57 and 4D. RGB value is (236,87,77). Sum of RGB (Red+Green+Blue) = 236+87+77=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC574D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC574D is #13A8B2. Grayscale: #828282. Windows color (decimal): -1288371 or 5068780. OLE color: 5068780.
HSL color Cylindrical-coordinate representation of color #EC574D: hue angle of 3.77º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC574D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 77 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.07 |
| HSL | 3.77º | 0.81% | 0.61% | - |
| HSV(B) | 3.77º | 0.67% | 0.93% | - |
| XYZ | 39.34 | 25.19 | 9.81 | - |
| YUV | 130.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 77 | 0 | 0.63 | 0.67 | 0.07 | 3.77 | 0.81 | 0.61 |
| Hex | EC | 57 | 4D | 0 | 3F | 43 | 7 | 4 | 51 | 3D |
| Octal | 354 | 127 | 115 | 0 | 77 | 103 | 7 | 4 | 121 | 75 |
| Binary | 11101100 | 1010111 | 1001101 | 0 | 111111 | 1000011 | 111 | 100 | 1010001 | 111101 |
Color Harmonies of #EC574D
Complementary color
Monochromatic Colors of #EC574D
Black with #EC574D
Text Example
Text Example
White with #EC574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC574D; }
p { color: rgb(236,87,77); }
H1.HeaderClassName
{
color: #EC574D;
}
.AnyTagClassName
{
color: #EC574D;
}
</style>
background-color css
<style>
a { background-color: #EC574D; }
a { background-color: rgb(236,87,77); }
div.DivClassName
{
background-color: #EC574D;
}
.BgClassName
{
background-color: #EC574D;
}
</style>
border-color css
<style>
span { border-color: #EC574D; }
span { border-color: rgb(236,87,77); }
td.TdClassName
{
border-color: #EC574D;
}
.TagClassName
{
border-color: #EC574D;
}
</style>