Shades of Flamingo #E5554D
Tints of Flamingo #E5554D
RGB
CMYK
RGB Variations
Color information
#E5554D (or 0xE5554D) is known color: Flamingo. HEX triplet: E5, 55 and 4D. RGB value is (229,85,77). Sum of RGB (Red+Green+Blue) = 229+85+77=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E5554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5554D is #1AAAB2. Grayscale: #7F7F7F. Windows color (decimal): -1747635 or 5068261. OLE color: 5068261.
HSL color Cylindrical-coordinate representation of color #E5554D: hue angle of 3.16º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5554D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 77 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.10 |
| HSL | 3.16º | 0.75% | 0.6% | - |
| HSV(B) | 3.16º | 0.66% | 0.9% | - |
| XYZ | 36.9 | 23.69 | 9.65 | - |
| YUV | 127.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 77 | 0 | 0.63 | 0.66 | 0.10 | 3.16 | 0.75 | 0.6 |
| Hex | E5 | 55 | 4D | 0 | 3F | 42 | A | 3 | 4B | 3C |
| Octal | 345 | 125 | 115 | 0 | 77 | 102 | 12 | 3 | 113 | 74 |
| Binary | 11100101 | 1010101 | 1001101 | 0 | 111111 | 1000010 | 1010 | 11 | 1001011 | 111100 |
Color Harmonies of #E5554D
Complementary color
Monochromatic Colors of #E5554D
Black with #E5554D
Text Example
Text Example
White with #E5554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5554D; }
p { color: rgb(229,85,77); }
H1.HeaderClassName
{
color: #E5554D;
}
.AnyTagClassName
{
color: #E5554D;
}
</style>
background-color css
<style>
a { background-color: #E5554D; }
a { background-color: rgb(229,85,77); }
div.DivClassName
{
background-color: #E5554D;
}
.BgClassName
{
background-color: #E5554D;
}
</style>
border-color css
<style>
span { border-color: #E5554D; }
span { border-color: rgb(229,85,77); }
td.TdClassName
{
border-color: #E5554D;
}
.TagClassName
{
border-color: #E5554D;
}
</style>