Shades of Flamingo #E55745
Tints of Flamingo #E55745
RGB
CMYK
RGB Variations
Color information
#E55745 (or 0xE55745) is known color: Flamingo. HEX triplet: E5, 57 and 45. RGB value is (229,87,69). Sum of RGB (Red+Green+Blue) = 229+87+69=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E55745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55745 is #1AA8BA. Grayscale: #7F7F7F. Windows color (decimal): -1747131 or 4544485. OLE color: 4544485.
HSL color Cylindrical-coordinate representation of color #E55745: hue angle of 6.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E55745 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 69 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.10 |
| HSL | 6.75º | 0.75% | 0.58% | - |
| HSV(B) | 6.75º | 0.7% | 0.9% | - |
| XYZ | 36.8 | 23.9 | 8.3 | - |
| YUV | 127.41 | 95.04 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 69 | 0 | 0.62 | 0.70 | 0.10 | 6.75 | 0.75 | 0.58 |
| Hex | E5 | 57 | 45 | 0 | 3E | 46 | A | 7 | 4B | 3A |
| Octal | 345 | 127 | 105 | 0 | 76 | 106 | 12 | 7 | 113 | 72 |
| Binary | 11100101 | 1010111 | 1000101 | 0 | 111110 | 1000110 | 1010 | 111 | 1001011 | 111010 |
Color Harmonies of #E55745
Complementary color
Monochromatic Colors of #E55745
Black with #E55745
Text Example
Text Example
White with #E55745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55745; }
p { color: rgb(229,87,69); }
H1.HeaderClassName
{
color: #E55745;
}
.AnyTagClassName
{
color: #E55745;
}
</style>
background-color css
<style>
a { background-color: #E55745; }
a { background-color: rgb(229,87,69); }
div.DivClassName
{
background-color: #E55745;
}
.BgClassName
{
background-color: #E55745;
}
</style>
border-color css
<style>
span { border-color: #E55745; }
span { border-color: rgb(229,87,69); }
td.TdClassName
{
border-color: #E55745;
}
.TagClassName
{
border-color: #E55745;
}
</style>