Shades of Flamingo #EF6059
Tints of Flamingo #EF6059
RGB
CMYK
RGB Variations
Color information
#EF6059 (or 0xEF6059) is known color: Flamingo. HEX triplet: EF, 60 and 59. RGB value is (239,96,89). Sum of RGB (Red+Green+Blue) = 239+96+89=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6059 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6059 is #109FA6. Grayscale: #8A8A8A. Windows color (decimal): -1089447 or 5857519. OLE color: 5857519.
HSL color Cylindrical-coordinate representation of color #EF6059: hue angle of 2.8º 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 #EF6059 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 89 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.06 |
| HSL | 2.8º | 0.82% | 0.64% | - |
| HSV(B) | 2.8º | 0.63% | 0.94% | - |
| XYZ | 41.58 | 27.44 | 12.56 | - |
| YUV | 137.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 89 | 0 | 0.60 | 0.63 | 0.06 | 2.8 | 0.82 | 0.64 |
| Hex | EF | 60 | 59 | 0 | 3C | 3F | 6 | 3 | 52 | 40 |
| Octal | 357 | 140 | 131 | 0 | 74 | 77 | 6 | 3 | 122 | 100 |
| Binary | 11101111 | 1100000 | 1011001 | 0 | 111100 | 111111 | 110 | 11 | 1010010 | 1000000 |
Color Harmonies of #EF6059
Complementary color
Monochromatic Colors of #EF6059
Black with #EF6059
Text Example
Text Example
White with #EF6059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6059; }
p { color: rgb(239,96,89); }
H1.HeaderClassName
{
color: #EF6059;
}
.AnyTagClassName
{
color: #EF6059;
}
</style>
background-color css
<style>
a { background-color: #EF6059; }
a { background-color: rgb(239,96,89); }
div.DivClassName
{
background-color: #EF6059;
}
.BgClassName
{
background-color: #EF6059;
}
</style>
border-color css
<style>
span { border-color: #EF6059; }
span { border-color: rgb(239,96,89); }
td.TdClassName
{
border-color: #EF6059;
}
.TagClassName
{
border-color: #EF6059;
}
</style>