Shades of Flamingo #EF5959
Tints of Flamingo #EF5959
RGB
CMYK
RGB Variations
Color information
#EF5959 (or 0xEF5959) is known color: Flamingo. HEX triplet: EF, 59 and 59. RGB value is (239,89,89). Sum of RGB (Red+Green+Blue) = 239+89+89=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5959 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5959 is #10A6A6. Grayscale: #868686. Windows color (decimal): -1091239 or 5855727. OLE color: 5855727.
HSL color Cylindrical-coordinate representation of color #EF5959: hue angle of 0º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5959 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 89 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.06 |
| HSL | 0º | 0.82% | 0.64% | - |
| HSV(B) | 0º | 0.63% | 0.94% | - |
| XYZ | 40.97 | 26.22 | 12.35 | - |
| YUV | 133.85 | 102.7 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 89 | 0 | 0.63 | 0.63 | 0.06 | 0 | 0.82 | 0.64 |
| Hex | EF | 59 | 59 | 0 | 3F | 3F | 6 | 0 | 52 | 40 |
| Octal | 357 | 131 | 131 | 0 | 77 | 77 | 6 | 0 | 122 | 100 |
| Binary | 11101111 | 1011001 | 1011001 | 0 | 111111 | 111111 | 110 | 0 | 1010010 | 1000000 |
Color Harmonies of #EF5959
Complementary color
Monochromatic Colors of #EF5959
Black with #EF5959
Text Example
Text Example
White with #EF5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5959; }
p { color: rgb(239,89,89); }
H1.HeaderClassName
{
color: #EF5959;
}
.AnyTagClassName
{
color: #EF5959;
}
</style>
background-color css
<style>
a { background-color: #EF5959; }
a { background-color: rgb(239,89,89); }
div.DivClassName
{
background-color: #EF5959;
}
.BgClassName
{
background-color: #EF5959;
}
</style>
border-color css
<style>
span { border-color: #EF5959; }
span { border-color: rgb(239,89,89); }
td.TdClassName
{
border-color: #EF5959;
}
.TagClassName
{
border-color: #EF5959;
}
</style>