Shades of Flamingo #EA5E47
Tints of Flamingo #EA5E47
RGB
CMYK
RGB Variations
Color information
#EA5E47 (or 0xEA5E47) is known color: Flamingo. HEX triplet: EA, 5E and 47. RGB value is (234,94,71). Sum of RGB (Red+Green+Blue) = 234+94+71=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E47 is #15A1B8. Grayscale: #858585. Windows color (decimal): -1417657 or 4677354. OLE color: 4677354.
HSL color Cylindrical-coordinate representation of color #EA5E47: hue angle of 8.47º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA5E47 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 71 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.08 |
| HSL | 8.47º | 0.8% | 0.6% | - |
| HSV(B) | 8.47º | 0.7% | 0.92% | - |
| XYZ | 39.07 | 25.95 | 8.91 | - |
| YUV | 133.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 71 | 0 | 0.60 | 0.70 | 0.08 | 8.47 | 0.8 | 0.6 |
| Hex | EA | 5E | 47 | 0 | 3C | 46 | 8 | 8 | 50 | 3C |
| Octal | 352 | 136 | 107 | 0 | 74 | 106 | 10 | 10 | 120 | 74 |
| Binary | 11101010 | 1011110 | 1000111 | 0 | 111100 | 1000110 | 1000 | 1000 | 1010000 | 111100 |
Color Harmonies of #EA5E47
Complementary color
Monochromatic Colors of #EA5E47
Black with #EA5E47
Text Example
Text Example
White with #EA5E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E47; }
p { color: rgb(234,94,71); }
H1.HeaderClassName
{
color: #EA5E47;
}
.AnyTagClassName
{
color: #EA5E47;
}
</style>
background-color css
<style>
a { background-color: #EA5E47; }
a { background-color: rgb(234,94,71); }
div.DivClassName
{
background-color: #EA5E47;
}
.BgClassName
{
background-color: #EA5E47;
}
</style>
border-color css
<style>
span { border-color: #EA5E47; }
span { border-color: rgb(234,94,71); }
td.TdClassName
{
border-color: #EA5E47;
}
.TagClassName
{
border-color: #EA5E47;
}
</style>