Shades of Flamingo #ED5648
Tints of Flamingo #ED5648
RGB
CMYK
RGB Variations
Color information
#ED5648 (or 0xED5648) is known color: Flamingo. HEX triplet: ED, 56 and 48. RGB value is (237,86,72). Sum of RGB (Red+Green+Blue) = 237+86+72=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5648 is #12A9B7. Grayscale: #818181. Windows color (decimal): -1223096 or 4740845. OLE color: 4740845.
HSL color Cylindrical-coordinate representation of color #ED5648: hue angle of 5.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED5648 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 72 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.07 |
| HSL | 5.09º | 0.82% | 0.61% | - |
| HSV(B) | 5.09º | 0.7% | 0.93% | - |
| XYZ | 39.42 | 25.13 | 8.9 | - |
| YUV | 129.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 72 | 0 | 0.64 | 0.70 | 0.07 | 5.09 | 0.82 | 0.61 |
| Hex | ED | 56 | 48 | 0 | 40 | 46 | 7 | 5 | 52 | 3D |
| Octal | 355 | 126 | 110 | 0 | 100 | 106 | 7 | 5 | 122 | 75 |
| Binary | 11101101 | 1010110 | 1001000 | 0 | 1000000 | 1000110 | 111 | 101 | 1010010 | 111101 |
Color Harmonies of #ED5648
Complementary color
Monochromatic Colors of #ED5648
Black with #ED5648
Text Example
Text Example
White with #ED5648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5648; }
p { color: rgb(237,86,72); }
H1.HeaderClassName
{
color: #ED5648;
}
.AnyTagClassName
{
color: #ED5648;
}
</style>
background-color css
<style>
a { background-color: #ED5648; }
a { background-color: rgb(237,86,72); }
div.DivClassName
{
background-color: #ED5648;
}
.BgClassName
{
background-color: #ED5648;
}
</style>
border-color css
<style>
span { border-color: #ED5648; }
span { border-color: rgb(237,86,72); }
td.TdClassName
{
border-color: #ED5648;
}
.TagClassName
{
border-color: #ED5648;
}
</style>