Shades of Flamingo #E85B52
Tints of Flamingo #E85B52
RGB
CMYK
RGB Variations
Color information
#E85B52 (or 0xE85B52) is known color: Flamingo. HEX triplet: E8, 5B and 52. RGB value is (232,91,82). Sum of RGB (Red+Green+Blue) = 232+91+82=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B52 is #17A4AD. Grayscale: #848484. Windows color (decimal): -1549486 or 5397480. OLE color: 5397480.
HSL color Cylindrical-coordinate representation of color #E85B52: hue angle of 3.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85B52 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 82 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.09 |
| HSL | 3.6º | 0.77% | 0.62% | - |
| HSV(B) | 3.6º | 0.65% | 0.91% | - |
| XYZ | 38.54 | 25.25 | 10.82 | - |
| YUV | 132.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 82 | 0 | 0.61 | 0.65 | 0.09 | 3.6 | 0.77 | 0.62 |
| Hex | E8 | 5B | 52 | 0 | 3D | 41 | 9 | 4 | 4D | 3E |
| Octal | 350 | 133 | 122 | 0 | 75 | 101 | 11 | 4 | 115 | 76 |
| Binary | 11101000 | 1011011 | 1010010 | 0 | 111101 | 1000001 | 1001 | 100 | 1001101 | 111110 |
Color Harmonies of #E85B52
Complementary color
Monochromatic Colors of #E85B52
Black with #E85B52
Text Example
Text Example
White with #E85B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B52; }
p { color: rgb(232,91,82); }
H1.HeaderClassName
{
color: #E85B52;
}
.AnyTagClassName
{
color: #E85B52;
}
</style>
background-color css
<style>
a { background-color: #E85B52; }
a { background-color: rgb(232,91,82); }
div.DivClassName
{
background-color: #E85B52;
}
.BgClassName
{
background-color: #E85B52;
}
</style>
border-color css
<style>
span { border-color: #E85B52; }
span { border-color: rgb(232,91,82); }
td.TdClassName
{
border-color: #E85B52;
}
.TagClassName
{
border-color: #E85B52;
}
</style>