Shades of Flamingo #ED574D
Tints of Flamingo #ED574D
RGB
CMYK
RGB Variations
Color information
#ED574D (or 0xED574D) is known color: Flamingo. HEX triplet: ED, 57 and 4D. RGB value is (237,87,77). Sum of RGB (Red+Green+Blue) = 237+87+77=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED574D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED574D is #12A8B2. Grayscale: #828282. Windows color (decimal): -1222835 or 5068781. OLE color: 5068781.
HSL color Cylindrical-coordinate representation of color #ED574D: hue angle of 3.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED574D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 77 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.07 |
| HSL | 3.75º | 0.82% | 0.62% | - |
| HSV(B) | 3.75º | 0.68% | 0.93% | - |
| XYZ | 39.67 | 25.36 | 9.82 | - |
| YUV | 130.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 77 | 0 | 0.63 | 0.68 | 0.07 | 3.75 | 0.82 | 0.62 |
| Hex | ED | 57 | 4D | 0 | 3F | 44 | 7 | 4 | 52 | 3E |
| Octal | 355 | 127 | 115 | 0 | 77 | 104 | 7 | 4 | 122 | 76 |
| Binary | 11101101 | 1010111 | 1001101 | 0 | 111111 | 1000100 | 111 | 100 | 1010010 | 111110 |
Color Harmonies of #ED574D
Complementary color
Monochromatic Colors of #ED574D
Black with #ED574D
Text Example
Text Example
White with #ED574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED574D; }
p { color: rgb(237,87,77); }
H1.HeaderClassName
{
color: #ED574D;
}
.AnyTagClassName
{
color: #ED574D;
}
</style>
background-color css
<style>
a { background-color: #ED574D; }
a { background-color: rgb(237,87,77); }
div.DivClassName
{
background-color: #ED574D;
}
.BgClassName
{
background-color: #ED574D;
}
</style>
border-color css
<style>
span { border-color: #ED574D; }
span { border-color: rgb(237,87,77); }
td.TdClassName
{
border-color: #ED574D;
}
.TagClassName
{
border-color: #ED574D;
}
</style>