Shades of Flamingo #EF5B53
Tints of Flamingo #EF5B53
RGB
CMYK
RGB Variations
Color information
#EF5B53 (or 0xEF5B53) is known color: Flamingo. HEX triplet: EF, 5B and 53. RGB value is (239,91,83). Sum of RGB (Red+Green+Blue) = 239+91+83=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5B53 is #10A4AC. Grayscale: #868686. Windows color (decimal): -1090733 or 5463023. OLE color: 5463023.
HSL color Cylindrical-coordinate representation of color #EF5B53: hue angle of 3.08º 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 #EF5B53 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 83 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.06 |
| HSL | 3.08º | 0.83% | 0.63% | - |
| HSV(B) | 3.08º | 0.65% | 0.94% | - |
| XYZ | 40.9 | 26.46 | 11.13 | - |
| YUV | 134.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 83 | 0 | 0.62 | 0.65 | 0.06 | 3.08 | 0.83 | 0.63 |
| Hex | EF | 5B | 53 | 0 | 3E | 41 | 6 | 3 | 53 | 3F |
| Octal | 357 | 133 | 123 | 0 | 76 | 101 | 6 | 3 | 123 | 77 |
| Binary | 11101111 | 1011011 | 1010011 | 0 | 111110 | 1000001 | 110 | 11 | 1010011 | 111111 |
Color Harmonies of #EF5B53
Complementary color
Monochromatic Colors of #EF5B53
Black with #EF5B53
Text Example
Text Example
White with #EF5B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5B53; }
p { color: rgb(239,91,83); }
H1.HeaderClassName
{
color: #EF5B53;
}
.AnyTagClassName
{
color: #EF5B53;
}
</style>
background-color css
<style>
a { background-color: #EF5B53; }
a { background-color: rgb(239,91,83); }
div.DivClassName
{
background-color: #EF5B53;
}
.BgClassName
{
background-color: #EF5B53;
}
</style>
border-color css
<style>
span { border-color: #EF5B53; }
span { border-color: rgb(239,91,83); }
td.TdClassName
{
border-color: #EF5B53;
}
.TagClassName
{
border-color: #EF5B53;
}
</style>