Shades of Flamingo #E8544D
Tints of Flamingo #E8544D
RGB
CMYK
RGB Variations
Color information
#E8544D (or 0xE8544D) is known color: Flamingo. HEX triplet: E8, 54 and 4D. RGB value is (232,84,77). Sum of RGB (Red+Green+Blue) = 232+84+77=393 (52% of max value = 765). Red value is 232 (91.02% from 255 or 59.03% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 232 - color contains mainly: red. Hex color #E8544D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8544D is #17ABB2. Grayscale: #7F7F7F. Windows color (decimal): -1551283 or 5068008. OLE color: 5068008.
HSL color Cylindrical-coordinate representation of color #E8544D: hue angle of 2.71º 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 #E8544D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 77 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.09 |
| HSL | 2.71º | 0.77% | 0.61% | - |
| HSV(B) | 2.71º | 0.67% | 0.91% | - |
| XYZ | 37.79 | 24.03 | 9.67 | - |
| YUV | 127.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 77 | 0 | 0.64 | 0.67 | 0.09 | 2.71 | 0.77 | 0.61 |
| Hex | E8 | 54 | 4D | 0 | 40 | 43 | 9 | 3 | 4D | 3D |
| Octal | 350 | 124 | 115 | 0 | 100 | 103 | 11 | 3 | 115 | 75 |
| Binary | 11101000 | 1010100 | 1001101 | 0 | 1000000 | 1000011 | 1001 | 11 | 1001101 | 111101 |
Color Harmonies of #E8544D
Complementary color
Monochromatic Colors of #E8544D
Black with #E8544D
Text Example
Text Example
White with #E8544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8544D; }
p { color: rgb(232,84,77); }
H1.HeaderClassName
{
color: #E8544D;
}
.AnyTagClassName
{
color: #E8544D;
}
</style>
background-color css
<style>
a { background-color: #E8544D; }
a { background-color: rgb(232,84,77); }
div.DivClassName
{
background-color: #E8544D;
}
.BgClassName
{
background-color: #E8544D;
}
</style>
border-color css
<style>
span { border-color: #E8544D; }
span { border-color: rgb(232,84,77); }
td.TdClassName
{
border-color: #E8544D;
}
.TagClassName
{
border-color: #E8544D;
}
</style>