Shades of Flamingo #E8544B
Tints of Flamingo #E8544B
RGB
CMYK
RGB Variations
Color information
#E8544B (or 0xE8544B) is known color: Flamingo. HEX triplet: E8, 54 and 4B. RGB value is (232,84,75). Sum of RGB (Red+Green+Blue) = 232+84+75=391 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.34% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 232 - color contains mainly: red. Hex color #E8544B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8544B is #17ABB4. Grayscale: #7F7F7F. Windows color (decimal): -1551285 or 4936936. OLE color: 4936936.
HSL color Cylindrical-coordinate representation of color #E8544B: hue angle of 3.44º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8544B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 75 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.09 |
| HSL | 3.44º | 0.77% | 0.6% | - |
| HSV(B) | 3.44º | 0.68% | 0.91% | - |
| XYZ | 37.72 | 24 | 9.3 | - |
| YUV | 127.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 75 | 0 | 0.64 | 0.68 | 0.09 | 3.44 | 0.77 | 0.6 |
| Hex | E8 | 54 | 4B | 0 | 40 | 44 | 9 | 3 | 4D | 3C |
| Octal | 350 | 124 | 113 | 0 | 100 | 104 | 11 | 3 | 115 | 74 |
| Binary | 11101000 | 1010100 | 1001011 | 0 | 1000000 | 1000100 | 1001 | 11 | 1001101 | 111100 |
Color Harmonies of #E8544B
Complementary color
Monochromatic Colors of #E8544B
Black with #E8544B
Text Example
Text Example
White with #E8544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8544B; }
p { color: rgb(232,84,75); }
H1.HeaderClassName
{
color: #E8544B;
}
.AnyTagClassName
{
color: #E8544B;
}
</style>
background-color css
<style>
a { background-color: #E8544B; }
a { background-color: rgb(232,84,75); }
div.DivClassName
{
background-color: #E8544B;
}
.BgClassName
{
background-color: #E8544B;
}
</style>
border-color css
<style>
span { border-color: #E8544B; }
span { border-color: rgb(232,84,75); }
td.TdClassName
{
border-color: #E8544B;
}
.TagClassName
{
border-color: #E8544B;
}
</style>