Shades of Flamingo #E9544C
Tints of Flamingo #E9544C
RGB
CMYK
RGB Variations
Color information
#E9544C (or 0xE9544C) is known color: Flamingo. HEX triplet: E9, 54 and 4C. RGB value is (233,84,76). Sum of RGB (Red+Green+Blue) = 233+84+76=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9544C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9544C is #16ABB3. Grayscale: #7F7F7F. Windows color (decimal): -1485748 or 5002473. OLE color: 5002473.
HSL color Cylindrical-coordinate representation of color #E9544C: hue angle of 3.06º 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 #E9544C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 76 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.09 |
| HSL | 3.06º | 0.78% | 0.61% | - |
| HSV(B) | 3.06º | 0.67% | 0.91% | - |
| XYZ | 38.08 | 24.19 | 9.5 | - |
| YUV | 127.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 76 | 0 | 0.64 | 0.67 | 0.09 | 3.06 | 0.78 | 0.61 |
| Hex | E9 | 54 | 4C | 0 | 40 | 43 | 9 | 3 | 4E | 3D |
| Octal | 351 | 124 | 114 | 0 | 100 | 103 | 11 | 3 | 116 | 75 |
| Binary | 11101001 | 1010100 | 1001100 | 0 | 1000000 | 1000011 | 1001 | 11 | 1001110 | 111101 |
Color Harmonies of #E9544C
Complementary color
Monochromatic Colors of #E9544C
Black with #E9544C
Text Example
Text Example
White with #E9544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9544C; }
p { color: rgb(233,84,76); }
H1.HeaderClassName
{
color: #E9544C;
}
.AnyTagClassName
{
color: #E9544C;
}
</style>
background-color css
<style>
a { background-color: #E9544C; }
a { background-color: rgb(233,84,76); }
div.DivClassName
{
background-color: #E9544C;
}
.BgClassName
{
background-color: #E9544C;
}
</style>
border-color css
<style>
span { border-color: #E9544C; }
span { border-color: rgb(233,84,76); }
td.TdClassName
{
border-color: #E9544C;
}
.TagClassName
{
border-color: #E9544C;
}
</style>