Shades of Flamingo #EA5E5B
Tints of Flamingo #EA5E5B
RGB
CMYK
RGB Variations
Color information
#EA5E5B (or 0xEA5E5B) is known color: Flamingo. HEX triplet: EA, 5E and 5B. RGB value is (234,94,91). Sum of RGB (Red+Green+Blue) = 234+94+91=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E5B is #15A1A4. Grayscale: #878787. Windows color (decimal): -1417637 or 5988074. OLE color: 5988074.
HSL color Cylindrical-coordinate representation of color #EA5E5B: hue angle of 1.26º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5E5B is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 91 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.08 |
| HSL | 1.26º | 0.77% | 0.64% | - |
| HSV(B) | 1.26º | 0.61% | 0.92% | - |
| XYZ | 39.82 | 26.25 | 12.87 | - |
| YUV | 135.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 91 | 0 | 0.60 | 0.61 | 0.08 | 1.26 | 0.77 | 0.64 |
| Hex | EA | 5E | 5B | 0 | 3C | 3D | 8 | 1 | 4D | 40 |
| Octal | 352 | 136 | 133 | 0 | 74 | 75 | 10 | 1 | 115 | 100 |
| Binary | 11101010 | 1011110 | 1011011 | 0 | 111100 | 111101 | 1000 | 1 | 1001101 | 1000000 |
Color Harmonies of #EA5E5B
Complementary color
Monochromatic Colors of #EA5E5B
Black with #EA5E5B
Text Example
Text Example
White with #EA5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E5B; }
p { color: rgb(234,94,91); }
H1.HeaderClassName
{
color: #EA5E5B;
}
.AnyTagClassName
{
color: #EA5E5B;
}
</style>
background-color css
<style>
a { background-color: #EA5E5B; }
a { background-color: rgb(234,94,91); }
div.DivClassName
{
background-color: #EA5E5B;
}
.BgClassName
{
background-color: #EA5E5B;
}
</style>
border-color css
<style>
span { border-color: #EA5E5B; }
span { border-color: rgb(234,94,91); }
td.TdClassName
{
border-color: #EA5E5B;
}
.TagClassName
{
border-color: #EA5E5B;
}
</style>