Shades of Flamingo #ED6547
Tints of Flamingo #ED6547
RGB
CMYK
RGB Variations
Color information
#ED6547 (or 0xED6547) is known color: Flamingo. HEX triplet: ED, 65 and 47. RGB value is (237,101,71). Sum of RGB (Red+Green+Blue) = 237+101+71=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6547 is #129AB8. Grayscale: #8A8A8A. Windows color (decimal): -1219257 or 4679149. OLE color: 4679149.
HSL color Cylindrical-coordinate representation of color #ED6547: hue angle of 10.84º 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 #ED6547 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 71 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.07 |
| HSL | 10.84º | 0.82% | 0.6% | - |
| HSV(B) | 10.84º | 0.7% | 0.93% | - |
| XYZ | 40.72 | 27.77 | 9.17 | - |
| YUV | 138.24 | 90.06 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 71 | 0 | 0.57 | 0.70 | 0.07 | 10.84 | 0.82 | 0.6 |
| Hex | ED | 65 | 47 | 0 | 39 | 46 | 7 | B | 52 | 3C |
| Octal | 355 | 145 | 107 | 0 | 71 | 106 | 7 | 13 | 122 | 74 |
| Binary | 11101101 | 1100101 | 1000111 | 0 | 111001 | 1000110 | 111 | 1011 | 1010010 | 111100 |
Color Harmonies of #ED6547
Complementary color
Monochromatic Colors of #ED6547
Black with #ED6547
Text Example
Text Example
White with #ED6547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6547; }
p { color: rgb(237,101,71); }
H1.HeaderClassName
{
color: #ED6547;
}
.AnyTagClassName
{
color: #ED6547;
}
</style>
background-color css
<style>
a { background-color: #ED6547; }
a { background-color: rgb(237,101,71); }
div.DivClassName
{
background-color: #ED6547;
}
.BgClassName
{
background-color: #ED6547;
}
</style>
border-color css
<style>
span { border-color: #ED6547; }
span { border-color: rgb(237,101,71); }
td.TdClassName
{
border-color: #ED6547;
}
.TagClassName
{
border-color: #ED6547;
}
</style>