Shades of Flamingo #EF5E59
Tints of Flamingo #EF5E59
RGB
CMYK
RGB Variations
Color information
#EF5E59 (or 0xEF5E59) is known color: Flamingo. HEX triplet: EF, 5E and 59. RGB value is (239,94,89). Sum of RGB (Red+Green+Blue) = 239+94+89=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E59 is #10A1A6. Grayscale: #888888. Windows color (decimal): -1089959 or 5857007. OLE color: 5857007.
HSL color Cylindrical-coordinate representation of color #EF5E59: hue angle of 2º 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 #EF5E59 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 89 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.06 |
| HSL | 2º | 0.82% | 0.64% | - |
| HSV(B) | 2º | 0.63% | 0.94% | - |
| XYZ | 41.4 | 27.08 | 12.5 | - |
| YUV | 136.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 89 | 0 | 0.61 | 0.63 | 0.06 | 2 | 0.82 | 0.64 |
| Hex | EF | 5E | 59 | 0 | 3D | 3F | 6 | 2 | 52 | 40 |
| Octal | 357 | 136 | 131 | 0 | 75 | 77 | 6 | 2 | 122 | 100 |
| Binary | 11101111 | 1011110 | 1011001 | 0 | 111101 | 111111 | 110 | 10 | 1010010 | 1000000 |
Color Harmonies of #EF5E59
Complementary color
Monochromatic Colors of #EF5E59
Black with #EF5E59
Text Example
Text Example
White with #EF5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E59; }
p { color: rgb(239,94,89); }
H1.HeaderClassName
{
color: #EF5E59;
}
.AnyTagClassName
{
color: #EF5E59;
}
</style>
background-color css
<style>
a { background-color: #EF5E59; }
a { background-color: rgb(239,94,89); }
div.DivClassName
{
background-color: #EF5E59;
}
.BgClassName
{
background-color: #EF5E59;
}
</style>
border-color css
<style>
span { border-color: #EF5E59; }
span { border-color: rgb(239,94,89); }
td.TdClassName
{
border-color: #EF5E59;
}
.TagClassName
{
border-color: #EF5E59;
}
</style>