Shades of Flamingo #ED5954
Tints of Flamingo #ED5954
RGB
CMYK
RGB Variations
Color information
#ED5954 (or 0xED5954) is known color: Flamingo. HEX triplet: ED, 59 and 54. RGB value is (237,89,84). Sum of RGB (Red+Green+Blue) = 237+89+84=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5954 is #12A6AB. Grayscale: #848484. Windows color (decimal): -1222316 or 5528045. OLE color: 5528045.
HSL color Cylindrical-coordinate representation of color #ED5954: hue angle of 1.96º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5954 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 84 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.07 |
| HSL | 1.96º | 0.81% | 0.63% | - |
| HSV(B) | 1.96º | 0.65% | 0.93% | - |
| XYZ | 40.1 | 25.79 | 11.25 | - |
| YUV | 132.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 84 | 0 | 0.62 | 0.65 | 0.07 | 1.96 | 0.81 | 0.63 |
| Hex | ED | 59 | 54 | 0 | 3E | 41 | 7 | 2 | 51 | 3F |
| Octal | 355 | 131 | 124 | 0 | 76 | 101 | 7 | 2 | 121 | 77 |
| Binary | 11101101 | 1011001 | 1010100 | 0 | 111110 | 1000001 | 111 | 10 | 1010001 | 111111 |
Color Harmonies of #ED5954
Complementary color
Monochromatic Colors of #ED5954
Black with #ED5954
Text Example
Text Example
White with #ED5954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5954; }
p { color: rgb(237,89,84); }
H1.HeaderClassName
{
color: #ED5954;
}
.AnyTagClassName
{
color: #ED5954;
}
</style>
background-color css
<style>
a { background-color: #ED5954; }
a { background-color: rgb(237,89,84); }
div.DivClassName
{
background-color: #ED5954;
}
.BgClassName
{
background-color: #ED5954;
}
</style>
border-color css
<style>
span { border-color: #ED5954; }
span { border-color: rgb(237,89,84); }
td.TdClassName
{
border-color: #ED5954;
}
.TagClassName
{
border-color: #ED5954;
}
</style>