Shades of Flamingo #ED6559
Tints of Flamingo #ED6559
RGB
CMYK
RGB Variations
Color information
#ED6559 (or 0xED6559) is known color: Flamingo. HEX triplet: ED, 65 and 59. RGB value is (237,101,89). Sum of RGB (Red+Green+Blue) = 237+101+89=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6559 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6559 is #129AA6. Grayscale: #8C8C8C. Windows color (decimal): -1219239 or 5858797. OLE color: 5858797.
HSL color Cylindrical-coordinate representation of color #ED6559: hue angle of 4.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED6559 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 89 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.07 |
| HSL | 4.86º | 0.8% | 0.64% | - |
| HSV(B) | 4.86º | 0.62% | 0.93% | - |
| XYZ | 41.38 | 28.03 | 12.68 | - |
| YUV | 140.3 | 99.06 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 89 | 0 | 0.57 | 0.62 | 0.07 | 4.86 | 0.8 | 0.64 |
| Hex | ED | 65 | 59 | 0 | 39 | 3E | 7 | 5 | 50 | 40 |
| Octal | 355 | 145 | 131 | 0 | 71 | 76 | 7 | 5 | 120 | 100 |
| Binary | 11101101 | 1100101 | 1011001 | 0 | 111001 | 111110 | 111 | 101 | 1010000 | 1000000 |
Color Harmonies of #ED6559
Complementary color
Monochromatic Colors of #ED6559
Black with #ED6559
Text Example
Text Example
White with #ED6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6559; }
p { color: rgb(237,101,89); }
H1.HeaderClassName
{
color: #ED6559;
}
.AnyTagClassName
{
color: #ED6559;
}
</style>
background-color css
<style>
a { background-color: #ED6559; }
a { background-color: rgb(237,101,89); }
div.DivClassName
{
background-color: #ED6559;
}
.BgClassName
{
background-color: #ED6559;
}
</style>
border-color css
<style>
span { border-color: #ED6559; }
span { border-color: rgb(237,101,89); }
td.TdClassName
{
border-color: #ED6559;
}
.TagClassName
{
border-color: #ED6559;
}
</style>