Shades of Flamingo #E55A45
Tints of Flamingo #E55A45
RGB
CMYK
RGB Variations
Color information
#E55A45 (or 0xE55A45) is known color: Flamingo. HEX triplet: E5, 5A and 45. RGB value is (229,90,69). Sum of RGB (Red+Green+Blue) = 229+90+69=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55A45 is #1AA5BA. Grayscale: #818181. Windows color (decimal): -1746363 or 4545253. OLE color: 4545253.
HSL color Cylindrical-coordinate representation of color #E55A45: hue angle of 7.87º 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 #E55A45 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 69 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.10 |
| HSL | 7.88º | 0.75% | 0.58% | - |
| HSV(B) | 7.88º | 0.7% | 0.9% | - |
| XYZ | 37.04 | 24.4 | 8.39 | - |
| YUV | 129.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 69 | 0 | 0.61 | 0.70 | 0.10 | 7.88 | 0.75 | 0.58 |
| Hex | E5 | 5A | 45 | 0 | 3D | 46 | A | 8 | 4B | 3A |
| Octal | 345 | 132 | 105 | 0 | 75 | 106 | 12 | 10 | 113 | 72 |
| Binary | 11100101 | 1011010 | 1000101 | 0 | 111101 | 1000110 | 1010 | 1000 | 1001011 | 111010 |
Color Harmonies of #E55A45
Complementary color
Monochromatic Colors of #E55A45
Black with #E55A45
Text Example
Text Example
White with #E55A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A45; }
p { color: rgb(229,90,69); }
H1.HeaderClassName
{
color: #E55A45;
}
.AnyTagClassName
{
color: #E55A45;
}
</style>
background-color css
<style>
a { background-color: #E55A45; }
a { background-color: rgb(229,90,69); }
div.DivClassName
{
background-color: #E55A45;
}
.BgClassName
{
background-color: #E55A45;
}
</style>
border-color css
<style>
span { border-color: #E55A45; }
span { border-color: rgb(229,90,69); }
td.TdClassName
{
border-color: #E55A45;
}
.TagClassName
{
border-color: #E55A45;
}
</style>