Shades of Flamingo #E55F45
Tints of Flamingo #E55F45
RGB
CMYK
RGB Variations
Color information
#E55F45 (or 0xE55F45) is known color: Flamingo. HEX triplet: E5, 5F and 45. RGB value is (229,95,69). Sum of RGB (Red+Green+Blue) = 229+95+69=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55F45 is #1AA0BA. Grayscale: #848484. Windows color (decimal): -1745083 or 4546533. OLE color: 4546533.
HSL color Cylindrical-coordinate representation of color #E55F45: hue angle of 9.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 #E55F45 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 69 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.10 |
| HSL | 9.75º | 0.75% | 0.58% | - |
| HSV(B) | 9.75º | 0.7% | 0.9% | - |
| XYZ | 37.48 | 25.27 | 8.53 | - |
| YUV | 132.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 69 | 0 | 0.59 | 0.70 | 0.10 | 9.75 | 0.75 | 0.58 |
| Hex | E5 | 5F | 45 | 0 | 3B | 46 | A | A | 4B | 3A |
| Octal | 345 | 137 | 105 | 0 | 73 | 106 | 12 | 12 | 113 | 72 |
| Binary | 11100101 | 1011111 | 1000101 | 0 | 111011 | 1000110 | 1010 | 1010 | 1001011 | 111010 |
Color Harmonies of #E55F45
Complementary color
Monochromatic Colors of #E55F45
Black with #E55F45
Text Example
Text Example
White with #E55F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F45; }
p { color: rgb(229,95,69); }
H1.HeaderClassName
{
color: #E55F45;
}
.AnyTagClassName
{
color: #E55F45;
}
</style>
background-color css
<style>
a { background-color: #E55F45; }
a { background-color: rgb(229,95,69); }
div.DivClassName
{
background-color: #E55F45;
}
.BgClassName
{
background-color: #E55F45;
}
</style>
border-color css
<style>
span { border-color: #E55F45; }
span { border-color: rgb(229,95,69); }
td.TdClassName
{
border-color: #E55F45;
}
.TagClassName
{
border-color: #E55F45;
}
</style>