Shades of Flamingo #E8554D
Tints of Flamingo #E8554D
RGB
CMYK
RGB Variations
Color information
#E8554D (or 0xE8554D) is known color: Flamingo. HEX triplet: E8, 55 and 4D. RGB value is (232,85,77). Sum of RGB (Red+Green+Blue) = 232+85+77=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E8554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8554D is #17AAB2. Grayscale: #808080. Windows color (decimal): -1551027 or 5068264. OLE color: 5068264.
HSL color Cylindrical-coordinate representation of color #E8554D: hue angle of 3.1º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8554D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 77 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.09 |
| HSL | 3.1º | 0.77% | 0.61% | - |
| HSV(B) | 3.1º | 0.67% | 0.91% | - |
| XYZ | 37.87 | 24.19 | 9.69 | - |
| YUV | 128.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 77 | 0 | 0.63 | 0.67 | 0.09 | 3.1 | 0.77 | 0.61 |
| Hex | E8 | 55 | 4D | 0 | 3F | 43 | 9 | 3 | 4D | 3D |
| Octal | 350 | 125 | 115 | 0 | 77 | 103 | 11 | 3 | 115 | 75 |
| Binary | 11101000 | 1010101 | 1001101 | 0 | 111111 | 1000011 | 1001 | 11 | 1001101 | 111101 |
Color Harmonies of #E8554D
Complementary color
Monochromatic Colors of #E8554D
Black with #E8554D
Text Example
Text Example
White with #E8554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8554D; }
p { color: rgb(232,85,77); }
H1.HeaderClassName
{
color: #E8554D;
}
.AnyTagClassName
{
color: #E8554D;
}
</style>
background-color css
<style>
a { background-color: #E8554D; }
a { background-color: rgb(232,85,77); }
div.DivClassName
{
background-color: #E8554D;
}
.BgClassName
{
background-color: #E8554D;
}
</style>
border-color css
<style>
span { border-color: #E8554D; }
span { border-color: rgb(232,85,77); }
td.TdClassName
{
border-color: #E8554D;
}
.TagClassName
{
border-color: #E8554D;
}
</style>