Shades of Flamingo #E85B54
Tints of Flamingo #E85B54
RGB
CMYK
RGB Variations
Color information
#E85B54 (or 0xE85B54) is known color: Flamingo. HEX triplet: E8, 5B and 54. RGB value is (232,91,84). Sum of RGB (Red+Green+Blue) = 232+91+84=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B54 is #17A4AB. Grayscale: #848484. Windows color (decimal): -1549484 or 5528552. OLE color: 5528552.
HSL color Cylindrical-coordinate representation of color #E85B54: hue angle of 2.84º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85B54 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 84 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.09 |
| HSL | 2.84º | 0.76% | 0.62% | - |
| HSV(B) | 2.84º | 0.64% | 0.91% | - |
| XYZ | 38.62 | 25.28 | 11.23 | - |
| YUV | 132.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 84 | 0 | 0.61 | 0.64 | 0.09 | 2.84 | 0.76 | 0.62 |
| Hex | E8 | 5B | 54 | 0 | 3D | 40 | 9 | 3 | 4C | 3E |
| Octal | 350 | 133 | 124 | 0 | 75 | 100 | 11 | 3 | 114 | 76 |
| Binary | 11101000 | 1011011 | 1010100 | 0 | 111101 | 1000000 | 1001 | 11 | 1001100 | 111110 |
Color Harmonies of #E85B54
Complementary color
Monochromatic Colors of #E85B54
Black with #E85B54
Text Example
Text Example
White with #E85B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B54; }
p { color: rgb(232,91,84); }
H1.HeaderClassName
{
color: #E85B54;
}
.AnyTagClassName
{
color: #E85B54;
}
</style>
background-color css
<style>
a { background-color: #E85B54; }
a { background-color: rgb(232,91,84); }
div.DivClassName
{
background-color: #E85B54;
}
.BgClassName
{
background-color: #E85B54;
}
</style>
border-color css
<style>
span { border-color: #E85B54; }
span { border-color: rgb(232,91,84); }
td.TdClassName
{
border-color: #E85B54;
}
.TagClassName
{
border-color: #E85B54;
}
</style>