Shades of Flamingo #E55F56
Tints of Flamingo #E55F56
RGB
CMYK
RGB Variations
Color information
#E55F56 (or 0xE55F56) is known color: Flamingo. HEX triplet: E5, 5F and 56. RGB value is (229,95,86). Sum of RGB (Red+Green+Blue) = 229+95+86=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F56 is #1AA0A9. Grayscale: #868686. Windows color (decimal): -1745066 or 5660645. OLE color: 5660645.
HSL color Cylindrical-coordinate representation of color #E55F56: hue angle of 3.78º 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 #E55F56 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 86 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.10 |
| HSL | 3.78º | 0.73% | 0.62% | - |
| HSV(B) | 3.78º | 0.62% | 0.9% | - |
| XYZ | 38.09 | 25.51 | 11.72 | - |
| YUV | 134.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 86 | 0 | 0.59 | 0.62 | 0.10 | 3.78 | 0.73 | 0.62 |
| Hex | E5 | 5F | 56 | 0 | 3B | 3E | A | 4 | 49 | 3E |
| Octal | 345 | 137 | 126 | 0 | 73 | 76 | 12 | 4 | 111 | 76 |
| Binary | 11100101 | 1011111 | 1010110 | 0 | 111011 | 111110 | 1010 | 100 | 1001001 | 111110 |
Color Harmonies of #E55F56
Complementary color
Monochromatic Colors of #E55F56
Black with #E55F56
Text Example
Text Example
White with #E55F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F56; }
p { color: rgb(229,95,86); }
H1.HeaderClassName
{
color: #E55F56;
}
.AnyTagClassName
{
color: #E55F56;
}
</style>
background-color css
<style>
a { background-color: #E55F56; }
a { background-color: rgb(229,95,86); }
div.DivClassName
{
background-color: #E55F56;
}
.BgClassName
{
background-color: #E55F56;
}
</style>
border-color css
<style>
span { border-color: #E55F56; }
span { border-color: rgb(229,95,86); }
td.TdClassName
{
border-color: #E55F56;
}
.TagClassName
{
border-color: #E55F56;
}
</style>