Shades of Flamingo #E85C49
Tints of Flamingo #E85C49
RGB
CMYK
RGB Variations
Color information
#E85C49 (or 0xE85C49) is known color: Flamingo. HEX triplet: E8, 5C and 49. RGB value is (232,92,73). Sum of RGB (Red+Green+Blue) = 232+92+73=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C49 is #17A3B6. Grayscale: #838383. Windows color (decimal): -1549239 or 4807912. OLE color: 4807912.
HSL color Cylindrical-coordinate representation of color #E85C49: hue angle of 7.17º 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 #E85C49 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 73 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.09 |
| HSL | 7.17º | 0.78% | 0.6% | - |
| HSV(B) | 7.17º | 0.69% | 0.91% | - |
| XYZ | 38.31 | 25.29 | 9.17 | - |
| YUV | 131.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 73 | 0 | 0.60 | 0.69 | 0.09 | 7.17 | 0.78 | 0.6 |
| Hex | E8 | 5C | 49 | 0 | 3C | 45 | 9 | 7 | 4E | 3C |
| Octal | 350 | 134 | 111 | 0 | 74 | 105 | 11 | 7 | 116 | 74 |
| Binary | 11101000 | 1011100 | 1001001 | 0 | 111100 | 1000101 | 1001 | 111 | 1001110 | 111100 |
Color Harmonies of #E85C49
Complementary color
Monochromatic Colors of #E85C49
Black with #E85C49
Text Example
Text Example
White with #E85C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C49; }
p { color: rgb(232,92,73); }
H1.HeaderClassName
{
color: #E85C49;
}
.AnyTagClassName
{
color: #E85C49;
}
</style>
background-color css
<style>
a { background-color: #E85C49; }
a { background-color: rgb(232,92,73); }
div.DivClassName
{
background-color: #E85C49;
}
.BgClassName
{
background-color: #E85C49;
}
</style>
border-color css
<style>
span { border-color: #E85C49; }
span { border-color: rgb(232,92,73); }
td.TdClassName
{
border-color: #E85C49;
}
.TagClassName
{
border-color: #E85C49;
}
</style>