Shades of Flamingo #E56154
Tints of Flamingo #E56154
RGB
CMYK
RGB Variations
Color information
#E56154 (or 0xE56154) is known color: Flamingo. HEX triplet: E5, 61 and 54. RGB value is (229,97,84). Sum of RGB (Red+Green+Blue) = 229+97+84=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E56154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56154 is #1A9EAB. Grayscale: #878787. Windows color (decimal): -1744556 or 5530085. OLE color: 5530085.
HSL color Cylindrical-coordinate representation of color #E56154: hue angle of 5.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E56154 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 84 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.10 |
| HSL | 5.38º | 0.74% | 0.61% | - |
| HSV(B) | 5.38º | 0.63% | 0.9% | - |
| XYZ | 38.19 | 25.85 | 11.36 | - |
| YUV | 134.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 84 | 0 | 0.58 | 0.63 | 0.10 | 5.38 | 0.74 | 0.61 |
| Hex | E5 | 61 | 54 | 0 | 3A | 3F | A | 5 | 4A | 3D |
| Octal | 345 | 141 | 124 | 0 | 72 | 77 | 12 | 5 | 112 | 75 |
| Binary | 11100101 | 1100001 | 1010100 | 0 | 111010 | 111111 | 1010 | 101 | 1001010 | 111101 |
Color Harmonies of #E56154
Complementary color
Monochromatic Colors of #E56154
Black with #E56154
Text Example
Text Example
White with #E56154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56154; }
p { color: rgb(229,97,84); }
H1.HeaderClassName
{
color: #E56154;
}
.AnyTagClassName
{
color: #E56154;
}
</style>
background-color css
<style>
a { background-color: #E56154; }
a { background-color: rgb(229,97,84); }
div.DivClassName
{
background-color: #E56154;
}
.BgClassName
{
background-color: #E56154;
}
</style>
border-color css
<style>
span { border-color: #E56154; }
span { border-color: rgb(229,97,84); }
td.TdClassName
{
border-color: #E56154;
}
.TagClassName
{
border-color: #E56154;
}
</style>