Shades of Flamingo #E85F49
Tints of Flamingo #E85F49
RGB
CMYK
RGB Variations
Color information
#E85F49 (or 0xE85F49) is known color: Flamingo. HEX triplet: E8, 5F and 49. RGB value is (232,95,73). Sum of RGB (Red+Green+Blue) = 232+95+73=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F49 is #17A0B6. Grayscale: #858585. Windows color (decimal): -1548471 or 4808680. OLE color: 4808680.
HSL color Cylindrical-coordinate representation of color #E85F49: hue angle of 8.3º 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 #E85F49 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 73 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.09 |
| HSL | 8.3º | 0.78% | 0.6% | - |
| HSV(B) | 8.3º | 0.69% | 0.91% | - |
| XYZ | 38.57 | 25.82 | 9.25 | - |
| YUV | 133.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 73 | 0 | 0.59 | 0.69 | 0.09 | 8.3 | 0.78 | 0.6 |
| Hex | E8 | 5F | 49 | 0 | 3B | 45 | 9 | 8 | 4E | 3C |
| Octal | 350 | 137 | 111 | 0 | 73 | 105 | 11 | 10 | 116 | 74 |
| Binary | 11101000 | 1011111 | 1001001 | 0 | 111011 | 1000101 | 1001 | 1000 | 1001110 | 111100 |
Color Harmonies of #E85F49
Complementary color
Monochromatic Colors of #E85F49
Black with #E85F49
Text Example
Text Example
White with #E85F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F49; }
p { color: rgb(232,95,73); }
H1.HeaderClassName
{
color: #E85F49;
}
.AnyTagClassName
{
color: #E85F49;
}
</style>
background-color css
<style>
a { background-color: #E85F49; }
a { background-color: rgb(232,95,73); }
div.DivClassName
{
background-color: #E85F49;
}
.BgClassName
{
background-color: #E85F49;
}
</style>
border-color css
<style>
span { border-color: #E85F49; }
span { border-color: rgb(232,95,73); }
td.TdClassName
{
border-color: #E85F49;
}
.TagClassName
{
border-color: #E85F49;
}
</style>