Shades of Flamingo #ED5D47
Tints of Flamingo #ED5D47
RGB
CMYK
RGB Variations
Color information
#ED5D47 (or 0xED5D47) is known color: Flamingo. HEX triplet: ED, 5D and 47. RGB value is (237,93,71). Sum of RGB (Red+Green+Blue) = 237+93+71=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5D47 is #12A2B8. Grayscale: #858585. Windows color (decimal): -1221305 or 4677101. OLE color: 4677101.
HSL color Cylindrical-coordinate representation of color #ED5D47: hue angle of 7.95º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED5D47 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 71 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.07 |
| HSL | 7.95º | 0.82% | 0.6% | - |
| HSV(B) | 7.95º | 0.7% | 0.93% | - |
| XYZ | 39.98 | 26.29 | 8.93 | - |
| YUV | 133.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 71 | 0 | 0.61 | 0.70 | 0.07 | 7.95 | 0.82 | 0.6 |
| Hex | ED | 5D | 47 | 0 | 3D | 46 | 7 | 8 | 52 | 3C |
| Octal | 355 | 135 | 107 | 0 | 75 | 106 | 7 | 10 | 122 | 74 |
| Binary | 11101101 | 1011101 | 1000111 | 0 | 111101 | 1000110 | 111 | 1000 | 1010010 | 111100 |
Color Harmonies of #ED5D47
Complementary color
Monochromatic Colors of #ED5D47
Black with #ED5D47
Text Example
Text Example
White with #ED5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D47; }
p { color: rgb(237,93,71); }
H1.HeaderClassName
{
color: #ED5D47;
}
.AnyTagClassName
{
color: #ED5D47;
}
</style>
background-color css
<style>
a { background-color: #ED5D47; }
a { background-color: rgb(237,93,71); }
div.DivClassName
{
background-color: #ED5D47;
}
.BgClassName
{
background-color: #ED5D47;
}
</style>
border-color css
<style>
span { border-color: #ED5D47; }
span { border-color: rgb(237,93,71); }
td.TdClassName
{
border-color: #ED5D47;
}
.TagClassName
{
border-color: #ED5D47;
}
</style>