Shades of Flamingo #EF5E4D
Tints of Flamingo #EF5E4D
RGB
CMYK
RGB Variations
Color information
#EF5E4D (or 0xEF5E4D) is known color: Flamingo. HEX triplet: EF, 5E and 4D. RGB value is (239,94,77). Sum of RGB (Red+Green+Blue) = 239+94+77=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E4D is #10A1B2. Grayscale: #878787. Windows color (decimal): -1089971 or 5070575. OLE color: 5070575.
HSL color Cylindrical-coordinate representation of color #EF5E4D: hue angle of 6.3º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF5E4D is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 77 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.06 |
| HSL | 6.3º | 0.84% | 0.62% | - |
| HSV(B) | 6.3º | 0.68% | 0.94% | - |
| XYZ | 40.94 | 26.89 | 10.05 | - |
| YUV | 135.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 77 | 0 | 0.61 | 0.68 | 0.06 | 6.3 | 0.84 | 0.62 |
| Hex | EF | 5E | 4D | 0 | 3D | 44 | 6 | 6 | 54 | 3E |
| Octal | 357 | 136 | 115 | 0 | 75 | 104 | 6 | 6 | 124 | 76 |
| Binary | 11101111 | 1011110 | 1001101 | 0 | 111101 | 1000100 | 110 | 110 | 1010100 | 111110 |
Color Harmonies of #EF5E4D
Complementary color
Monochromatic Colors of #EF5E4D
Black with #EF5E4D
Text Example
Text Example
White with #EF5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E4D; }
p { color: rgb(239,94,77); }
H1.HeaderClassName
{
color: #EF5E4D;
}
.AnyTagClassName
{
color: #EF5E4D;
}
</style>
background-color css
<style>
a { background-color: #EF5E4D; }
a { background-color: rgb(239,94,77); }
div.DivClassName
{
background-color: #EF5E4D;
}
.BgClassName
{
background-color: #EF5E4D;
}
</style>
border-color css
<style>
span { border-color: #EF5E4D; }
span { border-color: rgb(239,94,77); }
td.TdClassName
{
border-color: #EF5E4D;
}
.TagClassName
{
border-color: #EF5E4D;
}
</style>