Shades of Flamingo #EF5953
Tints of Flamingo #EF5953
RGB
CMYK
RGB Variations
Color information
#EF5953 (or 0xEF5953) is known color: Flamingo. HEX triplet: EF, 59 and 53. RGB value is (239,89,83). Sum of RGB (Red+Green+Blue) = 239+89+83=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5953 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5953 is #10A6AC. Grayscale: #858585. Windows color (decimal): -1091245 or 5462511. OLE color: 5462511.
HSL color Cylindrical-coordinate representation of color #EF5953: hue angle of 2.31º 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 #EF5953 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 83 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.06 |
| HSL | 2.31º | 0.83% | 0.63% | - |
| HSV(B) | 2.31º | 0.65% | 0.94% | - |
| XYZ | 40.73 | 26.12 | 11.08 | - |
| YUV | 133.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 83 | 0 | 0.63 | 0.65 | 0.06 | 2.31 | 0.83 | 0.63 |
| Hex | EF | 59 | 53 | 0 | 3F | 41 | 6 | 2 | 53 | 3F |
| Octal | 357 | 131 | 123 | 0 | 77 | 101 | 6 | 2 | 123 | 77 |
| Binary | 11101111 | 1011001 | 1010011 | 0 | 111111 | 1000001 | 110 | 10 | 1010011 | 111111 |
Color Harmonies of #EF5953
Complementary color
Monochromatic Colors of #EF5953
Black with #EF5953
Text Example
Text Example
White with #EF5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5953; }
p { color: rgb(239,89,83); }
H1.HeaderClassName
{
color: #EF5953;
}
.AnyTagClassName
{
color: #EF5953;
}
</style>
background-color css
<style>
a { background-color: #EF5953; }
a { background-color: rgb(239,89,83); }
div.DivClassName
{
background-color: #EF5953;
}
.BgClassName
{
background-color: #EF5953;
}
</style>
border-color css
<style>
span { border-color: #EF5953; }
span { border-color: rgb(239,89,83); }
td.TdClassName
{
border-color: #EF5953;
}
.TagClassName
{
border-color: #EF5953;
}
</style>