Shades of Flamingo #EA5951
Tints of Flamingo #EA5951
RGB
CMYK
RGB Variations
Color information
#EA5951 (or 0xEA5951) is known color: Flamingo. HEX triplet: EA, 59 and 51. RGB value is (234,89,81). Sum of RGB (Red+Green+Blue) = 234+89+81=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5951 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5951 is #15A6AE. Grayscale: #838383. Windows color (decimal): -1418927 or 5331434. OLE color: 5331434.
HSL color Cylindrical-coordinate representation of color #EA5951: hue angle of 3.14º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA5951 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 81 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.08 |
| HSL | 3.14º | 0.78% | 0.62% | - |
| HSV(B) | 3.14º | 0.65% | 0.92% | - |
| XYZ | 38.99 | 25.23 | 10.6 | - |
| YUV | 131.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 81 | 0 | 0.62 | 0.65 | 0.08 | 3.14 | 0.78 | 0.62 |
| Hex | EA | 59 | 51 | 0 | 3E | 41 | 8 | 3 | 4E | 3E |
| Octal | 352 | 131 | 121 | 0 | 76 | 101 | 10 | 3 | 116 | 76 |
| Binary | 11101010 | 1011001 | 1010001 | 0 | 111110 | 1000001 | 1000 | 11 | 1001110 | 111110 |
Color Harmonies of #EA5951
Complementary color
Monochromatic Colors of #EA5951
Black with #EA5951
Text Example
Text Example
White with #EA5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5951; }
p { color: rgb(234,89,81); }
H1.HeaderClassName
{
color: #EA5951;
}
.AnyTagClassName
{
color: #EA5951;
}
</style>
background-color css
<style>
a { background-color: #EA5951; }
a { background-color: rgb(234,89,81); }
div.DivClassName
{
background-color: #EA5951;
}
.BgClassName
{
background-color: #EA5951;
}
</style>
border-color css
<style>
span { border-color: #EA5951; }
span { border-color: rgb(234,89,81); }
td.TdClassName
{
border-color: #EA5951;
}
.TagClassName
{
border-color: #EA5951;
}
</style>