Shades of Flamingo #E55C42
Tints of Flamingo #E55C42
RGB
CMYK
RGB Variations
Color information
#E55C42 (or 0xE55C42) is known color: Flamingo. HEX triplet: E5, 5C and 42. RGB value is (229,92,66). Sum of RGB (Red+Green+Blue) = 229+92+66=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55C42 is #1AA3BD. Grayscale: #828282. Windows color (decimal): -1745854 or 4349157. OLE color: 4349157.
HSL color Cylindrical-coordinate representation of color #E55C42: hue angle of 9.57º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E55C42 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 66 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.10 |
| HSL | 9.57º | 0.76% | 0.58% | - |
| HSV(B) | 9.57º | 0.71% | 0.9% | - |
| XYZ | 37.12 | 24.71 | 7.97 | - |
| YUV | 130 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 66 | 0 | 0.60 | 0.71 | 0.10 | 9.57 | 0.76 | 0.58 |
| Hex | E5 | 5C | 42 | 0 | 3C | 47 | A | A | 4C | 3A |
| Octal | 345 | 134 | 102 | 0 | 74 | 107 | 12 | 12 | 114 | 72 |
| Binary | 11100101 | 1011100 | 1000010 | 0 | 111100 | 1000111 | 1010 | 1010 | 1001100 | 111010 |
Color Harmonies of #E55C42
Complementary color
Monochromatic Colors of #E55C42
Black with #E55C42
Text Example
Text Example
White with #E55C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C42; }
p { color: rgb(229,92,66); }
H1.HeaderClassName
{
color: #E55C42;
}
.AnyTagClassName
{
color: #E55C42;
}
</style>
background-color css
<style>
a { background-color: #E55C42; }
a { background-color: rgb(229,92,66); }
div.DivClassName
{
background-color: #E55C42;
}
.BgClassName
{
background-color: #E55C42;
}
</style>
border-color css
<style>
span { border-color: #E55C42; }
span { border-color: rgb(229,92,66); }
td.TdClassName
{
border-color: #E55C42;
}
.TagClassName
{
border-color: #E55C42;
}
</style>