Shades of Flamingo #ED5E48
Tints of Flamingo #ED5E48
RGB
CMYK
RGB Variations
Color information
#ED5E48 (or 0xED5E48) is known color: Flamingo. HEX triplet: ED, 5E and 48. RGB value is (237,94,72). Sum of RGB (Red+Green+Blue) = 237+94+72=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5E48 is #12A1B7. Grayscale: #868686. Windows color (decimal): -1221048 or 4742893. OLE color: 4742893.
HSL color Cylindrical-coordinate representation of color #ED5E48: hue angle of 8º 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 #ED5E48 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 94 | 72 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.07 |
| HSL | 8º | 0.82% | 0.61% | - |
| HSV(B) | 8º | 0.7% | 0.93% | - |
| XYZ | 40.1 | 26.48 | 9.13 | - |
| YUV | 134.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 94 | 72 | 0 | 0.60 | 0.70 | 0.07 | 8 | 0.82 | 0.61 |
| Hex | ED | 5E | 48 | 0 | 3C | 46 | 7 | 8 | 52 | 3D |
| Octal | 355 | 136 | 110 | 0 | 74 | 106 | 7 | 10 | 122 | 75 |
| Binary | 11101101 | 1011110 | 1001000 | 0 | 111100 | 1000110 | 111 | 1000 | 1010010 | 111101 |
Color Harmonies of #ED5E48
Complementary color
Monochromatic Colors of #ED5E48
Black with #ED5E48
Text Example
Text Example
White with #ED5E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5E48; }
p { color: rgb(237,94,72); }
H1.HeaderClassName
{
color: #ED5E48;
}
.AnyTagClassName
{
color: #ED5E48;
}
</style>
background-color css
<style>
a { background-color: #ED5E48; }
a { background-color: rgb(237,94,72); }
div.DivClassName
{
background-color: #ED5E48;
}
.BgClassName
{
background-color: #ED5E48;
}
</style>
border-color css
<style>
span { border-color: #ED5E48; }
span { border-color: rgb(237,94,72); }
td.TdClassName
{
border-color: #ED5E48;
}
.TagClassName
{
border-color: #ED5E48;
}
</style>