Shades of Flamingo #ED5554
Tints of Flamingo #ED5554
RGB
CMYK
RGB Variations
Color information
#ED5554 (or 0xED5554) is known color: Flamingo. HEX triplet: ED, 55 and 54. RGB value is (237,85,84). Sum of RGB (Red+Green+Blue) = 237+85+84=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5554 is #12AAAB. Grayscale: #828282. Windows color (decimal): -1223340 or 5527021. OLE color: 5527021.
HSL color Cylindrical-coordinate representation of color #ED5554: hue angle of 0.39º 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 #ED5554 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 84 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.07 |
| HSL | 0.39º | 0.81% | 0.63% | - |
| HSV(B) | 0.39º | 0.65% | 0.93% | - |
| XYZ | 39.77 | 25.14 | 11.14 | - |
| YUV | 130.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 84 | 0 | 0.64 | 0.65 | 0.07 | 0.39 | 0.81 | 0.63 |
| Hex | ED | 55 | 54 | 0 | 40 | 41 | 7 | 0 | 51 | 3F |
| Octal | 355 | 125 | 124 | 0 | 100 | 101 | 7 | 0 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1010100 | 0 | 1000000 | 1000001 | 111 | 0 | 1010001 | 111111 |
Color Harmonies of #ED5554
Complementary color
Monochromatic Colors of #ED5554
Black with #ED5554
Text Example
Text Example
White with #ED5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5554; }
p { color: rgb(237,85,84); }
H1.HeaderClassName
{
color: #ED5554;
}
.AnyTagClassName
{
color: #ED5554;
}
</style>
background-color css
<style>
a { background-color: #ED5554; }
a { background-color: rgb(237,85,84); }
div.DivClassName
{
background-color: #ED5554;
}
.BgClassName
{
background-color: #ED5554;
}
</style>
border-color css
<style>
span { border-color: #ED5554; }
span { border-color: rgb(237,85,84); }
td.TdClassName
{
border-color: #ED5554;
}
.TagClassName
{
border-color: #ED5554;
}
</style>