Shades of Flamingo #EA5954
Tints of Flamingo #EA5954
RGB
CMYK
RGB Variations
Color information
#EA5954 (or 0xEA5954) is known color: Flamingo. HEX triplet: EA, 59 and 54. RGB value is (234,89,84). Sum of RGB (Red+Green+Blue) = 234+89+84=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5954 is #15A6AB. Grayscale: #838383. Windows color (decimal): -1418924 or 5528042. OLE color: 5528042.
HSL color Cylindrical-coordinate representation of color #EA5954: hue angle of 2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5954 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 84 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.08 |
| HSL | 2º | 0.78% | 0.62% | - |
| HSV(B) | 2º | 0.64% | 0.92% | - |
| XYZ | 39.1 | 25.28 | 11.21 | - |
| YUV | 131.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 84 | 0 | 0.62 | 0.64 | 0.08 | 2 | 0.78 | 0.62 |
| Hex | EA | 59 | 54 | 0 | 3E | 40 | 8 | 2 | 4E | 3E |
| Octal | 352 | 131 | 124 | 0 | 76 | 100 | 10 | 2 | 116 | 76 |
| Binary | 11101010 | 1011001 | 1010100 | 0 | 111110 | 1000000 | 1000 | 10 | 1001110 | 111110 |
Color Harmonies of #EA5954
Complementary color
Monochromatic Colors of #EA5954
Black with #EA5954
Text Example
Text Example
White with #EA5954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5954; }
p { color: rgb(234,89,84); }
H1.HeaderClassName
{
color: #EA5954;
}
.AnyTagClassName
{
color: #EA5954;
}
</style>
background-color css
<style>
a { background-color: #EA5954; }
a { background-color: rgb(234,89,84); }
div.DivClassName
{
background-color: #EA5954;
}
.BgClassName
{
background-color: #EA5954;
}
</style>
border-color css
<style>
span { border-color: #EA5954; }
span { border-color: rgb(234,89,84); }
td.TdClassName
{
border-color: #EA5954;
}
.TagClassName
{
border-color: #EA5954;
}
</style>