Shades of Flamingo #E85D51
Tints of Flamingo #E85D51
RGB
CMYK
RGB Variations
Color information
#E85D51 (or 0xE85D51) is known color: Flamingo. HEX triplet: E8, 5D and 51. RGB value is (232,93,81). Sum of RGB (Red+Green+Blue) = 232+93+81=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D51 is #17A2AE. Grayscale: #858585. Windows color (decimal): -1548975 or 5332456. OLE color: 5332456.
HSL color Cylindrical-coordinate representation of color #E85D51: hue angle of 4.77º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85D51 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 81 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.09 |
| HSL | 4.77º | 0.77% | 0.61% | - |
| HSV(B) | 4.77º | 0.65% | 0.91% | - |
| XYZ | 38.68 | 25.58 | 10.68 | - |
| YUV | 133.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 81 | 0 | 0.60 | 0.65 | 0.09 | 4.77 | 0.77 | 0.61 |
| Hex | E8 | 5D | 51 | 0 | 3C | 41 | 9 | 5 | 4D | 3D |
| Octal | 350 | 135 | 121 | 0 | 74 | 101 | 11 | 5 | 115 | 75 |
| Binary | 11101000 | 1011101 | 1010001 | 0 | 111100 | 1000001 | 1001 | 101 | 1001101 | 111101 |
Color Harmonies of #E85D51
Complementary color
Monochromatic Colors of #E85D51
Black with #E85D51
Text Example
Text Example
White with #E85D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D51; }
p { color: rgb(232,93,81); }
H1.HeaderClassName
{
color: #E85D51;
}
.AnyTagClassName
{
color: #E85D51;
}
</style>
background-color css
<style>
a { background-color: #E85D51; }
a { background-color: rgb(232,93,81); }
div.DivClassName
{
background-color: #E85D51;
}
.BgClassName
{
background-color: #E85D51;
}
</style>
border-color css
<style>
span { border-color: #E85D51; }
span { border-color: rgb(232,93,81); }
td.TdClassName
{
border-color: #E85D51;
}
.TagClassName
{
border-color: #E85D51;
}
</style>