Shades of Flamingo #E45D47
Tints of Flamingo #E45D47
RGB
CMYK
RGB Variations
Color information
#E45D47 (or 0xE45D47) is known color: Flamingo. HEX triplet: E4, 5D and 47. RGB value is (228,93,71). Sum of RGB (Red+Green+Blue) = 228+93+71=392 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.16% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45D47 is #1BA2B8. Grayscale: #838383. Windows color (decimal): -1811129 or 4677092. OLE color: 4677092.
HSL color Cylindrical-coordinate representation of color #E45D47: hue angle of 8.41º 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 #E45D47 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 71 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.11 |
| HSL | 8.41º | 0.74% | 0.59% | - |
| HSV(B) | 8.41º | 0.69% | 0.89% | - |
| XYZ | 37.05 | 24.78 | 8.79 | - |
| YUV | 130.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 71 | 0 | 0.59 | 0.69 | 0.11 | 8.41 | 0.74 | 0.59 |
| Hex | E4 | 5D | 47 | 0 | 3B | 45 | B | 8 | 4A | 3B |
| Octal | 344 | 135 | 107 | 0 | 73 | 105 | 13 | 10 | 112 | 73 |
| Binary | 11100100 | 1011101 | 1000111 | 0 | 111011 | 1000101 | 1011 | 1000 | 1001010 | 111011 |
Color Harmonies of #E45D47
Complementary color
Monochromatic Colors of #E45D47
Black with #E45D47
Text Example
Text Example
White with #E45D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45D47; }
p { color: rgb(228,93,71); }
H1.HeaderClassName
{
color: #E45D47;
}
.AnyTagClassName
{
color: #E45D47;
}
</style>
background-color css
<style>
a { background-color: #E45D47; }
a { background-color: rgb(228,93,71); }
div.DivClassName
{
background-color: #E45D47;
}
.BgClassName
{
background-color: #E45D47;
}
</style>
border-color css
<style>
span { border-color: #E45D47; }
span { border-color: rgb(228,93,71); }
td.TdClassName
{
border-color: #E45D47;
}
.TagClassName
{
border-color: #E45D47;
}
</style>