Shades of Flamingo #E45750
Tints of Flamingo #E45750
RGB
CMYK
RGB Variations
Color information
#E45750 (or 0xE45750) is known color: Flamingo. HEX triplet: E4, 57 and 50. RGB value is (228,87,80). Sum of RGB (Red+Green+Blue) = 228+87+80=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E45750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45750 is #1BA8AF. Grayscale: #808080. Windows color (decimal): -1812656 or 5265380. OLE color: 5265380.
HSL color Cylindrical-coordinate representation of color #E45750: hue angle of 2.84º 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 #E45750 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 87 | 80 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.11 |
| HSL | 2.84º | 0.73% | 0.6% | - |
| HSV(B) | 2.84º | 0.65% | 0.89% | - |
| XYZ | 36.85 | 23.89 | 10.26 | - |
| YUV | 128.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 87 | 80 | 0 | 0.62 | 0.65 | 0.11 | 2.84 | 0.73 | 0.6 |
| Hex | E4 | 57 | 50 | 0 | 3E | 41 | B | 3 | 49 | 3C |
| Octal | 344 | 127 | 120 | 0 | 76 | 101 | 13 | 3 | 111 | 74 |
| Binary | 11100100 | 1010111 | 1010000 | 0 | 111110 | 1000001 | 1011 | 11 | 1001001 | 111100 |
Color Harmonies of #E45750
Complementary color
Monochromatic Colors of #E45750
Black with #E45750
Text Example
Text Example
White with #E45750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45750; }
p { color: rgb(228,87,80); }
H1.HeaderClassName
{
color: #E45750;
}
.AnyTagClassName
{
color: #E45750;
}
</style>
background-color css
<style>
a { background-color: #E45750; }
a { background-color: rgb(228,87,80); }
div.DivClassName
{
background-color: #E45750;
}
.BgClassName
{
background-color: #E45750;
}
</style>
border-color css
<style>
span { border-color: #E45750; }
span { border-color: rgb(228,87,80); }
td.TdClassName
{
border-color: #E45750;
}
.TagClassName
{
border-color: #E45750;
}
</style>