Shades of Flamingo #ED6159
Tints of Flamingo #ED6159
RGB
CMYK
RGB Variations
Color information
#ED6159 (or 0xED6159) is known color: Flamingo. HEX triplet: ED, 61 and 59. RGB value is (237,97,89). Sum of RGB (Red+Green+Blue) = 237+97+89=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6159 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6159 is #129EA6. Grayscale: #8A8A8A. Windows color (decimal): -1220263 or 5857773. OLE color: 5857773.
HSL color Cylindrical-coordinate representation of color #ED6159: hue angle of 3.24º 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 #ED6159 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 89 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.07 |
| HSL | 3.24º | 0.8% | 0.64% | - |
| HSV(B) | 3.24º | 0.62% | 0.93% | - |
| XYZ | 41 | 27.28 | 12.55 | - |
| YUV | 137.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 89 | 0 | 0.59 | 0.62 | 0.07 | 3.24 | 0.8 | 0.64 |
| Hex | ED | 61 | 59 | 0 | 3B | 3E | 7 | 3 | 50 | 40 |
| Octal | 355 | 141 | 131 | 0 | 73 | 76 | 7 | 3 | 120 | 100 |
| Binary | 11101101 | 1100001 | 1011001 | 0 | 111011 | 111110 | 111 | 11 | 1010000 | 1000000 |
Color Harmonies of #ED6159
Complementary color
Monochromatic Colors of #ED6159
Black with #ED6159
Text Example
Text Example
White with #ED6159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6159; }
p { color: rgb(237,97,89); }
H1.HeaderClassName
{
color: #ED6159;
}
.AnyTagClassName
{
color: #ED6159;
}
</style>
background-color css
<style>
a { background-color: #ED6159; }
a { background-color: rgb(237,97,89); }
div.DivClassName
{
background-color: #ED6159;
}
.BgClassName
{
background-color: #ED6159;
}
</style>
border-color css
<style>
span { border-color: #ED6159; }
span { border-color: rgb(237,97,89); }
td.TdClassName
{
border-color: #ED6159;
}
.TagClassName
{
border-color: #ED6159;
}
</style>