Shades of Flamingo #E85A57
Tints of Flamingo #E85A57
RGB
CMYK
RGB Variations
Color information
#E85A57 (or 0xE85A57) is known color: Flamingo. HEX triplet: E8, 5A and 57. RGB value is (232,90,87). Sum of RGB (Red+Green+Blue) = 232+90+87=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A57 is #17A5A8. Grayscale: #848484. Windows color (decimal): -1549737 or 5724904. OLE color: 5724904.
HSL color Cylindrical-coordinate representation of color #E85A57: hue angle of 1.24º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85A57 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 87 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.09 |
| HSL | 1.24º | 0.76% | 0.63% | - |
| HSV(B) | 1.24º | 0.63% | 0.91% | - |
| XYZ | 38.66 | 25.16 | 11.84 | - |
| YUV | 132.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 87 | 0 | 0.61 | 0.62 | 0.09 | 1.24 | 0.76 | 0.63 |
| Hex | E8 | 5A | 57 | 0 | 3D | 3E | 9 | 1 | 4C | 3F |
| Octal | 350 | 132 | 127 | 0 | 75 | 76 | 11 | 1 | 114 | 77 |
| Binary | 11101000 | 1011010 | 1010111 | 0 | 111101 | 111110 | 1001 | 1 | 1001100 | 111111 |
Color Harmonies of #E85A57
Complementary color
Monochromatic Colors of #E85A57
Black with #E85A57
Text Example
Text Example
White with #E85A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A57; }
p { color: rgb(232,90,87); }
H1.HeaderClassName
{
color: #E85A57;
}
.AnyTagClassName
{
color: #E85A57;
}
</style>
background-color css
<style>
a { background-color: #E85A57; }
a { background-color: rgb(232,90,87); }
div.DivClassName
{
background-color: #E85A57;
}
.BgClassName
{
background-color: #E85A57;
}
</style>
border-color css
<style>
span { border-color: #E85A57; }
span { border-color: rgb(232,90,87); }
td.TdClassName
{
border-color: #E85A57;
}
.TagClassName
{
border-color: #E85A57;
}
</style>