Shades of Flamingo #E45D56
Tints of Flamingo #E45D56
RGB
CMYK
RGB Variations
Color information
#E45D56 (or 0xE45D56) is known color: Flamingo. HEX triplet: E4, 5D and 56. RGB value is (228,93,86). Sum of RGB (Red+Green+Blue) = 228+93+86=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45D56 is #1BA2A9. Grayscale: #848484. Windows color (decimal): -1811114 or 5660132. OLE color: 5660132.
HSL color Cylindrical-coordinate representation of color #E45D56: hue angle of 2.96º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45D56 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 86 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.11 |
| HSL | 2.96º | 0.72% | 0.62% | - |
| HSV(B) | 2.96º | 0.62% | 0.89% | - |
| XYZ | 37.59 | 24.99 | 11.65 | - |
| YUV | 132.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 86 | 0 | 0.59 | 0.62 | 0.11 | 2.96 | 0.72 | 0.62 |
| Hex | E4 | 5D | 56 | 0 | 3B | 3E | B | 3 | 48 | 3E |
| Octal | 344 | 135 | 126 | 0 | 73 | 76 | 13 | 3 | 110 | 76 |
| Binary | 11100100 | 1011101 | 1010110 | 0 | 111011 | 111110 | 1011 | 11 | 1001000 | 111110 |
Color Harmonies of #E45D56
Complementary color
Monochromatic Colors of #E45D56
Black with #E45D56
Text Example
Text Example
White with #E45D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45D56; }
p { color: rgb(228,93,86); }
H1.HeaderClassName
{
color: #E45D56;
}
.AnyTagClassName
{
color: #E45D56;
}
</style>
background-color css
<style>
a { background-color: #E45D56; }
a { background-color: rgb(228,93,86); }
div.DivClassName
{
background-color: #E45D56;
}
.BgClassName
{
background-color: #E45D56;
}
</style>
border-color css
<style>
span { border-color: #E45D56; }
span { border-color: rgb(228,93,86); }
td.TdClassName
{
border-color: #E45D56;
}
.TagClassName
{
border-color: #E45D56;
}
</style>