Shades of Flamingo #EF5E5C
Tints of Flamingo #EF5E5C
RGB
CMYK
RGB Variations
Color information
#EF5E5C (or 0xEF5E5C) is known color: Flamingo. HEX triplet: EF, 5E and 5C. RGB value is (239,94,92). Sum of RGB (Red+Green+Blue) = 239+94+92=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E5C is #10A1A3. Grayscale: #898989. Windows color (decimal): -1089956 or 6053615. OLE color: 6053615.
HSL color Cylindrical-coordinate representation of color #EF5E5C: hue angle of 0.82º 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 #EF5E5C is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 92 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.06 |
| HSL | 0.82º | 0.82% | 0.65% | - |
| HSV(B) | 0.82º | 0.62% | 0.94% | - |
| XYZ | 41.53 | 27.13 | 13.17 | - |
| YUV | 137.13 | 102.54 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 92 | 0 | 0.61 | 0.62 | 0.06 | 0.82 | 0.82 | 0.65 |
| Hex | EF | 5E | 5C | 0 | 3D | 3E | 6 | 1 | 52 | 41 |
| Octal | 357 | 136 | 134 | 0 | 75 | 76 | 6 | 1 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1011100 | 0 | 111101 | 111110 | 110 | 1 | 1010010 | 1000001 |
Color Harmonies of #EF5E5C
Complementary color
Monochromatic Colors of #EF5E5C
Black with #EF5E5C
Text Example
Text Example
White with #EF5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E5C; }
p { color: rgb(239,94,92); }
H1.HeaderClassName
{
color: #EF5E5C;
}
.AnyTagClassName
{
color: #EF5E5C;
}
</style>
background-color css
<style>
a { background-color: #EF5E5C; }
a { background-color: rgb(239,94,92); }
div.DivClassName
{
background-color: #EF5E5C;
}
.BgClassName
{
background-color: #EF5E5C;
}
</style>
border-color css
<style>
span { border-color: #EF5E5C; }
span { border-color: rgb(239,94,92); }
td.TdClassName
{
border-color: #EF5E5C;
}
.TagClassName
{
border-color: #EF5E5C;
}
</style>