Shades of Flamingo #ED6359
Tints of Flamingo #ED6359
RGB
CMYK
RGB Variations
Color information
#ED6359 (or 0xED6359) is known color: Flamingo. HEX triplet: ED, 63 and 59. RGB value is (237,99,89). Sum of RGB (Red+Green+Blue) = 237+99+89=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6359 is #129CA6. Grayscale: #8B8B8B. Windows color (decimal): -1219751 or 5858285. OLE color: 5858285.
HSL color Cylindrical-coordinate representation of color #ED6359: hue angle of 4.05º 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 #ED6359 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 89 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.07 |
| HSL | 4.05º | 0.8% | 0.64% | - |
| HSV(B) | 4.05º | 0.62% | 0.93% | - |
| XYZ | 41.19 | 27.65 | 12.62 | - |
| YUV | 139.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 89 | 0 | 0.58 | 0.62 | 0.07 | 4.05 | 0.8 | 0.64 |
| Hex | ED | 63 | 59 | 0 | 3A | 3E | 7 | 4 | 50 | 40 |
| Octal | 355 | 143 | 131 | 0 | 72 | 76 | 7 | 4 | 120 | 100 |
| Binary | 11101101 | 1100011 | 1011001 | 0 | 111010 | 111110 | 111 | 100 | 1010000 | 1000000 |
Color Harmonies of #ED6359
Complementary color
Monochromatic Colors of #ED6359
Black with #ED6359
Text Example
Text Example
White with #ED6359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6359; }
p { color: rgb(237,99,89); }
H1.HeaderClassName
{
color: #ED6359;
}
.AnyTagClassName
{
color: #ED6359;
}
</style>
background-color css
<style>
a { background-color: #ED6359; }
a { background-color: rgb(237,99,89); }
div.DivClassName
{
background-color: #ED6359;
}
.BgClassName
{
background-color: #ED6359;
}
</style>
border-color css
<style>
span { border-color: #ED6359; }
span { border-color: rgb(237,99,89); }
td.TdClassName
{
border-color: #ED6359;
}
.TagClassName
{
border-color: #ED6359;
}
</style>