Shades of Flamingo #E55841
Tints of Flamingo #E55841
RGB
CMYK
RGB Variations
Color information
#E55841 (or 0xE55841) is known color: Flamingo. HEX triplet: E5, 58 and 41. RGB value is (229,88,65). Sum of RGB (Red+Green+Blue) = 229+88+65=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E55841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55841 is #1AA7BE. Grayscale: #7F7F7F. Windows color (decimal): -1746879 or 4282597. OLE color: 4282597.
HSL color Cylindrical-coordinate representation of color #E55841: hue angle of 8.41º 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 #E55841 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 65 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.10 |
| HSL | 8.41º | 0.76% | 0.58% | - |
| HSV(B) | 8.41º | 0.72% | 0.9% | - |
| XYZ | 36.76 | 24.02 | 7.7 | - |
| YUV | 127.54 | 92.71 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 65 | 0 | 0.62 | 0.72 | 0.10 | 8.41 | 0.76 | 0.58 |
| Hex | E5 | 58 | 41 | 0 | 3E | 48 | A | 8 | 4C | 3A |
| Octal | 345 | 130 | 101 | 0 | 76 | 110 | 12 | 10 | 114 | 72 |
| Binary | 11100101 | 1011000 | 1000001 | 0 | 111110 | 1001000 | 1010 | 1000 | 1001100 | 111010 |
Color Harmonies of #E55841
Complementary color
Monochromatic Colors of #E55841
Black with #E55841
Text Example
Text Example
White with #E55841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55841; }
p { color: rgb(229,88,65); }
H1.HeaderClassName
{
color: #E55841;
}
.AnyTagClassName
{
color: #E55841;
}
</style>
background-color css
<style>
a { background-color: #E55841; }
a { background-color: rgb(229,88,65); }
div.DivClassName
{
background-color: #E55841;
}
.BgClassName
{
background-color: #E55841;
}
</style>
border-color css
<style>
span { border-color: #E55841; }
span { border-color: rgb(229,88,65); }
td.TdClassName
{
border-color: #E55841;
}
.TagClassName
{
border-color: #E55841;
}
</style>