Shades of Flamingo #EF5C47
Tints of Flamingo #EF5C47
RGB
CMYK
RGB Variations
Color information
#EF5C47 (or 0xEF5C47) is known color: Flamingo. HEX triplet: EF, 5C and 47. RGB value is (239,92,71). Sum of RGB (Red+Green+Blue) = 239+92+71=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5C47 is #10A3B8. Grayscale: #858585. Windows color (decimal): -1090489 or 4676847. OLE color: 4676847.
HSL color Cylindrical-coordinate representation of color #EF5C47: hue angle of 7.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF5C47 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 71 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.06 |
| HSL | 7.5º | 0.84% | 0.61% | - |
| HSV(B) | 7.5º | 0.7% | 0.94% | - |
| XYZ | 40.56 | 26.46 | 8.93 | - |
| YUV | 133.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 71 | 0 | 0.62 | 0.70 | 0.06 | 7.5 | 0.84 | 0.61 |
| Hex | EF | 5C | 47 | 0 | 3E | 46 | 6 | 8 | 54 | 3D |
| Octal | 357 | 134 | 107 | 0 | 76 | 106 | 6 | 10 | 124 | 75 |
| Binary | 11101111 | 1011100 | 1000111 | 0 | 111110 | 1000110 | 110 | 1000 | 1010100 | 111101 |
Color Harmonies of #EF5C47
Complementary color
Monochromatic Colors of #EF5C47
Black with #EF5C47
Text Example
Text Example
White with #EF5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C47; }
p { color: rgb(239,92,71); }
H1.HeaderClassName
{
color: #EF5C47;
}
.AnyTagClassName
{
color: #EF5C47;
}
</style>
background-color css
<style>
a { background-color: #EF5C47; }
a { background-color: rgb(239,92,71); }
div.DivClassName
{
background-color: #EF5C47;
}
.BgClassName
{
background-color: #EF5C47;
}
</style>
border-color css
<style>
span { border-color: #EF5C47; }
span { border-color: rgb(239,92,71); }
td.TdClassName
{
border-color: #EF5C47;
}
.TagClassName
{
border-color: #EF5C47;
}
</style>