Shades of Flamingo #E85541
Tints of Flamingo #E85541
RGB
CMYK
RGB Variations
Color information
#E85541 (or 0xE85541) is known color: Flamingo. HEX triplet: E8, 55 and 41. RGB value is (232,85,65). Sum of RGB (Red+Green+Blue) = 232+85+65=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E85541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85541 is #17AABE. Grayscale: #7E7E7E. Windows color (decimal): -1551039 or 4281832. OLE color: 4281832.
HSL color Cylindrical-coordinate representation of color #E85541: hue angle of 7.19º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E85541 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 65 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.09 |
| HSL | 7.19º | 0.78% | 0.58% | - |
| HSV(B) | 7.19º | 0.72% | 0.91% | - |
| XYZ | 37.48 | 24.03 | 7.66 | - |
| YUV | 126.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 65 | 0 | 0.63 | 0.72 | 0.09 | 7.19 | 0.78 | 0.58 |
| Hex | E8 | 55 | 41 | 0 | 3F | 48 | 9 | 7 | 4E | 3A |
| Octal | 350 | 125 | 101 | 0 | 77 | 110 | 11 | 7 | 116 | 72 |
| Binary | 11101000 | 1010101 | 1000001 | 0 | 111111 | 1001000 | 1001 | 111 | 1001110 | 111010 |
Color Harmonies of #E85541
Complementary color
Monochromatic Colors of #E85541
Black with #E85541
Text Example
Text Example
White with #E85541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85541; }
p { color: rgb(232,85,65); }
H1.HeaderClassName
{
color: #E85541;
}
.AnyTagClassName
{
color: #E85541;
}
</style>
background-color css
<style>
a { background-color: #E85541; }
a { background-color: rgb(232,85,65); }
div.DivClassName
{
background-color: #E85541;
}
.BgClassName
{
background-color: #E85541;
}
</style>
border-color css
<style>
span { border-color: #E85541; }
span { border-color: rgb(232,85,65); }
td.TdClassName
{
border-color: #E85541;
}
.TagClassName
{
border-color: #E85541;
}
</style>