Shades of Flamingo #E45950
Tints of Flamingo #E45950
RGB
CMYK
RGB Variations
Color information
#E45950 (or 0xE45950) is known color: Flamingo. HEX triplet: E4, 59 and 50. RGB value is (228,89,80). Sum of RGB (Red+Green+Blue) = 228+89+80=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E45950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45950 is #1BA6AF. Grayscale: #818181. Windows color (decimal): -1812144 or 5265892. OLE color: 5265892.
HSL color Cylindrical-coordinate representation of color #E45950: hue angle of 3.65º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E45950 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 80 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.11 |
| HSL | 3.65º | 0.73% | 0.6% | - |
| HSV(B) | 3.65º | 0.65% | 0.89% | - |
| XYZ | 37.02 | 24.22 | 10.31 | - |
| YUV | 129.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 80 | 0 | 0.61 | 0.65 | 0.11 | 3.65 | 0.73 | 0.6 |
| Hex | E4 | 59 | 50 | 0 | 3D | 41 | B | 4 | 49 | 3C |
| Octal | 344 | 131 | 120 | 0 | 75 | 101 | 13 | 4 | 111 | 74 |
| Binary | 11100100 | 1011001 | 1010000 | 0 | 111101 | 1000001 | 1011 | 100 | 1001001 | 111100 |
Color Harmonies of #E45950
Complementary color
Monochromatic Colors of #E45950
Black with #E45950
Text Example
Text Example
White with #E45950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45950; }
p { color: rgb(228,89,80); }
H1.HeaderClassName
{
color: #E45950;
}
.AnyTagClassName
{
color: #E45950;
}
</style>
background-color css
<style>
a { background-color: #E45950; }
a { background-color: rgb(228,89,80); }
div.DivClassName
{
background-color: #E45950;
}
.BgClassName
{
background-color: #E45950;
}
</style>
border-color css
<style>
span { border-color: #E45950; }
span { border-color: rgb(228,89,80); }
td.TdClassName
{
border-color: #E45950;
}
.TagClassName
{
border-color: #E45950;
}
</style>