Shades of Flamingo #EF5A54
Tints of Flamingo #EF5A54
RGB
CMYK
RGB Variations
Color information
#EF5A54 (or 0xEF5A54) is known color: Flamingo. HEX triplet: EF, 5A and 54. RGB value is (239,90,84). Sum of RGB (Red+Green+Blue) = 239+90+84=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A54 is #10A5AB. Grayscale: #868686. Windows color (decimal): -1090988 or 5528303. OLE color: 5528303.
HSL color Cylindrical-coordinate representation of color #EF5A54: hue angle of 2.32º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5A54 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 84 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.06 |
| HSL | 2.32º | 0.83% | 0.63% | - |
| HSV(B) | 2.32º | 0.65% | 0.94% | - |
| XYZ | 40.85 | 26.3 | 11.31 | - |
| YUV | 133.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 84 | 0 | 0.62 | 0.65 | 0.06 | 2.32 | 0.83 | 0.63 |
| Hex | EF | 5A | 54 | 0 | 3E | 41 | 6 | 2 | 53 | 3F |
| Octal | 357 | 132 | 124 | 0 | 76 | 101 | 6 | 2 | 123 | 77 |
| Binary | 11101111 | 1011010 | 1010100 | 0 | 111110 | 1000001 | 110 | 10 | 1010011 | 111111 |
Color Harmonies of #EF5A54
Complementary color
Monochromatic Colors of #EF5A54
Black with #EF5A54
Text Example
Text Example
White with #EF5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A54; }
p { color: rgb(239,90,84); }
H1.HeaderClassName
{
color: #EF5A54;
}
.AnyTagClassName
{
color: #EF5A54;
}
</style>
background-color css
<style>
a { background-color: #EF5A54; }
a { background-color: rgb(239,90,84); }
div.DivClassName
{
background-color: #EF5A54;
}
.BgClassName
{
background-color: #EF5A54;
}
</style>
border-color css
<style>
span { border-color: #EF5A54; }
span { border-color: rgb(239,90,84); }
td.TdClassName
{
border-color: #EF5A54;
}
.TagClassName
{
border-color: #EF5A54;
}
</style>