Shades of Flamingo #E55E58
Tints of Flamingo #E55E58
RGB
CMYK
RGB Variations
Color information
#E55E58 (or 0xE55E58) is known color: Flamingo. HEX triplet: E5, 5E and 58. RGB value is (229,94,88). Sum of RGB (Red+Green+Blue) = 229+94+88=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E58 is #1AA1A7. Grayscale: #858585. Windows color (decimal): -1745320 or 5791461. OLE color: 5791461.
HSL color Cylindrical-coordinate representation of color #E55E58: hue angle of 2.55º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55E58 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 88 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.10 |
| HSL | 2.55º | 0.73% | 0.62% | - |
| HSV(B) | 2.55º | 0.62% | 0.9% | - |
| XYZ | 38.08 | 25.37 | 12.12 | - |
| YUV | 133.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 88 | 0 | 0.59 | 0.62 | 0.10 | 2.55 | 0.73 | 0.62 |
| Hex | E5 | 5E | 58 | 0 | 3B | 3E | A | 3 | 49 | 3E |
| Octal | 345 | 136 | 130 | 0 | 73 | 76 | 12 | 3 | 111 | 76 |
| Binary | 11100101 | 1011110 | 1011000 | 0 | 111011 | 111110 | 1010 | 11 | 1001001 | 111110 |
Color Harmonies of #E55E58
Complementary color
Monochromatic Colors of #E55E58
Black with #E55E58
Text Example
Text Example
White with #E55E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E58; }
p { color: rgb(229,94,88); }
H1.HeaderClassName
{
color: #E55E58;
}
.AnyTagClassName
{
color: #E55E58;
}
</style>
background-color css
<style>
a { background-color: #E55E58; }
a { background-color: rgb(229,94,88); }
div.DivClassName
{
background-color: #E55E58;
}
.BgClassName
{
background-color: #E55E58;
}
</style>
border-color css
<style>
span { border-color: #E55E58; }
span { border-color: rgb(229,94,88); }
td.TdClassName
{
border-color: #E55E58;
}
.TagClassName
{
border-color: #E55E58;
}
</style>