Shades of Flamingo #E85F53
Tints of Flamingo #E85F53
RGB
CMYK
RGB Variations
Color information
#E85F53 (or 0xE85F53) is known color: Flamingo. HEX triplet: E8, 5F and 53. RGB value is (232,95,83). Sum of RGB (Red+Green+Blue) = 232+95+83=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F53 is #17A0AC. Grayscale: #868686. Windows color (decimal): -1548461 or 5464040. OLE color: 5464040.
HSL color Cylindrical-coordinate representation of color #E85F53: hue angle of 4.83º 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 #E85F53 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 83 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.09 |
| HSL | 4.83º | 0.76% | 0.62% | - |
| HSV(B) | 4.83º | 0.64% | 0.91% | - |
| XYZ | 38.93 | 25.96 | 11.14 | - |
| YUV | 134.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 83 | 0 | 0.59 | 0.64 | 0.09 | 4.83 | 0.76 | 0.62 |
| Hex | E8 | 5F | 53 | 0 | 3B | 40 | 9 | 5 | 4C | 3E |
| Octal | 350 | 137 | 123 | 0 | 73 | 100 | 11 | 5 | 114 | 76 |
| Binary | 11101000 | 1011111 | 1010011 | 0 | 111011 | 1000000 | 1001 | 101 | 1001100 | 111110 |
Color Harmonies of #E85F53
Complementary color
Monochromatic Colors of #E85F53
Black with #E85F53
Text Example
Text Example
White with #E85F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F53; }
p { color: rgb(232,95,83); }
H1.HeaderClassName
{
color: #E85F53;
}
.AnyTagClassName
{
color: #E85F53;
}
</style>
background-color css
<style>
a { background-color: #E85F53; }
a { background-color: rgb(232,95,83); }
div.DivClassName
{
background-color: #E85F53;
}
.BgClassName
{
background-color: #E85F53;
}
</style>
border-color css
<style>
span { border-color: #E85F53; }
span { border-color: rgb(232,95,83); }
td.TdClassName
{
border-color: #E85F53;
}
.TagClassName
{
border-color: #E85F53;
}
</style>