Shades of Flamingo #E55950
Tints of Flamingo #E55950
RGB
CMYK
RGB Variations
Color information
#E55950 (or 0xE55950) is known color: Flamingo. HEX triplet: E5, 59 and 50. RGB value is (229,89,80). Sum of RGB (Red+Green+Blue) = 229+89+80=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E55950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55950 is #1AA6AF. Grayscale: #828282. Windows color (decimal): -1746608 or 5265893. OLE color: 5265893.
HSL color Cylindrical-coordinate representation of color #E55950: hue angle of 3.62º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55950 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 80 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.10 |
| HSL | 3.62º | 0.74% | 0.61% | - |
| HSV(B) | 3.62º | 0.65% | 0.9% | - |
| XYZ | 37.33 | 24.38 | 10.33 | - |
| YUV | 129.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 80 | 0 | 0.61 | 0.65 | 0.10 | 3.62 | 0.74 | 0.61 |
| Hex | E5 | 59 | 50 | 0 | 3D | 41 | A | 4 | 4A | 3D |
| Octal | 345 | 131 | 120 | 0 | 75 | 101 | 12 | 4 | 112 | 75 |
| Binary | 11100101 | 1011001 | 1010000 | 0 | 111101 | 1000001 | 1010 | 100 | 1001010 | 111101 |
Color Harmonies of #E55950
Complementary color
Monochromatic Colors of #E55950
Black with #E55950
Text Example
Text Example
White with #E55950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55950; }
p { color: rgb(229,89,80); }
H1.HeaderClassName
{
color: #E55950;
}
.AnyTagClassName
{
color: #E55950;
}
</style>
background-color css
<style>
a { background-color: #E55950; }
a { background-color: rgb(229,89,80); }
div.DivClassName
{
background-color: #E55950;
}
.BgClassName
{
background-color: #E55950;
}
</style>
border-color css
<style>
span { border-color: #E55950; }
span { border-color: rgb(229,89,80); }
td.TdClassName
{
border-color: #E55950;
}
.TagClassName
{
border-color: #E55950;
}
</style>