Shades of Flamingo #EF5A57
Tints of Flamingo #EF5A57
RGB
CMYK
RGB Variations
Color information
#EF5A57 (or 0xEF5A57) is known color: Flamingo. HEX triplet: EF, 5A and 57. RGB value is (239,90,87). Sum of RGB (Red+Green+Blue) = 239+90+87=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A57 is #10A5A8. Grayscale: #868686. Windows color (decimal): -1090985 or 5724911. OLE color: 5724911.
HSL color Cylindrical-coordinate representation of color #EF5A57: hue angle of 1.18º 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 #EF5A57 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 87 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.06 |
| HSL | 1.18º | 0.83% | 0.64% | - |
| HSV(B) | 1.18º | 0.64% | 0.94% | - |
| XYZ | 40.97 | 26.35 | 11.94 | - |
| YUV | 134.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 87 | 0 | 0.62 | 0.64 | 0.06 | 1.18 | 0.83 | 0.64 |
| Hex | EF | 5A | 57 | 0 | 3E | 40 | 6 | 1 | 53 | 40 |
| Octal | 357 | 132 | 127 | 0 | 76 | 100 | 6 | 1 | 123 | 100 |
| Binary | 11101111 | 1011010 | 1010111 | 0 | 111110 | 1000000 | 110 | 1 | 1010011 | 1000000 |
Color Harmonies of #EF5A57
Complementary color
Monochromatic Colors of #EF5A57
Black with #EF5A57
Text Example
Text Example
White with #EF5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A57; }
p { color: rgb(239,90,87); }
H1.HeaderClassName
{
color: #EF5A57;
}
.AnyTagClassName
{
color: #EF5A57;
}
</style>
background-color css
<style>
a { background-color: #EF5A57; }
a { background-color: rgb(239,90,87); }
div.DivClassName
{
background-color: #EF5A57;
}
.BgClassName
{
background-color: #EF5A57;
}
</style>
border-color css
<style>
span { border-color: #EF5A57; }
span { border-color: rgb(239,90,87); }
td.TdClassName
{
border-color: #EF5A57;
}
.TagClassName
{
border-color: #EF5A57;
}
</style>