Shades of Flamingo #EF5849
Tints of Flamingo #EF5849
RGB
CMYK
RGB Variations
Color information
#EF5849 (or 0xEF5849) is known color: Flamingo. HEX triplet: EF, 58 and 49. RGB value is (239,88,73). Sum of RGB (Red+Green+Blue) = 239+88+73=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5849 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5849 is #10A7B6. Grayscale: #838383. Windows color (decimal): -1091511 or 4806895. OLE color: 4806895.
HSL color Cylindrical-coordinate representation of color #EF5849: hue angle of 5.42º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF5849 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 73 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.06 |
| HSL | 5.42º | 0.84% | 0.61% | - |
| HSV(B) | 5.42º | 0.69% | 0.94% | - |
| XYZ | 40.29 | 25.81 | 9.16 | - |
| YUV | 131.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 73 | 0 | 0.63 | 0.69 | 0.06 | 5.42 | 0.84 | 0.61 |
| Hex | EF | 58 | 49 | 0 | 3F | 45 | 6 | 5 | 54 | 3D |
| Octal | 357 | 130 | 111 | 0 | 77 | 105 | 6 | 5 | 124 | 75 |
| Binary | 11101111 | 1011000 | 1001001 | 0 | 111111 | 1000101 | 110 | 101 | 1010100 | 111101 |
Color Harmonies of #EF5849
Complementary color
Monochromatic Colors of #EF5849
Black with #EF5849
Text Example
Text Example
White with #EF5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5849; }
p { color: rgb(239,88,73); }
H1.HeaderClassName
{
color: #EF5849;
}
.AnyTagClassName
{
color: #EF5849;
}
</style>
background-color css
<style>
a { background-color: #EF5849; }
a { background-color: rgb(239,88,73); }
div.DivClassName
{
background-color: #EF5849;
}
.BgClassName
{
background-color: #EF5849;
}
</style>
border-color css
<style>
span { border-color: #EF5849; }
span { border-color: rgb(239,88,73); }
td.TdClassName
{
border-color: #EF5849;
}
.TagClassName
{
border-color: #EF5849;
}
</style>