Shades of Flamingo #EF5E5B
Tints of Flamingo #EF5E5B
RGB
CMYK
RGB Variations
Color information
#EF5E5B (or 0xEF5E5B) is known color: Flamingo. HEX triplet: EF, 5E and 5B. RGB value is (239,94,91). Sum of RGB (Red+Green+Blue) = 239+94+91=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E5B is #10A1A4. Grayscale: #898989. Windows color (decimal): -1089957 or 5988079. OLE color: 5988079.
HSL color Cylindrical-coordinate representation of color #EF5E5B: hue angle of 1.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5E5B is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 91 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.06 |
| HSL | 1.22º | 0.82% | 0.65% | - |
| HSV(B) | 1.22º | 0.62% | 0.94% | - |
| XYZ | 41.49 | 27.11 | 12.94 | - |
| YUV | 137.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 91 | 0 | 0.61 | 0.62 | 0.06 | 1.22 | 0.82 | 0.65 |
| Hex | EF | 5E | 5B | 0 | 3D | 3E | 6 | 1 | 52 | 41 |
| Octal | 357 | 136 | 133 | 0 | 75 | 76 | 6 | 1 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1011011 | 0 | 111101 | 111110 | 110 | 1 | 1010010 | 1000001 |
Color Harmonies of #EF5E5B
Complementary color
Monochromatic Colors of #EF5E5B
Black with #EF5E5B
Text Example
Text Example
White with #EF5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E5B; }
p { color: rgb(239,94,91); }
H1.HeaderClassName
{
color: #EF5E5B;
}
.AnyTagClassName
{
color: #EF5E5B;
}
</style>
background-color css
<style>
a { background-color: #EF5E5B; }
a { background-color: rgb(239,94,91); }
div.DivClassName
{
background-color: #EF5E5B;
}
.BgClassName
{
background-color: #EF5E5B;
}
</style>
border-color css
<style>
span { border-color: #EF5E5B; }
span { border-color: rgb(239,94,91); }
td.TdClassName
{
border-color: #EF5E5B;
}
.TagClassName
{
border-color: #EF5E5B;
}
</style>