Shades of Flamingo #E85D4D
Tints of Flamingo #E85D4D
RGB
CMYK
RGB Variations
Color information
#E85D4D (or 0xE85D4D) is known color: Flamingo. HEX triplet: E8, 5D and 4D. RGB value is (232,93,77). Sum of RGB (Red+Green+Blue) = 232+93+77=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D4D is #17A2B2. Grayscale: #848484. Windows color (decimal): -1548979 or 5070312. OLE color: 5070312.
HSL color Cylindrical-coordinate representation of color #E85D4D: hue angle of 6.19º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E85D4D is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 77 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.09 |
| HSL | 6.19º | 0.77% | 0.61% | - |
| HSV(B) | 6.19º | 0.67% | 0.91% | - |
| XYZ | 38.53 | 25.52 | 9.92 | - |
| YUV | 132.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 77 | 0 | 0.60 | 0.67 | 0.09 | 6.19 | 0.77 | 0.61 |
| Hex | E8 | 5D | 4D | 0 | 3C | 43 | 9 | 6 | 4D | 3D |
| Octal | 350 | 135 | 115 | 0 | 74 | 103 | 11 | 6 | 115 | 75 |
| Binary | 11101000 | 1011101 | 1001101 | 0 | 111100 | 1000011 | 1001 | 110 | 1001101 | 111101 |
Color Harmonies of #E85D4D
Complementary color
Monochromatic Colors of #E85D4D
Black with #E85D4D
Text Example
Text Example
White with #E85D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D4D; }
p { color: rgb(232,93,77); }
H1.HeaderClassName
{
color: #E85D4D;
}
.AnyTagClassName
{
color: #E85D4D;
}
</style>
background-color css
<style>
a { background-color: #E85D4D; }
a { background-color: rgb(232,93,77); }
div.DivClassName
{
background-color: #E85D4D;
}
.BgClassName
{
background-color: #E85D4D;
}
</style>
border-color css
<style>
span { border-color: #E85D4D; }
span { border-color: rgb(232,93,77); }
td.TdClassName
{
border-color: #E85D4D;
}
.TagClassName
{
border-color: #E85D4D;
}
</style>