Shades of Flamingo #E45949
Tints of Flamingo #E45949
RGB
CMYK
RGB Variations
Color information
#E45949 (or 0xE45949) is known color: Flamingo. HEX triplet: E4, 59 and 49. RGB value is (228,89,73). Sum of RGB (Red+Green+Blue) = 228+89+73=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E45949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45949 is #1BA6B6. Grayscale: #808080. Windows color (decimal): -1812151 or 4807140. OLE color: 4807140.
HSL color Cylindrical-coordinate representation of color #E45949: hue angle of 6.19º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E45949 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 73 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.11 |
| HSL | 6.19º | 0.74% | 0.59% | - |
| HSV(B) | 6.19º | 0.68% | 0.89% | - |
| XYZ | 36.77 | 24.12 | 9.02 | - |
| YUV | 128.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 73 | 0 | 0.61 | 0.68 | 0.11 | 6.19 | 0.74 | 0.59 |
| Hex | E4 | 59 | 49 | 0 | 3D | 44 | B | 6 | 4A | 3B |
| Octal | 344 | 131 | 111 | 0 | 75 | 104 | 13 | 6 | 112 | 73 |
| Binary | 11100100 | 1011001 | 1001001 | 0 | 111101 | 1000100 | 1011 | 110 | 1001010 | 111011 |
Color Harmonies of #E45949
Complementary color
Monochromatic Colors of #E45949
Black with #E45949
Text Example
Text Example
White with #E45949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45949; }
p { color: rgb(228,89,73); }
H1.HeaderClassName
{
color: #E45949;
}
.AnyTagClassName
{
color: #E45949;
}
</style>
background-color css
<style>
a { background-color: #E45949; }
a { background-color: rgb(228,89,73); }
div.DivClassName
{
background-color: #E45949;
}
.BgClassName
{
background-color: #E45949;
}
</style>
border-color css
<style>
span { border-color: #E45949; }
span { border-color: rgb(228,89,73); }
td.TdClassName
{
border-color: #E45949;
}
.TagClassName
{
border-color: #E45949;
}
</style>