Shades of Flamingo #EA5947
Tints of Flamingo #EA5947
RGB
CMYK
RGB Variations
Color information
#EA5947 (or 0xEA5947) is known color: Flamingo. HEX triplet: EA, 59 and 47. RGB value is (234,89,71). Sum of RGB (Red+Green+Blue) = 234+89+71=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5947 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5947 is #15A6B8. Grayscale: #828282. Windows color (decimal): -1418937 or 4676074. OLE color: 4676074.
HSL color Cylindrical-coordinate representation of color #EA5947: hue angle of 6.63º 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 #EA5947 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 71 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.08 |
| HSL | 6.63º | 0.8% | 0.6% | - |
| HSV(B) | 6.63º | 0.7% | 0.92% | - |
| XYZ | 38.64 | 25.09 | 8.77 | - |
| YUV | 130.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 71 | 0 | 0.62 | 0.70 | 0.08 | 6.63 | 0.8 | 0.6 |
| Hex | EA | 59 | 47 | 0 | 3E | 46 | 8 | 7 | 50 | 3C |
| Octal | 352 | 131 | 107 | 0 | 76 | 106 | 10 | 7 | 120 | 74 |
| Binary | 11101010 | 1011001 | 1000111 | 0 | 111110 | 1000110 | 1000 | 111 | 1010000 | 111100 |
Color Harmonies of #EA5947
Complementary color
Monochromatic Colors of #EA5947
Black with #EA5947
Text Example
Text Example
White with #EA5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5947; }
p { color: rgb(234,89,71); }
H1.HeaderClassName
{
color: #EA5947;
}
.AnyTagClassName
{
color: #EA5947;
}
</style>
background-color css
<style>
a { background-color: #EA5947; }
a { background-color: rgb(234,89,71); }
div.DivClassName
{
background-color: #EA5947;
}
.BgClassName
{
background-color: #EA5947;
}
</style>
border-color css
<style>
span { border-color: #EA5947; }
span { border-color: rgb(234,89,71); }
td.TdClassName
{
border-color: #EA5947;
}
.TagClassName
{
border-color: #EA5947;
}
</style>