Shades of Flamingo #E9554C
Tints of Flamingo #E9554C
RGB
CMYK
RGB Variations
Color information
#E9554C (or 0xE9554C) is known color: Flamingo. HEX triplet: E9, 55 and 4C. RGB value is (233,85,76). Sum of RGB (Red+Green+Blue) = 233+85+76=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E9554C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9554C is #16AAB3. Grayscale: #808080. Windows color (decimal): -1485492 or 5002729. OLE color: 5002729.
HSL color Cylindrical-coordinate representation of color #E9554C: hue angle of 3.44º 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 #E9554C is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 76 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.09 |
| HSL | 3.44º | 0.78% | 0.61% | - |
| HSV(B) | 3.44º | 0.67% | 0.91% | - |
| XYZ | 38.16 | 24.34 | 9.52 | - |
| YUV | 128.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 76 | 0 | 0.64 | 0.67 | 0.09 | 3.44 | 0.78 | 0.61 |
| Hex | E9 | 55 | 4C | 0 | 40 | 43 | 9 | 3 | 4E | 3D |
| Octal | 351 | 125 | 114 | 0 | 100 | 103 | 11 | 3 | 116 | 75 |
| Binary | 11101001 | 1010101 | 1001100 | 0 | 1000000 | 1000011 | 1001 | 11 | 1001110 | 111101 |
Color Harmonies of #E9554C
Complementary color
Monochromatic Colors of #E9554C
Black with #E9554C
Text Example
Text Example
White with #E9554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9554C; }
p { color: rgb(233,85,76); }
H1.HeaderClassName
{
color: #E9554C;
}
.AnyTagClassName
{
color: #E9554C;
}
</style>
background-color css
<style>
a { background-color: #E9554C; }
a { background-color: rgb(233,85,76); }
div.DivClassName
{
background-color: #E9554C;
}
.BgClassName
{
background-color: #E9554C;
}
</style>
border-color css
<style>
span { border-color: #E9554C; }
span { border-color: rgb(233,85,76); }
td.TdClassName
{
border-color: #E9554C;
}
.TagClassName
{
border-color: #E9554C;
}
</style>