Shades of Flamingo #E55441
Tints of Flamingo #E55441
RGB
CMYK
RGB Variations
Color information
#E55441 (or 0xE55441) is known color: Flamingo. HEX triplet: E5, 54 and 41. RGB value is (229,84,65). Sum of RGB (Red+Green+Blue) = 229+84+65=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E55441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55441 is #1AABBE. Grayscale: #7D7D7D. Windows color (decimal): -1747903 or 4281573. OLE color: 4281573.
HSL color Cylindrical-coordinate representation of color #E55441: hue angle of 6.95º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E55441 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 65 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.10 |
| HSL | 6.95º | 0.76% | 0.58% | - |
| HSV(B) | 6.95º | 0.72% | 0.9% | - |
| XYZ | 36.44 | 23.38 | 7.59 | - |
| YUV | 125.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 65 | 0 | 0.63 | 0.72 | 0.10 | 6.95 | 0.76 | 0.58 |
| Hex | E5 | 54 | 41 | 0 | 3F | 48 | A | 7 | 4C | 3A |
| Octal | 345 | 124 | 101 | 0 | 77 | 110 | 12 | 7 | 114 | 72 |
| Binary | 11100101 | 1010100 | 1000001 | 0 | 111111 | 1001000 | 1010 | 111 | 1001100 | 111010 |
Color Harmonies of #E55441
Complementary color
Monochromatic Colors of #E55441
Black with #E55441
Text Example
Text Example
White with #E55441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55441; }
p { color: rgb(229,84,65); }
H1.HeaderClassName
{
color: #E55441;
}
.AnyTagClassName
{
color: #E55441;
}
</style>
background-color css
<style>
a { background-color: #E55441; }
a { background-color: rgb(229,84,65); }
div.DivClassName
{
background-color: #E55441;
}
.BgClassName
{
background-color: #E55441;
}
</style>
border-color css
<style>
span { border-color: #E55441; }
span { border-color: rgb(229,84,65); }
td.TdClassName
{
border-color: #E55441;
}
.TagClassName
{
border-color: #E55441;
}
</style>