Shades of Flamingo #E55B57
Tints of Flamingo #E55B57
RGB
CMYK
RGB Variations
Color information
#E55B57 (or 0xE55B57) is known color: Flamingo. HEX triplet: E5, 5B and 57. RGB value is (229,91,87). Sum of RGB (Red+Green+Blue) = 229+91+87=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55B57 is #1AA4A8. Grayscale: #838383. Windows color (decimal): -1746089 or 5725157. OLE color: 5725157.
HSL color Cylindrical-coordinate representation of color #E55B57: hue angle of 1.69º 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 #E55B57 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 87 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.10 |
| HSL | 1.69º | 0.73% | 0.62% | - |
| HSV(B) | 1.69º | 0.62% | 0.9% | - |
| XYZ | 37.77 | 24.83 | 11.82 | - |
| YUV | 131.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 87 | 0 | 0.60 | 0.62 | 0.10 | 1.69 | 0.73 | 0.62 |
| Hex | E5 | 5B | 57 | 0 | 3C | 3E | A | 2 | 49 | 3E |
| Octal | 345 | 133 | 127 | 0 | 74 | 76 | 12 | 2 | 111 | 76 |
| Binary | 11100101 | 1011011 | 1010111 | 0 | 111100 | 111110 | 1010 | 10 | 1001001 | 111110 |
Color Harmonies of #E55B57
Complementary color
Monochromatic Colors of #E55B57
Black with #E55B57
Text Example
Text Example
White with #E55B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B57; }
p { color: rgb(229,91,87); }
H1.HeaderClassName
{
color: #E55B57;
}
.AnyTagClassName
{
color: #E55B57;
}
</style>
background-color css
<style>
a { background-color: #E55B57; }
a { background-color: rgb(229,91,87); }
div.DivClassName
{
background-color: #E55B57;
}
.BgClassName
{
background-color: #E55B57;
}
</style>
border-color css
<style>
span { border-color: #E55B57; }
span { border-color: rgb(229,91,87); }
td.TdClassName
{
border-color: #E55B57;
}
.TagClassName
{
border-color: #E55B57;
}
</style>