Shades of Flamingo #E85D59
Tints of Flamingo #E85D59
RGB
CMYK
RGB Variations
Color information
#E85D59 (or 0xE85D59) is known color: Flamingo. HEX triplet: E8, 5D and 59. RGB value is (232,93,89). Sum of RGB (Red+Green+Blue) = 232+93+89=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D59 is #17A2A6. Grayscale: #868686. Windows color (decimal): -1548967 or 5856744. OLE color: 5856744.
HSL color Cylindrical-coordinate representation of color #E85D59: hue angle of 1.68º 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 #E85D59 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 89 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.09 |
| HSL | 1.68º | 0.76% | 0.63% | - |
| HSV(B) | 1.68º | 0.62% | 0.91% | - |
| XYZ | 39 | 25.71 | 12.36 | - |
| YUV | 134.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 89 | 0 | 0.60 | 0.62 | 0.09 | 1.68 | 0.76 | 0.63 |
| Hex | E8 | 5D | 59 | 0 | 3C | 3E | 9 | 2 | 4C | 3F |
| Octal | 350 | 135 | 131 | 0 | 74 | 76 | 11 | 2 | 114 | 77 |
| Binary | 11101000 | 1011101 | 1011001 | 0 | 111100 | 111110 | 1001 | 10 | 1001100 | 111111 |
Color Harmonies of #E85D59
Complementary color
Monochromatic Colors of #E85D59
Black with #E85D59
Text Example
Text Example
White with #E85D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D59; }
p { color: rgb(232,93,89); }
H1.HeaderClassName
{
color: #E85D59;
}
.AnyTagClassName
{
color: #E85D59;
}
</style>
background-color css
<style>
a { background-color: #E85D59; }
a { background-color: rgb(232,93,89); }
div.DivClassName
{
background-color: #E85D59;
}
.BgClassName
{
background-color: #E85D59;
}
</style>
border-color css
<style>
span { border-color: #E85D59; }
span { border-color: rgb(232,93,89); }
td.TdClassName
{
border-color: #E85D59;
}
.TagClassName
{
border-color: #E85D59;
}
</style>