Shades of Flamingo #ED6248
Tints of Flamingo #ED6248
RGB
CMYK
RGB Variations
Color information
#ED6248 (or 0xED6248) is known color: Flamingo. HEX triplet: ED, 62 and 48. RGB value is (237,98,72). Sum of RGB (Red+Green+Blue) = 237+98+72=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6248 is #129DB7. Grayscale: #888888. Windows color (decimal): -1220024 or 4743917. OLE color: 4743917.
HSL color Cylindrical-coordinate representation of color #ED6248: hue angle of 9.45º 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 #ED6248 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 72 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.07 |
| HSL | 9.45º | 0.82% | 0.61% | - |
| HSV(B) | 9.45º | 0.7% | 0.93% | - |
| XYZ | 40.46 | 27.21 | 9.25 | - |
| YUV | 136.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 72 | 0 | 0.59 | 0.70 | 0.07 | 9.45 | 0.82 | 0.61 |
| Hex | ED | 62 | 48 | 0 | 3B | 46 | 7 | 9 | 52 | 3D |
| Octal | 355 | 142 | 110 | 0 | 73 | 106 | 7 | 11 | 122 | 75 |
| Binary | 11101101 | 1100010 | 1001000 | 0 | 111011 | 1000110 | 111 | 1001 | 1010010 | 111101 |
Color Harmonies of #ED6248
Complementary color
Monochromatic Colors of #ED6248
Black with #ED6248
Text Example
Text Example
White with #ED6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6248; }
p { color: rgb(237,98,72); }
H1.HeaderClassName
{
color: #ED6248;
}
.AnyTagClassName
{
color: #ED6248;
}
</style>
background-color css
<style>
a { background-color: #ED6248; }
a { background-color: rgb(237,98,72); }
div.DivClassName
{
background-color: #ED6248;
}
.BgClassName
{
background-color: #ED6248;
}
</style>
border-color css
<style>
span { border-color: #ED6248; }
span { border-color: rgb(237,98,72); }
td.TdClassName
{
border-color: #ED6248;
}
.TagClassName
{
border-color: #ED6248;
}
</style>