Shades of Flamingo #E55B42
Tints of Flamingo #E55B42
RGB
CMYK
RGB Variations
Color information
#E55B42 (or 0xE55B42) is known color: Flamingo. HEX triplet: E5, 5B and 42. RGB value is (229,91,66). Sum of RGB (Red+Green+Blue) = 229+91+66=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55B42 is #1AA4BD. Grayscale: #818181. Windows color (decimal): -1746110 or 4348901. OLE color: 4348901.
HSL color Cylindrical-coordinate representation of color #E55B42: hue angle of 9.2º 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 #E55B42 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 66 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.10 |
| HSL | 9.2º | 0.76% | 0.58% | - |
| HSV(B) | 9.2º | 0.71% | 0.9% | - |
| XYZ | 37.04 | 24.53 | 7.94 | - |
| YUV | 129.41 | 92.22 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 66 | 0 | 0.60 | 0.71 | 0.10 | 9.2 | 0.76 | 0.58 |
| Hex | E5 | 5B | 42 | 0 | 3C | 47 | A | 9 | 4C | 3A |
| Octal | 345 | 133 | 102 | 0 | 74 | 107 | 12 | 11 | 114 | 72 |
| Binary | 11100101 | 1011011 | 1000010 | 0 | 111100 | 1000111 | 1010 | 1001 | 1001100 | 111010 |
Color Harmonies of #E55B42
Complementary color
Monochromatic Colors of #E55B42
Black with #E55B42
Text Example
Text Example
White with #E55B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B42; }
p { color: rgb(229,91,66); }
H1.HeaderClassName
{
color: #E55B42;
}
.AnyTagClassName
{
color: #E55B42;
}
</style>
background-color css
<style>
a { background-color: #E55B42; }
a { background-color: rgb(229,91,66); }
div.DivClassName
{
background-color: #E55B42;
}
.BgClassName
{
background-color: #E55B42;
}
</style>
border-color css
<style>
span { border-color: #E55B42; }
span { border-color: rgb(229,91,66); }
td.TdClassName
{
border-color: #E55B42;
}
.TagClassName
{
border-color: #E55B42;
}
</style>