Shades of Flamingo #E85645
Tints of Flamingo #E85645
RGB
CMYK
RGB Variations
Color information
#E85645 (or 0xE85645) is known color: Flamingo. HEX triplet: E8, 56 and 45. RGB value is (232,86,69). Sum of RGB (Red+Green+Blue) = 232+86+69=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E85645 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85645 is #17A9BA. Grayscale: #7F7F7F. Windows color (decimal): -1550779 or 4544232. OLE color: 4544232.
HSL color Cylindrical-coordinate representation of color #E85645: hue angle of 6.26º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E85645 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 69 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.09 |
| HSL | 6.26º | 0.78% | 0.59% | - |
| HSV(B) | 6.26º | 0.7% | 0.91% | - |
| XYZ | 37.68 | 24.24 | 8.32 | - |
| YUV | 127.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 69 | 0 | 0.63 | 0.70 | 0.09 | 6.26 | 0.78 | 0.59 |
| Hex | E8 | 56 | 45 | 0 | 3F | 46 | 9 | 6 | 4E | 3B |
| Octal | 350 | 126 | 105 | 0 | 77 | 106 | 11 | 6 | 116 | 73 |
| Binary | 11101000 | 1010110 | 1000101 | 0 | 111111 | 1000110 | 1001 | 110 | 1001110 | 111011 |
Color Harmonies of #E85645
Complementary color
Monochromatic Colors of #E85645
Black with #E85645
Text Example
Text Example
White with #E85645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85645; }
p { color: rgb(232,86,69); }
H1.HeaderClassName
{
color: #E85645;
}
.AnyTagClassName
{
color: #E85645;
}
</style>
background-color css
<style>
a { background-color: #E85645; }
a { background-color: rgb(232,86,69); }
div.DivClassName
{
background-color: #E85645;
}
.BgClassName
{
background-color: #E85645;
}
</style>
border-color css
<style>
span { border-color: #E85645; }
span { border-color: rgb(232,86,69); }
td.TdClassName
{
border-color: #E85645;
}
.TagClassName
{
border-color: #E85645;
}
</style>