Shades of Flamingo #E5554B
Tints of Flamingo #E5554B
RGB
CMYK
RGB Variations
Color information
#E5554B (or 0xE5554B) is known color: Flamingo. HEX triplet: E5, 55 and 4B. RGB value is (229,85,75). Sum of RGB (Red+Green+Blue) = 229+85+75=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5554B is #1AAAB4. Grayscale: #7F7F7F. Windows color (decimal): -1747637 or 4937189. OLE color: 4937189.
HSL color Cylindrical-coordinate representation of color #E5554B: hue angle of 3.9º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5554B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 75 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.10 |
| HSL | 3.9º | 0.75% | 0.6% | - |
| HSV(B) | 3.9º | 0.67% | 0.9% | - |
| XYZ | 36.83 | 23.66 | 9.28 | - |
| YUV | 126.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 75 | 0 | 0.63 | 0.67 | 0.10 | 3.9 | 0.75 | 0.6 |
| Hex | E5 | 55 | 4B | 0 | 3F | 43 | A | 4 | 4B | 3C |
| Octal | 345 | 125 | 113 | 0 | 77 | 103 | 12 | 4 | 113 | 74 |
| Binary | 11100101 | 1010101 | 1001011 | 0 | 111111 | 1000011 | 1010 | 100 | 1001011 | 111100 |
Color Harmonies of #E5554B
Complementary color
Monochromatic Colors of #E5554B
Black with #E5554B
Text Example
Text Example
White with #E5554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5554B; }
p { color: rgb(229,85,75); }
H1.HeaderClassName
{
color: #E5554B;
}
.AnyTagClassName
{
color: #E5554B;
}
</style>
background-color css
<style>
a { background-color: #E5554B; }
a { background-color: rgb(229,85,75); }
div.DivClassName
{
background-color: #E5554B;
}
.BgClassName
{
background-color: #E5554B;
}
</style>
border-color css
<style>
span { border-color: #E5554B; }
span { border-color: rgb(229,85,75); }
td.TdClassName
{
border-color: #E5554B;
}
.TagClassName
{
border-color: #E5554B;
}
</style>