Shades of Flamingo #ED564E
Tints of Flamingo #ED564E
RGB
CMYK
RGB Variations
Color information
#ED564E (or 0xED564E) is known color: Flamingo. HEX triplet: ED, 56 and 4E. RGB value is (237,86,78). Sum of RGB (Red+Green+Blue) = 237+86+78=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED564E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED564E is #12A9B1. Grayscale: #828282. Windows color (decimal): -1223090 or 5134061. OLE color: 5134061.
HSL color Cylindrical-coordinate representation of color #ED564E: hue angle of 3.02º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED564E is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 78 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.07 |
| HSL | 3.02º | 0.82% | 0.62% | - |
| HSV(B) | 3.02º | 0.67% | 0.93% | - |
| XYZ | 39.63 | 25.21 | 9.99 | - |
| YUV | 130.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 78 | 0 | 0.64 | 0.67 | 0.07 | 3.02 | 0.82 | 0.62 |
| Hex | ED | 56 | 4E | 0 | 40 | 43 | 7 | 3 | 52 | 3E |
| Octal | 355 | 126 | 116 | 0 | 100 | 103 | 7 | 3 | 122 | 76 |
| Binary | 11101101 | 1010110 | 1001110 | 0 | 1000000 | 1000011 | 111 | 11 | 1010010 | 111110 |
Color Harmonies of #ED564E
Complementary color
Monochromatic Colors of #ED564E
Black with #ED564E
Text Example
Text Example
White with #ED564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED564E; }
p { color: rgb(237,86,78); }
H1.HeaderClassName
{
color: #ED564E;
}
.AnyTagClassName
{
color: #ED564E;
}
</style>
background-color css
<style>
a { background-color: #ED564E; }
a { background-color: rgb(237,86,78); }
div.DivClassName
{
background-color: #ED564E;
}
.BgClassName
{
background-color: #ED564E;
}
</style>
border-color css
<style>
span { border-color: #ED564E; }
span { border-color: rgb(237,86,78); }
td.TdClassName
{
border-color: #ED564E;
}
.TagClassName
{
border-color: #ED564E;
}
</style>