Shades of Flamingo #ED5549
Tints of Flamingo #ED5549
RGB
CMYK
RGB Variations
Color information
#ED5549 (or 0xED5549) is known color: Flamingo. HEX triplet: ED, 55 and 49. RGB value is (237,85,73). Sum of RGB (Red+Green+Blue) = 237+85+73=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5549 is #12AAB6. Grayscale: #818181. Windows color (decimal): -1223351 or 4806125. OLE color: 4806125.
HSL color Cylindrical-coordinate representation of color #ED5549: hue angle of 4.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED5549 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 73 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.07 |
| HSL | 4.39º | 0.82% | 0.61% | - |
| HSV(B) | 4.39º | 0.69% | 0.93% | - |
| XYZ | 39.38 | 24.98 | 9.05 | - |
| YUV | 129.08 | 96.36 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 73 | 0 | 0.64 | 0.69 | 0.07 | 4.39 | 0.82 | 0.61 |
| Hex | ED | 55 | 49 | 0 | 40 | 45 | 7 | 4 | 52 | 3D |
| Octal | 355 | 125 | 111 | 0 | 100 | 105 | 7 | 4 | 122 | 75 |
| Binary | 11101101 | 1010101 | 1001001 | 0 | 1000000 | 1000101 | 111 | 100 | 1010010 | 111101 |
Color Harmonies of #ED5549
Complementary color
Monochromatic Colors of #ED5549
Black with #ED5549
Text Example
Text Example
White with #ED5549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5549; }
p { color: rgb(237,85,73); }
H1.HeaderClassName
{
color: #ED5549;
}
.AnyTagClassName
{
color: #ED5549;
}
</style>
background-color css
<style>
a { background-color: #ED5549; }
a { background-color: rgb(237,85,73); }
div.DivClassName
{
background-color: #ED5549;
}
.BgClassName
{
background-color: #ED5549;
}
</style>
border-color css
<style>
span { border-color: #ED5549; }
span { border-color: rgb(237,85,73); }
td.TdClassName
{
border-color: #ED5549;
}
.TagClassName
{
border-color: #ED5549;
}
</style>