Shades of Flamingo #ED6548
Tints of Flamingo #ED6548
RGB
CMYK
RGB Variations
Color information
#ED6548 (or 0xED6548) is known color: Flamingo. HEX triplet: ED, 65 and 48. RGB value is (237,101,72). Sum of RGB (Red+Green+Blue) = 237+101+72=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6548 is #129AB7. Grayscale: #8A8A8A. Windows color (decimal): -1219256 or 4744685. OLE color: 4744685.
HSL color Cylindrical-coordinate representation of color #ED6548: hue angle of 10.55º 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 #ED6548 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 72 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.07 |
| HSL | 10.55º | 0.82% | 0.61% | - |
| HSV(B) | 10.55º | 0.7% | 0.93% | - |
| XYZ | 40.75 | 27.78 | 9.35 | - |
| YUV | 138.36 | 90.56 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 72 | 0 | 0.57 | 0.70 | 0.07 | 10.55 | 0.82 | 0.61 |
| Hex | ED | 65 | 48 | 0 | 39 | 46 | 7 | B | 52 | 3D |
| Octal | 355 | 145 | 110 | 0 | 71 | 106 | 7 | 13 | 122 | 75 |
| Binary | 11101101 | 1100101 | 1001000 | 0 | 111001 | 1000110 | 111 | 1011 | 1010010 | 111101 |
Color Harmonies of #ED6548
Complementary color
Monochromatic Colors of #ED6548
Black with #ED6548
Text Example
Text Example
White with #ED6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6548; }
p { color: rgb(237,101,72); }
H1.HeaderClassName
{
color: #ED6548;
}
.AnyTagClassName
{
color: #ED6548;
}
</style>
background-color css
<style>
a { background-color: #ED6548; }
a { background-color: rgb(237,101,72); }
div.DivClassName
{
background-color: #ED6548;
}
.BgClassName
{
background-color: #ED6548;
}
</style>
border-color css
<style>
span { border-color: #ED6548; }
span { border-color: rgb(237,101,72); }
td.TdClassName
{
border-color: #ED6548;
}
.TagClassName
{
border-color: #ED6548;
}
</style>