Shades of Flamingo #E85D50
Tints of Flamingo #E85D50
RGB
CMYK
RGB Variations
Color information
#E85D50 (or 0xE85D50) is known color: Flamingo. HEX triplet: E8, 5D and 50. RGB value is (232,93,80). Sum of RGB (Red+Green+Blue) = 232+93+80=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D50 is #17A2AF. Grayscale: #858585. Windows color (decimal): -1548976 or 5266920. OLE color: 5266920.
HSL color Cylindrical-coordinate representation of color #E85D50: hue angle of 5.13º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85D50 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 80 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.09 |
| HSL | 5.13º | 0.77% | 0.61% | - |
| HSV(B) | 5.13º | 0.66% | 0.91% | - |
| XYZ | 38.64 | 25.56 | 10.49 | - |
| YUV | 133.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 80 | 0 | 0.60 | 0.66 | 0.09 | 5.13 | 0.77 | 0.61 |
| Hex | E8 | 5D | 50 | 0 | 3C | 42 | 9 | 5 | 4D | 3D |
| Octal | 350 | 135 | 120 | 0 | 74 | 102 | 11 | 5 | 115 | 75 |
| Binary | 11101000 | 1011101 | 1010000 | 0 | 111100 | 1000010 | 1001 | 101 | 1001101 | 111101 |
Color Harmonies of #E85D50
Complementary color
Monochromatic Colors of #E85D50
Black with #E85D50
Text Example
Text Example
White with #E85D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D50; }
p { color: rgb(232,93,80); }
H1.HeaderClassName
{
color: #E85D50;
}
.AnyTagClassName
{
color: #E85D50;
}
</style>
background-color css
<style>
a { background-color: #E85D50; }
a { background-color: rgb(232,93,80); }
div.DivClassName
{
background-color: #E85D50;
}
.BgClassName
{
background-color: #E85D50;
}
</style>
border-color css
<style>
span { border-color: #E85D50; }
span { border-color: rgb(232,93,80); }
td.TdClassName
{
border-color: #E85D50;
}
.TagClassName
{
border-color: #E85D50;
}
</style>