Shades of Flamingo #E85648
Tints of Flamingo #E85648
RGB
CMYK
RGB Variations
Color information
#E85648 (or 0xE85648) is known color: Flamingo. HEX triplet: E8, 56 and 48. RGB value is (232,86,72). Sum of RGB (Red+Green+Blue) = 232+86+72=390 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.49% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 232 - color contains mainly: red. Hex color #E85648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85648 is #17A9B7. Grayscale: #808080. Windows color (decimal): -1550776 or 4740840. OLE color: 4740840.
HSL color Cylindrical-coordinate representation of color #E85648: hue angle of 5.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E85648 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 72 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.09 |
| HSL | 5.25º | 0.78% | 0.6% | - |
| HSV(B) | 5.25º | 0.69% | 0.91% | - |
| XYZ | 37.78 | 24.28 | 8.83 | - |
| YUV | 128.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 72 | 0 | 0.63 | 0.69 | 0.09 | 5.25 | 0.78 | 0.6 |
| Hex | E8 | 56 | 48 | 0 | 3F | 45 | 9 | 5 | 4E | 3C |
| Octal | 350 | 126 | 110 | 0 | 77 | 105 | 11 | 5 | 116 | 74 |
| Binary | 11101000 | 1010110 | 1001000 | 0 | 111111 | 1000101 | 1001 | 101 | 1001110 | 111100 |
Color Harmonies of #E85648
Complementary color
Monochromatic Colors of #E85648
Black with #E85648
Text Example
Text Example
White with #E85648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85648; }
p { color: rgb(232,86,72); }
H1.HeaderClassName
{
color: #E85648;
}
.AnyTagClassName
{
color: #E85648;
}
</style>
background-color css
<style>
a { background-color: #E85648; }
a { background-color: rgb(232,86,72); }
div.DivClassName
{
background-color: #E85648;
}
.BgClassName
{
background-color: #E85648;
}
</style>
border-color css
<style>
span { border-color: #E85648; }
span { border-color: rgb(232,86,72); }
td.TdClassName
{
border-color: #E85648;
}
.TagClassName
{
border-color: #E85648;
}
</style>