Shades of Flamingo #ED6749
Tints of Flamingo #ED6749
RGB
CMYK
RGB Variations
Color information
#ED6749 (or 0xED6749) is known color: Flamingo. HEX triplet: ED, 67 and 49. RGB value is (237,103,73). Sum of RGB (Red+Green+Blue) = 237+103+73=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6749 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6749 is #1298B6. Grayscale: #8B8B8B. Windows color (decimal): -1218743 or 4810733. OLE color: 4810733.
HSL color Cylindrical-coordinate representation of color #ED6749: hue angle of 10.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED6749 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 73 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.07 |
| HSL | 10.98º | 0.82% | 0.61% | - |
| HSV(B) | 10.98º | 0.69% | 0.93% | - |
| XYZ | 40.98 | 28.19 | 9.58 | - |
| YUV | 139.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 73 | 0 | 0.57 | 0.69 | 0.07 | 10.98 | 0.82 | 0.61 |
| Hex | ED | 67 | 49 | 0 | 39 | 45 | 7 | B | 52 | 3D |
| Octal | 355 | 147 | 111 | 0 | 71 | 105 | 7 | 13 | 122 | 75 |
| Binary | 11101101 | 1100111 | 1001001 | 0 | 111001 | 1000101 | 111 | 1011 | 1010010 | 111101 |
Color Harmonies of #ED6749
Complementary color
Monochromatic Colors of #ED6749
Black with #ED6749
Text Example
Text Example
White with #ED6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6749; }
p { color: rgb(237,103,73); }
H1.HeaderClassName
{
color: #ED6749;
}
.AnyTagClassName
{
color: #ED6749;
}
</style>
background-color css
<style>
a { background-color: #ED6749; }
a { background-color: rgb(237,103,73); }
div.DivClassName
{
background-color: #ED6749;
}
.BgClassName
{
background-color: #ED6749;
}
</style>
border-color css
<style>
span { border-color: #ED6749; }
span { border-color: rgb(237,103,73); }
td.TdClassName
{
border-color: #ED6749;
}
.TagClassName
{
border-color: #ED6749;
}
</style>