Shades of Flamingo #E55642
Tints of Flamingo #E55642
RGB
CMYK
RGB Variations
Color information
#E55642 (or 0xE55642) is known color: Flamingo. HEX triplet: E5, 56 and 42. RGB value is (229,86,66). Sum of RGB (Red+Green+Blue) = 229+86+66=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E55642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55642 is #1AA9BD. Grayscale: #7E7E7E. Windows color (decimal): -1747390 or 4347621. OLE color: 4347621.
HSL color Cylindrical-coordinate representation of color #E55642: hue angle of 7.36º 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 #E55642 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 66 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.10 |
| HSL | 7.36º | 0.76% | 0.58% | - |
| HSV(B) | 7.36º | 0.71% | 0.9% | - |
| XYZ | 36.62 | 23.71 | 7.8 | - |
| YUV | 126.48 | 93.88 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 66 | 0 | 0.62 | 0.71 | 0.10 | 7.36 | 0.76 | 0.58 |
| Hex | E5 | 56 | 42 | 0 | 3E | 47 | A | 7 | 4C | 3A |
| Octal | 345 | 126 | 102 | 0 | 76 | 107 | 12 | 7 | 114 | 72 |
| Binary | 11100101 | 1010110 | 1000010 | 0 | 111110 | 1000111 | 1010 | 111 | 1001100 | 111010 |
Color Harmonies of #E55642
Complementary color
Monochromatic Colors of #E55642
Black with #E55642
Text Example
Text Example
White with #E55642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55642; }
p { color: rgb(229,86,66); }
H1.HeaderClassName
{
color: #E55642;
}
.AnyTagClassName
{
color: #E55642;
}
</style>
background-color css
<style>
a { background-color: #E55642; }
a { background-color: rgb(229,86,66); }
div.DivClassName
{
background-color: #E55642;
}
.BgClassName
{
background-color: #E55642;
}
</style>
border-color css
<style>
span { border-color: #E55642; }
span { border-color: rgb(229,86,66); }
td.TdClassName
{
border-color: #E55642;
}
.TagClassName
{
border-color: #E55642;
}
</style>