Shades of Flamingo #E85B49
Tints of Flamingo #E85B49
RGB
CMYK
RGB Variations
Color information
#E85B49 (or 0xE85B49) is known color: Flamingo. HEX triplet: E8, 5B and 49. RGB value is (232,91,73). Sum of RGB (Red+Green+Blue) = 232+91+73=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B49 is #17A4B6. Grayscale: #838383. Windows color (decimal): -1549495 or 4807656. OLE color: 4807656.
HSL color Cylindrical-coordinate representation of color #E85B49: hue angle of 6.79º 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 #E85B49 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 73 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.09 |
| HSL | 6.79º | 0.78% | 0.6% | - |
| HSV(B) | 6.79º | 0.69% | 0.91% | - |
| XYZ | 38.22 | 25.12 | 9.14 | - |
| YUV | 131.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 73 | 0 | 0.61 | 0.69 | 0.09 | 6.79 | 0.78 | 0.6 |
| Hex | E8 | 5B | 49 | 0 | 3D | 45 | 9 | 7 | 4E | 3C |
| Octal | 350 | 133 | 111 | 0 | 75 | 105 | 11 | 7 | 116 | 74 |
| Binary | 11101000 | 1011011 | 1001001 | 0 | 111101 | 1000101 | 1001 | 111 | 1001110 | 111100 |
Color Harmonies of #E85B49
Complementary color
Monochromatic Colors of #E85B49
Black with #E85B49
Text Example
Text Example
White with #E85B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B49; }
p { color: rgb(232,91,73); }
H1.HeaderClassName
{
color: #E85B49;
}
.AnyTagClassName
{
color: #E85B49;
}
</style>
background-color css
<style>
a { background-color: #E85B49; }
a { background-color: rgb(232,91,73); }
div.DivClassName
{
background-color: #E85B49;
}
.BgClassName
{
background-color: #E85B49;
}
</style>
border-color css
<style>
span { border-color: #E85B49; }
span { border-color: rgb(232,91,73); }
td.TdClassName
{
border-color: #E85B49;
}
.TagClassName
{
border-color: #E85B49;
}
</style>