Shades of Flamingo #E55E4E
Tints of Flamingo #E55E4E
RGB
CMYK
RGB Variations
Color information
#E55E4E (or 0xE55E4E) is known color: Flamingo. HEX triplet: E5, 5E and 4E. RGB value is (229,94,78). Sum of RGB (Red+Green+Blue) = 229+94+78=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E4E is #1AA1B1. Grayscale: #848484. Windows color (decimal): -1745330 or 5136101. OLE color: 5136101.
HSL color Cylindrical-coordinate representation of color #E55E4E: hue angle of 6.36º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E55E4E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 78 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.10 |
| HSL | 6.36º | 0.74% | 0.6% | - |
| HSV(B) | 6.36º | 0.66% | 0.9% | - |
| XYZ | 37.69 | 25.21 | 10.09 | - |
| YUV | 132.54 | 97.23 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 78 | 0 | 0.59 | 0.66 | 0.10 | 6.36 | 0.74 | 0.6 |
| Hex | E5 | 5E | 4E | 0 | 3B | 42 | A | 6 | 4A | 3C |
| Octal | 345 | 136 | 116 | 0 | 73 | 102 | 12 | 6 | 112 | 74 |
| Binary | 11100101 | 1011110 | 1001110 | 0 | 111011 | 1000010 | 1010 | 110 | 1001010 | 111100 |
Color Harmonies of #E55E4E
Complementary color
Monochromatic Colors of #E55E4E
Black with #E55E4E
Text Example
Text Example
White with #E55E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E4E; }
p { color: rgb(229,94,78); }
H1.HeaderClassName
{
color: #E55E4E;
}
.AnyTagClassName
{
color: #E55E4E;
}
</style>
background-color css
<style>
a { background-color: #E55E4E; }
a { background-color: rgb(229,94,78); }
div.DivClassName
{
background-color: #E55E4E;
}
.BgClassName
{
background-color: #E55E4E;
}
</style>
border-color css
<style>
span { border-color: #E55E4E; }
span { border-color: rgb(229,94,78); }
td.TdClassName
{
border-color: #E55E4E;
}
.TagClassName
{
border-color: #E55E4E;
}
</style>