Shades of Flamingo #E55641
Tints of Flamingo #E55641
RGB
CMYK
RGB Variations
Color information
#E55641 (or 0xE55641) is known color: Flamingo. HEX triplet: E5, 56 and 41. RGB value is (229,86,65). Sum of RGB (Red+Green+Blue) = 229+86+65=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E55641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55641 is #1AA9BE. Grayscale: #7E7E7E. Windows color (decimal): -1747391 or 4282085. OLE color: 4282085.
HSL color Cylindrical-coordinate representation of color #E55641: hue angle of 7.68º 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 #E55641 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 65 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.10 |
| HSL | 7.68º | 0.76% | 0.58% | - |
| HSV(B) | 7.68º | 0.72% | 0.9% | - |
| XYZ | 36.6 | 23.7 | 7.65 | - |
| YUV | 126.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 65 | 0 | 0.62 | 0.72 | 0.10 | 7.68 | 0.76 | 0.58 |
| Hex | E5 | 56 | 41 | 0 | 3E | 48 | A | 8 | 4C | 3A |
| Octal | 345 | 126 | 101 | 0 | 76 | 110 | 12 | 10 | 114 | 72 |
| Binary | 11100101 | 1010110 | 1000001 | 0 | 111110 | 1001000 | 1010 | 1000 | 1001100 | 111010 |
Color Harmonies of #E55641
Complementary color
Monochromatic Colors of #E55641
Black with #E55641
Text Example
Text Example
White with #E55641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55641; }
p { color: rgb(229,86,65); }
H1.HeaderClassName
{
color: #E55641;
}
.AnyTagClassName
{
color: #E55641;
}
</style>
background-color css
<style>
a { background-color: #E55641; }
a { background-color: rgb(229,86,65); }
div.DivClassName
{
background-color: #E55641;
}
.BgClassName
{
background-color: #E55641;
}
</style>
border-color css
<style>
span { border-color: #E55641; }
span { border-color: rgb(229,86,65); }
td.TdClassName
{
border-color: #E55641;
}
.TagClassName
{
border-color: #E55641;
}
</style>