Shades of Flamingo #ED594D
Tints of Flamingo #ED594D
RGB
CMYK
RGB Variations
Color information
#ED594D (or 0xED594D) is known color: Flamingo. HEX triplet: ED, 59 and 4D. RGB value is (237,89,77). Sum of RGB (Red+Green+Blue) = 237+89+77=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED594D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED594D is #12A6B2. Grayscale: #848484. Windows color (decimal): -1222323 or 5069293. OLE color: 5069293.
HSL color Cylindrical-coordinate representation of color #ED594D: hue angle of 4.5º 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 #ED594D is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 77 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.07 |
| HSL | 4.5º | 0.82% | 0.62% | - |
| HSV(B) | 4.5º | 0.68% | 0.93% | - |
| XYZ | 39.84 | 25.69 | 9.88 | - |
| YUV | 131.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 77 | 0 | 0.62 | 0.68 | 0.07 | 4.5 | 0.82 | 0.62 |
| Hex | ED | 59 | 4D | 0 | 3E | 44 | 7 | 4 | 52 | 3E |
| Octal | 355 | 131 | 115 | 0 | 76 | 104 | 7 | 4 | 122 | 76 |
| Binary | 11101101 | 1011001 | 1001101 | 0 | 111110 | 1000100 | 111 | 100 | 1010010 | 111110 |
Color Harmonies of #ED594D
Complementary color
Monochromatic Colors of #ED594D
Black with #ED594D
Text Example
Text Example
White with #ED594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED594D; }
p { color: rgb(237,89,77); }
H1.HeaderClassName
{
color: #ED594D;
}
.AnyTagClassName
{
color: #ED594D;
}
</style>
background-color css
<style>
a { background-color: #ED594D; }
a { background-color: rgb(237,89,77); }
div.DivClassName
{
background-color: #ED594D;
}
.BgClassName
{
background-color: #ED594D;
}
</style>
border-color css
<style>
span { border-color: #ED594D; }
span { border-color: rgb(237,89,77); }
td.TdClassName
{
border-color: #ED594D;
}
.TagClassName
{
border-color: #ED594D;
}
</style>