Shades of Flamingo #E9544D
Tints of Flamingo #E9544D
RGB
CMYK
RGB Variations
Color information
#E9544D (or 0xE9544D) is known color: Flamingo. HEX triplet: E9, 54 and 4D. RGB value is (233,84,77). Sum of RGB (Red+Green+Blue) = 233+84+77=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E9544D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9544D is #16ABB2. Grayscale: #7F7F7F. Windows color (decimal): -1485747 or 5068009. OLE color: 5068009.
HSL color Cylindrical-coordinate representation of color #E9544D: hue angle of 2.69º degrees, saturation: 0.78, 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 #E9544D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 77 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.09 |
| HSL | 2.69º | 0.78% | 0.61% | - |
| HSV(B) | 2.69º | 0.67% | 0.91% | - |
| XYZ | 38.11 | 24.2 | 9.68 | - |
| YUV | 127.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 77 | 0 | 0.64 | 0.67 | 0.09 | 2.69 | 0.78 | 0.61 |
| Hex | E9 | 54 | 4D | 0 | 40 | 43 | 9 | 3 | 4E | 3D |
| Octal | 351 | 124 | 115 | 0 | 100 | 103 | 11 | 3 | 116 | 75 |
| Binary | 11101001 | 1010100 | 1001101 | 0 | 1000000 | 1000011 | 1001 | 11 | 1001110 | 111101 |
Color Harmonies of #E9544D
Complementary color
Monochromatic Colors of #E9544D
Black with #E9544D
Text Example
Text Example
White with #E9544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9544D; }
p { color: rgb(233,84,77); }
H1.HeaderClassName
{
color: #E9544D;
}
.AnyTagClassName
{
color: #E9544D;
}
</style>
background-color css
<style>
a { background-color: #E9544D; }
a { background-color: rgb(233,84,77); }
div.DivClassName
{
background-color: #E9544D;
}
.BgClassName
{
background-color: #E9544D;
}
</style>
border-color css
<style>
span { border-color: #E9544D; }
span { border-color: rgb(233,84,77); }
td.TdClassName
{
border-color: #E9544D;
}
.TagClassName
{
border-color: #E9544D;
}
</style>