Shades of Flamingo #ED5A54
Tints of Flamingo #ED5A54
RGB
CMYK
RGB Variations
Color information
#ED5A54 (or 0xED5A54) is known color: Flamingo. HEX triplet: ED, 5A and 54. RGB value is (237,90,84). Sum of RGB (Red+Green+Blue) = 237+90+84=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5A54 is #12A5AB. Grayscale: #858585. Windows color (decimal): -1222060 or 5528301. OLE color: 5528301.
HSL color Cylindrical-coordinate representation of color #ED5A54: hue angle of 2.35º 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 #ED5A54 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 84 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.07 |
| HSL | 2.35º | 0.81% | 0.63% | - |
| HSV(B) | 2.35º | 0.65% | 0.93% | - |
| XYZ | 40.18 | 25.96 | 11.28 | - |
| YUV | 133.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 84 | 0 | 0.62 | 0.65 | 0.07 | 2.35 | 0.81 | 0.63 |
| Hex | ED | 5A | 54 | 0 | 3E | 41 | 7 | 2 | 51 | 3F |
| Octal | 355 | 132 | 124 | 0 | 76 | 101 | 7 | 2 | 121 | 77 |
| Binary | 11101101 | 1011010 | 1010100 | 0 | 111110 | 1000001 | 111 | 10 | 1010001 | 111111 |
Color Harmonies of #ED5A54
Complementary color
Monochromatic Colors of #ED5A54
Black with #ED5A54
Text Example
Text Example
White with #ED5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A54; }
p { color: rgb(237,90,84); }
H1.HeaderClassName
{
color: #ED5A54;
}
.AnyTagClassName
{
color: #ED5A54;
}
</style>
background-color css
<style>
a { background-color: #ED5A54; }
a { background-color: rgb(237,90,84); }
div.DivClassName
{
background-color: #ED5A54;
}
.BgClassName
{
background-color: #ED5A54;
}
</style>
border-color css
<style>
span { border-color: #ED5A54; }
span { border-color: rgb(237,90,84); }
td.TdClassName
{
border-color: #ED5A54;
}
.TagClassName
{
border-color: #ED5A54;
}
</style>