Shades of Flamingo #E45947
Tints of Flamingo #E45947
RGB
CMYK
RGB Variations
Color information
#E45947 (or 0xE45947) is known color: Flamingo. HEX triplet: E4, 59 and 47. RGB value is (228,89,71). Sum of RGB (Red+Green+Blue) = 228+89+71=388 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.76% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 228 - color contains mainly: red. Hex color #E45947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45947 is #1BA6B8. Grayscale: #808080. Windows color (decimal): -1812153 or 4676068. OLE color: 4676068.
HSL color Cylindrical-coordinate representation of color #E45947: hue angle of 6.88º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E45947 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 71 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.11 |
| HSL | 6.88º | 0.74% | 0.59% | - |
| HSV(B) | 6.88º | 0.69% | 0.89% | - |
| XYZ | 36.7 | 24.09 | 8.68 | - |
| YUV | 128.51 | 95.55 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 71 | 0 | 0.61 | 0.69 | 0.11 | 6.88 | 0.74 | 0.59 |
| Hex | E4 | 59 | 47 | 0 | 3D | 45 | B | 7 | 4A | 3B |
| Octal | 344 | 131 | 107 | 0 | 75 | 105 | 13 | 7 | 112 | 73 |
| Binary | 11100100 | 1011001 | 1000111 | 0 | 111101 | 1000101 | 1011 | 111 | 1001010 | 111011 |
Color Harmonies of #E45947
Complementary color
Monochromatic Colors of #E45947
Black with #E45947
Text Example
Text Example
White with #E45947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45947; }
p { color: rgb(228,89,71); }
H1.HeaderClassName
{
color: #E45947;
}
.AnyTagClassName
{
color: #E45947;
}
</style>
background-color css
<style>
a { background-color: #E45947; }
a { background-color: rgb(228,89,71); }
div.DivClassName
{
background-color: #E45947;
}
.BgClassName
{
background-color: #E45947;
}
</style>
border-color css
<style>
span { border-color: #E45947; }
span { border-color: rgb(228,89,71); }
td.TdClassName
{
border-color: #E45947;
}
.TagClassName
{
border-color: #E45947;
}
</style>