Shades of Flamingo #E8604E
Tints of Flamingo #E8604E
RGB
CMYK
RGB Variations
Color information
#E8604E (or 0xE8604E) is known color: Flamingo. HEX triplet: E8, 60 and 4E. RGB value is (232,96,78). Sum of RGB (Red+Green+Blue) = 232+96+78=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E8604E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8604E is #179FB1. Grayscale: #868686. Windows color (decimal): -1548210 or 5136616. OLE color: 5136616.
HSL color Cylindrical-coordinate representation of color #E8604E: hue angle of 7.01º 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 #E8604E is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 78 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.09 |
| HSL | 7.01º | 0.77% | 0.61% | - |
| HSV(B) | 7.01º | 0.66% | 0.91% | - |
| XYZ | 38.84 | 26.07 | 10.19 | - |
| YUV | 134.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 78 | 0 | 0.59 | 0.66 | 0.09 | 7.01 | 0.77 | 0.61 |
| Hex | E8 | 60 | 4E | 0 | 3B | 42 | 9 | 7 | 4D | 3D |
| Octal | 350 | 140 | 116 | 0 | 73 | 102 | 11 | 7 | 115 | 75 |
| Binary | 11101000 | 1100000 | 1001110 | 0 | 111011 | 1000010 | 1001 | 111 | 1001101 | 111101 |
Color Harmonies of #E8604E
Complementary color
Monochromatic Colors of #E8604E
Black with #E8604E
Text Example
Text Example
White with #E8604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8604E; }
p { color: rgb(232,96,78); }
H1.HeaderClassName
{
color: #E8604E;
}
.AnyTagClassName
{
color: #E8604E;
}
</style>
background-color css
<style>
a { background-color: #E8604E; }
a { background-color: rgb(232,96,78); }
div.DivClassName
{
background-color: #E8604E;
}
.BgClassName
{
background-color: #E8604E;
}
</style>
border-color css
<style>
span { border-color: #E8604E; }
span { border-color: rgb(232,96,78); }
td.TdClassName
{
border-color: #E8604E;
}
.TagClassName
{
border-color: #E8604E;
}
</style>