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