Shades of Flamingo #E85F57
Tints of Flamingo #E85F57
RGB
CMYK
RGB Variations
Color information
#E85F57 (or 0xE85F57) is known color: Flamingo. HEX triplet: E8, 5F and 57. RGB value is (232,95,87). Sum of RGB (Red+Green+Blue) = 232+95+87=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F57 is #17A0A8. Grayscale: #878787. Windows color (decimal): -1548457 or 5726184. OLE color: 5726184.
HSL color Cylindrical-coordinate representation of color #E85F57: hue angle of 3.31º 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 #E85F57 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 87 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.09 |
| HSL | 3.31º | 0.76% | 0.63% | - |
| HSV(B) | 3.31º | 0.63% | 0.91% | - |
| XYZ | 39.09 | 26.03 | 11.98 | - |
| YUV | 135.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 87 | 0 | 0.59 | 0.62 | 0.09 | 3.31 | 0.76 | 0.63 |
| Hex | E8 | 5F | 57 | 0 | 3B | 3E | 9 | 3 | 4C | 3F |
| Octal | 350 | 137 | 127 | 0 | 73 | 76 | 11 | 3 | 114 | 77 |
| Binary | 11101000 | 1011111 | 1010111 | 0 | 111011 | 111110 | 1001 | 11 | 1001100 | 111111 |
Color Harmonies of #E85F57
Complementary color
Monochromatic Colors of #E85F57
Black with #E85F57
Text Example
Text Example
White with #E85F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F57; }
p { color: rgb(232,95,87); }
H1.HeaderClassName
{
color: #E85F57;
}
.AnyTagClassName
{
color: #E85F57;
}
</style>
background-color css
<style>
a { background-color: #E85F57; }
a { background-color: rgb(232,95,87); }
div.DivClassName
{
background-color: #E85F57;
}
.BgClassName
{
background-color: #E85F57;
}
</style>
border-color css
<style>
span { border-color: #E85F57; }
span { border-color: rgb(232,95,87); }
td.TdClassName
{
border-color: #E85F57;
}
.TagClassName
{
border-color: #E85F57;
}
</style>