Shades of Flamingo #ED574F
Tints of Flamingo #ED574F
RGB
CMYK
RGB Variations
Color information
#ED574F (or 0xED574F) is known color: Flamingo. HEX triplet: ED, 57 and 4F. RGB value is (237,87,79). Sum of RGB (Red+Green+Blue) = 237+87+79=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED574F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED574F is #12A8B0. Grayscale: #838383. Windows color (decimal): -1222833 or 5199853. OLE color: 5199853.
HSL color Cylindrical-coordinate representation of color #ED574F: hue angle of 3.04º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED574F is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 79 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.07 |
| HSL | 3.04º | 0.81% | 0.62% | - |
| HSV(B) | 3.04º | 0.67% | 0.93% | - |
| XYZ | 39.74 | 25.39 | 10.2 | - |
| YUV | 130.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 79 | 0 | 0.63 | 0.67 | 0.07 | 3.04 | 0.81 | 0.62 |
| Hex | ED | 57 | 4F | 0 | 3F | 43 | 7 | 3 | 51 | 3E |
| Octal | 355 | 127 | 117 | 0 | 77 | 103 | 7 | 3 | 121 | 76 |
| Binary | 11101101 | 1010111 | 1001111 | 0 | 111111 | 1000011 | 111 | 11 | 1010001 | 111110 |
Color Harmonies of #ED574F
Complementary color
Monochromatic Colors of #ED574F
Black with #ED574F
Text Example
Text Example
White with #ED574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED574F; }
p { color: rgb(237,87,79); }
H1.HeaderClassName
{
color: #ED574F;
}
.AnyTagClassName
{
color: #ED574F;
}
</style>
background-color css
<style>
a { background-color: #ED574F; }
a { background-color: rgb(237,87,79); }
div.DivClassName
{
background-color: #ED574F;
}
.BgClassName
{
background-color: #ED574F;
}
</style>
border-color css
<style>
span { border-color: #ED574F; }
span { border-color: rgb(237,87,79); }
td.TdClassName
{
border-color: #ED574F;
}
.TagClassName
{
border-color: #ED574F;
}
</style>