Shades of Flamingo #EA5E51
Tints of Flamingo #EA5E51
RGB
CMYK
RGB Variations
Color information
#EA5E51 (or 0xEA5E51) is known color: Flamingo. HEX triplet: EA, 5E and 51. RGB value is (234,94,81). Sum of RGB (Red+Green+Blue) = 234+94+81=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E51 is #15A1AE. Grayscale: #868686. Windows color (decimal): -1417647 or 5332714. OLE color: 5332714.
HSL color Cylindrical-coordinate representation of color #EA5E51: hue angle of 5.1º 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 #EA5E51 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 81 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.08 |
| HSL | 5.1º | 0.78% | 0.62% | - |
| HSV(B) | 5.1º | 0.65% | 0.92% | - |
| XYZ | 39.42 | 26.09 | 10.74 | - |
| YUV | 134.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 81 | 0 | 0.60 | 0.65 | 0.08 | 5.1 | 0.78 | 0.62 |
| Hex | EA | 5E | 51 | 0 | 3C | 41 | 8 | 5 | 4E | 3E |
| Octal | 352 | 136 | 121 | 0 | 74 | 101 | 10 | 5 | 116 | 76 |
| Binary | 11101010 | 1011110 | 1010001 | 0 | 111100 | 1000001 | 1000 | 101 | 1001110 | 111110 |
Color Harmonies of #EA5E51
Complementary color
Monochromatic Colors of #EA5E51
Black with #EA5E51
Text Example
Text Example
White with #EA5E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E51; }
p { color: rgb(234,94,81); }
H1.HeaderClassName
{
color: #EA5E51;
}
.AnyTagClassName
{
color: #EA5E51;
}
</style>
background-color css
<style>
a { background-color: #EA5E51; }
a { background-color: rgb(234,94,81); }
div.DivClassName
{
background-color: #EA5E51;
}
.BgClassName
{
background-color: #EA5E51;
}
</style>
border-color css
<style>
span { border-color: #EA5E51; }
span { border-color: rgb(234,94,81); }
td.TdClassName
{
border-color: #EA5E51;
}
.TagClassName
{
border-color: #EA5E51;
}
</style>