Shades of Flamingo #ED574C
Tints of Flamingo #ED574C
RGB
CMYK
RGB Variations
Color information
#ED574C (or 0xED574C) is known color: Flamingo. HEX triplet: ED, 57 and 4C. RGB value is (237,87,76). Sum of RGB (Red+Green+Blue) = 237+87+76=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED574C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED574C is #12A8B3. Grayscale: #828282. Windows color (decimal): -1222836 or 5003245. OLE color: 5003245.
HSL color Cylindrical-coordinate representation of color #ED574C: hue angle of 4.1º degrees, saturation: 0.82, 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 #ED574C is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 76 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.07 |
| HSL | 4.1º | 0.82% | 0.61% | - |
| HSV(B) | 4.1º | 0.68% | 0.93% | - |
| XYZ | 39.64 | 25.34 | 9.64 | - |
| YUV | 130.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 76 | 0 | 0.63 | 0.68 | 0.07 | 4.1 | 0.82 | 0.61 |
| Hex | ED | 57 | 4C | 0 | 3F | 44 | 7 | 4 | 52 | 3D |
| Octal | 355 | 127 | 114 | 0 | 77 | 104 | 7 | 4 | 122 | 75 |
| Binary | 11101101 | 1010111 | 1001100 | 0 | 111111 | 1000100 | 111 | 100 | 1010010 | 111101 |
Color Harmonies of #ED574C
Complementary color
Monochromatic Colors of #ED574C
Black with #ED574C
Text Example
Text Example
White with #ED574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED574C; }
p { color: rgb(237,87,76); }
H1.HeaderClassName
{
color: #ED574C;
}
.AnyTagClassName
{
color: #ED574C;
}
</style>
background-color css
<style>
a { background-color: #ED574C; }
a { background-color: rgb(237,87,76); }
div.DivClassName
{
background-color: #ED574C;
}
.BgClassName
{
background-color: #ED574C;
}
</style>
border-color css
<style>
span { border-color: #ED574C; }
span { border-color: rgb(237,87,76); }
td.TdClassName
{
border-color: #ED574C;
}
.TagClassName
{
border-color: #ED574C;
}
</style>