Shades of Flamingo #EF5C59
Tints of Flamingo #EF5C59
RGB
CMYK
RGB Variations
Color information
#EF5C59 (or 0xEF5C59) is known color: Flamingo. HEX triplet: EF, 5C and 59. RGB value is (239,92,89). Sum of RGB (Red+Green+Blue) = 239+92+89=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C59 is #10A3A6. Grayscale: #878787. Windows color (decimal): -1090471 or 5856495. OLE color: 5856495.
HSL color Cylindrical-coordinate representation of color #EF5C59: hue angle of 1.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 #EF5C59 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 89 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.06 |
| HSL | 1.2º | 0.82% | 0.64% | - |
| HSV(B) | 1.2º | 0.63% | 0.94% | - |
| XYZ | 41.23 | 26.73 | 12.44 | - |
| YUV | 135.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 89 | 0 | 0.62 | 0.63 | 0.06 | 1.2 | 0.82 | 0.64 |
| Hex | EF | 5C | 59 | 0 | 3E | 3F | 6 | 1 | 52 | 40 |
| Octal | 357 | 134 | 131 | 0 | 76 | 77 | 6 | 1 | 122 | 100 |
| Binary | 11101111 | 1011100 | 1011001 | 0 | 111110 | 111111 | 110 | 1 | 1010010 | 1000000 |
Color Harmonies of #EF5C59
Complementary color
Monochromatic Colors of #EF5C59
Black with #EF5C59
Text Example
Text Example
White with #EF5C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C59; }
p { color: rgb(239,92,89); }
H1.HeaderClassName
{
color: #EF5C59;
}
.AnyTagClassName
{
color: #EF5C59;
}
</style>
background-color css
<style>
a { background-color: #EF5C59; }
a { background-color: rgb(239,92,89); }
div.DivClassName
{
background-color: #EF5C59;
}
.BgClassName
{
background-color: #EF5C59;
}
</style>
border-color css
<style>
span { border-color: #EF5C59; }
span { border-color: rgb(239,92,89); }
td.TdClassName
{
border-color: #EF5C59;
}
.TagClassName
{
border-color: #EF5C59;
}
</style>