Shades of Flamingo #E85548
Tints of Flamingo #E85548
RGB
CMYK
RGB Variations
Color information
#E85548 (or 0xE85548) is known color: Flamingo. HEX triplet: E8, 55 and 48. RGB value is (232,85,72). Sum of RGB (Red+Green+Blue) = 232+85+72=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E85548 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85548 is #17AAB7. Grayscale: #7F7F7F. Windows color (decimal): -1551032 or 4740584. OLE color: 4740584.
HSL color Cylindrical-coordinate representation of color #E85548: hue angle of 4.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E85548 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 72 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.09 |
| HSL | 4.88º | 0.78% | 0.6% | - |
| HSV(B) | 4.88º | 0.69% | 0.91% | - |
| XYZ | 37.7 | 24.12 | 8.8 | - |
| YUV | 127.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 72 | 0 | 0.63 | 0.69 | 0.09 | 4.88 | 0.78 | 0.6 |
| Hex | E8 | 55 | 48 | 0 | 3F | 45 | 9 | 5 | 4E | 3C |
| Octal | 350 | 125 | 110 | 0 | 77 | 105 | 11 | 5 | 116 | 74 |
| Binary | 11101000 | 1010101 | 1001000 | 0 | 111111 | 1000101 | 1001 | 101 | 1001110 | 111100 |
Color Harmonies of #E85548
Complementary color
Monochromatic Colors of #E85548
Black with #E85548
Text Example
Text Example
White with #E85548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85548; }
p { color: rgb(232,85,72); }
H1.HeaderClassName
{
color: #E85548;
}
.AnyTagClassName
{
color: #E85548;
}
</style>
background-color css
<style>
a { background-color: #E85548; }
a { background-color: rgb(232,85,72); }
div.DivClassName
{
background-color: #E85548;
}
.BgClassName
{
background-color: #E85548;
}
</style>
border-color css
<style>
span { border-color: #E85548; }
span { border-color: rgb(232,85,72); }
td.TdClassName
{
border-color: #E85548;
}
.TagClassName
{
border-color: #E85548;
}
</style>