Shades of Flamingo #E85653
Tints of Flamingo #E85653
RGB
CMYK
RGB Variations
Color information
#E85653 (or 0xE85653) is known color: Flamingo. HEX triplet: E8, 56 and 53. RGB value is (232,86,83). Sum of RGB (Red+Green+Blue) = 232+86+83=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E85653 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85653 is #17A9AC. Grayscale: #818181. Windows color (decimal): -1550765 or 5461736. OLE color: 5461736.
HSL color Cylindrical-coordinate representation of color #E85653: hue angle of 1.21º 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 #E85653 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 83 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.09 |
| HSL | 1.21º | 0.76% | 0.62% | - |
| HSV(B) | 1.21º | 0.64% | 0.91% | - |
| XYZ | 38.17 | 24.44 | 10.89 | - |
| YUV | 129.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 83 | 0 | 0.63 | 0.64 | 0.09 | 1.21 | 0.76 | 0.62 |
| Hex | E8 | 56 | 53 | 0 | 3F | 40 | 9 | 1 | 4C | 3E |
| Octal | 350 | 126 | 123 | 0 | 77 | 100 | 11 | 1 | 114 | 76 |
| Binary | 11101000 | 1010110 | 1010011 | 0 | 111111 | 1000000 | 1001 | 1 | 1001100 | 111110 |
Color Harmonies of #E85653
Complementary color
Monochromatic Colors of #E85653
Black with #E85653
Text Example
Text Example
White with #E85653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85653; }
p { color: rgb(232,86,83); }
H1.HeaderClassName
{
color: #E85653;
}
.AnyTagClassName
{
color: #E85653;
}
</style>
background-color css
<style>
a { background-color: #E85653; }
a { background-color: rgb(232,86,83); }
div.DivClassName
{
background-color: #E85653;
}
.BgClassName
{
background-color: #E85653;
}
</style>
border-color css
<style>
span { border-color: #E85653; }
span { border-color: rgb(232,86,83); }
td.TdClassName
{
border-color: #E85653;
}
.TagClassName
{
border-color: #E85653;
}
</style>