Shades of Flamingo #ED6259
Tints of Flamingo #ED6259
RGB
CMYK
RGB Variations
Color information
#ED6259 (or 0xED6259) is known color: Flamingo. HEX triplet: ED, 62 and 59. RGB value is (237,98,89). Sum of RGB (Red+Green+Blue) = 237+98+89=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6259 is #129DA6. Grayscale: #8A8A8A. Windows color (decimal): -1220007 or 5858029. OLE color: 5858029.
HSL color Cylindrical-coordinate representation of color #ED6259: hue angle of 3.65º 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 #ED6259 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 89 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.07 |
| HSL | 3.65º | 0.8% | 0.64% | - |
| HSV(B) | 3.65º | 0.62% | 0.93% | - |
| XYZ | 41.1 | 27.46 | 12.59 | - |
| YUV | 138.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 89 | 0 | 0.59 | 0.62 | 0.07 | 3.65 | 0.8 | 0.64 |
| Hex | ED | 62 | 59 | 0 | 3B | 3E | 7 | 4 | 50 | 40 |
| Octal | 355 | 142 | 131 | 0 | 73 | 76 | 7 | 4 | 120 | 100 |
| Binary | 11101101 | 1100010 | 1011001 | 0 | 111011 | 111110 | 111 | 100 | 1010000 | 1000000 |
Color Harmonies of #ED6259
Complementary color
Monochromatic Colors of #ED6259
Black with #ED6259
Text Example
Text Example
White with #ED6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6259; }
p { color: rgb(237,98,89); }
H1.HeaderClassName
{
color: #ED6259;
}
.AnyTagClassName
{
color: #ED6259;
}
</style>
background-color css
<style>
a { background-color: #ED6259; }
a { background-color: rgb(237,98,89); }
div.DivClassName
{
background-color: #ED6259;
}
.BgClassName
{
background-color: #ED6259;
}
</style>
border-color css
<style>
span { border-color: #ED6259; }
span { border-color: rgb(237,98,89); }
td.TdClassName
{
border-color: #ED6259;
}
.TagClassName
{
border-color: #ED6259;
}
</style>