Shades of Flamingo #E46050
Tints of Flamingo #E46050
RGB
CMYK
RGB Variations
Color information
#E46050 (or 0xE46050) is known color: Flamingo. HEX triplet: E4, 60 and 50. RGB value is (228,96,80). Sum of RGB (Red+Green+Blue) = 228+96+80=404 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.44% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 228 - color contains mainly: red. Hex color #E46050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46050 is #1B9FAF. Grayscale: #858585. Windows color (decimal): -1810352 or 5267684. OLE color: 5267684.
HSL color Cylindrical-coordinate representation of color #E46050: hue angle of 6.49º 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 #E46050 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 80 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.11 |
| HSL | 6.49º | 0.73% | 0.6% | - |
| HSV(B) | 6.49º | 0.65% | 0.89% | - |
| XYZ | 37.63 | 25.44 | 10.52 | - |
| YUV | 133.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 80 | 0 | 0.58 | 0.65 | 0.11 | 6.49 | 0.73 | 0.6 |
| Hex | E4 | 60 | 50 | 0 | 3A | 41 | B | 6 | 49 | 3C |
| Octal | 344 | 140 | 120 | 0 | 72 | 101 | 13 | 6 | 111 | 74 |
| Binary | 11100100 | 1100000 | 1010000 | 0 | 111010 | 1000001 | 1011 | 110 | 1001001 | 111100 |
Color Harmonies of #E46050
Complementary color
Monochromatic Colors of #E46050
Black with #E46050
Text Example
Text Example
White with #E46050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46050; }
p { color: rgb(228,96,80); }
H1.HeaderClassName
{
color: #E46050;
}
.AnyTagClassName
{
color: #E46050;
}
</style>
background-color css
<style>
a { background-color: #E46050; }
a { background-color: rgb(228,96,80); }
div.DivClassName
{
background-color: #E46050;
}
.BgClassName
{
background-color: #E46050;
}
</style>
border-color css
<style>
span { border-color: #E46050; }
span { border-color: rgb(228,96,80); }
td.TdClassName
{
border-color: #E46050;
}
.TagClassName
{
border-color: #E46050;
}
</style>