Shades of Flamingo #EF5756
Tints of Flamingo #EF5756
RGB
CMYK
RGB Variations
Color information
#EF5756 (or 0xEF5756) is known color: Flamingo. HEX triplet: EF, 57 and 56. RGB value is (239,87,86). Sum of RGB (Red+Green+Blue) = 239+87+86=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5756 is #10A8A9. Grayscale: #848484. Windows color (decimal): -1091754 or 5658607. OLE color: 5658607.
HSL color Cylindrical-coordinate representation of color #EF5756: hue angle of 0.39º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5756 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 86 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.06 |
| HSL | 0.39º | 0.83% | 0.64% | - |
| HSV(B) | 0.39º | 0.64% | 0.94% | - |
| XYZ | 40.68 | 25.84 | 11.65 | - |
| YUV | 132.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 86 | 0 | 0.64 | 0.64 | 0.06 | 0.39 | 0.83 | 0.64 |
| Hex | EF | 57 | 56 | 0 | 40 | 40 | 6 | 0 | 53 | 40 |
| Octal | 357 | 127 | 126 | 0 | 100 | 100 | 6 | 0 | 123 | 100 |
| Binary | 11101111 | 1010111 | 1010110 | 0 | 1000000 | 1000000 | 110 | 0 | 1010011 | 1000000 |
Color Harmonies of #EF5756
Complementary color
Monochromatic Colors of #EF5756
Black with #EF5756
Text Example
Text Example
White with #EF5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5756; }
p { color: rgb(239,87,86); }
H1.HeaderClassName
{
color: #EF5756;
}
.AnyTagClassName
{
color: #EF5756;
}
</style>
background-color css
<style>
a { background-color: #EF5756; }
a { background-color: rgb(239,87,86); }
div.DivClassName
{
background-color: #EF5756;
}
.BgClassName
{
background-color: #EF5756;
}
</style>
border-color css
<style>
span { border-color: #EF5756; }
span { border-color: rgb(239,87,86); }
td.TdClassName
{
border-color: #EF5756;
}
.TagClassName
{
border-color: #EF5756;
}
</style>