Shades of Flamingo #ED6047
Tints of Flamingo #ED6047
RGB
CMYK
RGB Variations
Color information
#ED6047 (or 0xED6047) is known color: Flamingo. HEX triplet: ED, 60 and 47. RGB value is (237,96,71). Sum of RGB (Red+Green+Blue) = 237+96+71=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6047 is #129FB8. Grayscale: #878787. Windows color (decimal): -1220537 or 4677869. OLE color: 4677869.
HSL color Cylindrical-coordinate representation of color #ED6047: hue angle of 9.04º 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 #ED6047 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 71 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.07 |
| HSL | 9.04º | 0.82% | 0.6% | - |
| HSV(B) | 9.04º | 0.7% | 0.93% | - |
| XYZ | 40.25 | 26.83 | 9.02 | - |
| YUV | 135.31 | 91.71 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 71 | 0 | 0.59 | 0.70 | 0.07 | 9.04 | 0.82 | 0.6 |
| Hex | ED | 60 | 47 | 0 | 3B | 46 | 7 | 9 | 52 | 3C |
| Octal | 355 | 140 | 107 | 0 | 73 | 106 | 7 | 11 | 122 | 74 |
| Binary | 11101101 | 1100000 | 1000111 | 0 | 111011 | 1000110 | 111 | 1001 | 1010010 | 111100 |
Color Harmonies of #ED6047
Complementary color
Monochromatic Colors of #ED6047
Black with #ED6047
Text Example
Text Example
White with #ED6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6047; }
p { color: rgb(237,96,71); }
H1.HeaderClassName
{
color: #ED6047;
}
.AnyTagClassName
{
color: #ED6047;
}
</style>
background-color css
<style>
a { background-color: #ED6047; }
a { background-color: rgb(237,96,71); }
div.DivClassName
{
background-color: #ED6047;
}
.BgClassName
{
background-color: #ED6047;
}
</style>
border-color css
<style>
span { border-color: #ED6047; }
span { border-color: rgb(237,96,71); }
td.TdClassName
{
border-color: #ED6047;
}
.TagClassName
{
border-color: #ED6047;
}
</style>