Shades of Flamingo #ED564C
Tints of Flamingo #ED564C
RGB
CMYK
RGB Variations
Color information
#ED564C (or 0xED564C) is known color: Flamingo. HEX triplet: ED, 56 and 4C. RGB value is (237,86,76). Sum of RGB (Red+Green+Blue) = 237+86+76=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED564C is #12A9B3. Grayscale: #828282. Windows color (decimal): -1223092 or 5002989. OLE color: 5002989.
HSL color Cylindrical-coordinate representation of color #ED564C: hue angle of 3.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED564C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 76 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.07 |
| HSL | 3.73º | 0.82% | 0.61% | - |
| HSV(B) | 3.73º | 0.68% | 0.93% | - |
| XYZ | 39.56 | 25.18 | 9.61 | - |
| YUV | 130.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 76 | 0 | 0.64 | 0.68 | 0.07 | 3.73 | 0.82 | 0.61 |
| Hex | ED | 56 | 4C | 0 | 40 | 44 | 7 | 4 | 52 | 3D |
| Octal | 355 | 126 | 114 | 0 | 100 | 104 | 7 | 4 | 122 | 75 |
| Binary | 11101101 | 1010110 | 1001100 | 0 | 1000000 | 1000100 | 111 | 100 | 1010010 | 111101 |
Color Harmonies of #ED564C
Complementary color
Monochromatic Colors of #ED564C
Black with #ED564C
Text Example
Text Example
White with #ED564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED564C; }
p { color: rgb(237,86,76); }
H1.HeaderClassName
{
color: #ED564C;
}
.AnyTagClassName
{
color: #ED564C;
}
</style>
background-color css
<style>
a { background-color: #ED564C; }
a { background-color: rgb(237,86,76); }
div.DivClassName
{
background-color: #ED564C;
}
.BgClassName
{
background-color: #ED564C;
}
</style>
border-color css
<style>
span { border-color: #ED564C; }
span { border-color: rgb(237,86,76); }
td.TdClassName
{
border-color: #ED564C;
}
.TagClassName
{
border-color: #ED564C;
}
</style>