Shades of Flamingo #E85650
Tints of Flamingo #E85650
RGB
CMYK
RGB Variations
Color information
#E85650 (or 0xE85650) is known color: Flamingo. HEX triplet: E8, 56 and 50. RGB value is (232,86,80). Sum of RGB (Red+Green+Blue) = 232+86+80=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E85650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85650 is #17A9AF. Grayscale: #818181. Windows color (decimal): -1550768 or 5265128. OLE color: 5265128.
HSL color Cylindrical-coordinate representation of color #E85650: hue angle of 2.37º 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 #E85650 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 80 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.09 |
| HSL | 2.37º | 0.77% | 0.61% | - |
| HSV(B) | 2.37º | 0.66% | 0.91% | - |
| XYZ | 38.05 | 24.39 | 10.29 | - |
| YUV | 128.97 | 100.37 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 80 | 0 | 0.63 | 0.66 | 0.09 | 2.37 | 0.77 | 0.61 |
| Hex | E8 | 56 | 50 | 0 | 3F | 42 | 9 | 2 | 4D | 3D |
| Octal | 350 | 126 | 120 | 0 | 77 | 102 | 11 | 2 | 115 | 75 |
| Binary | 11101000 | 1010110 | 1010000 | 0 | 111111 | 1000010 | 1001 | 10 | 1001101 | 111101 |
Color Harmonies of #E85650
Complementary color
Monochromatic Colors of #E85650
Black with #E85650
Text Example
Text Example
White with #E85650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85650; }
p { color: rgb(232,86,80); }
H1.HeaderClassName
{
color: #E85650;
}
.AnyTagClassName
{
color: #E85650;
}
</style>
background-color css
<style>
a { background-color: #E85650; }
a { background-color: rgb(232,86,80); }
div.DivClassName
{
background-color: #E85650;
}
.BgClassName
{
background-color: #E85650;
}
</style>
border-color css
<style>
span { border-color: #E85650; }
span { border-color: rgb(232,86,80); }
td.TdClassName
{
border-color: #E85650;
}
.TagClassName
{
border-color: #E85650;
}
</style>