Shades of Flamingo #E4554B
Tints of Flamingo #E4554B
RGB
CMYK
RGB Variations
Color information
#E4554B (or 0xE4554B) is known color: Flamingo. HEX triplet: E4, 55 and 4B. RGB value is (228,85,75). Sum of RGB (Red+Green+Blue) = 228+85+75=388 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.76% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 228 - color contains mainly: red. Hex color #E4554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4554B is #1BAAB4. Grayscale: #7E7E7E. Windows color (decimal): -1813173 or 4937188. OLE color: 4937188.
HSL color Cylindrical-coordinate representation of color #E4554B: hue angle of 3.92º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4554B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 75 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.11 |
| HSL | 3.92º | 0.74% | 0.59% | - |
| HSV(B) | 3.92º | 0.67% | 0.89% | - |
| XYZ | 36.51 | 23.5 | 9.27 | - |
| YUV | 126.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 75 | 0 | 0.63 | 0.67 | 0.11 | 3.92 | 0.74 | 0.59 |
| Hex | E4 | 55 | 4B | 0 | 3F | 43 | B | 4 | 4A | 3B |
| Octal | 344 | 125 | 113 | 0 | 77 | 103 | 13 | 4 | 112 | 73 |
| Binary | 11100100 | 1010101 | 1001011 | 0 | 111111 | 1000011 | 1011 | 100 | 1001010 | 111011 |
Color Harmonies of #E4554B
Complementary color
Monochromatic Colors of #E4554B
Black with #E4554B
Text Example
Text Example
White with #E4554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4554B; }
p { color: rgb(228,85,75); }
H1.HeaderClassName
{
color: #E4554B;
}
.AnyTagClassName
{
color: #E4554B;
}
</style>
background-color css
<style>
a { background-color: #E4554B; }
a { background-color: rgb(228,85,75); }
div.DivClassName
{
background-color: #E4554B;
}
.BgClassName
{
background-color: #E4554B;
}
</style>
border-color css
<style>
span { border-color: #E4554B; }
span { border-color: rgb(228,85,75); }
td.TdClassName
{
border-color: #E4554B;
}
.TagClassName
{
border-color: #E4554B;
}
</style>