Shades of Flamingo #E8594D
Tints of Flamingo #E8594D
RGB
CMYK
RGB Variations
Color information
#E8594D (or 0xE8594D) is known color: Flamingo. HEX triplet: E8, 59 and 4D. RGB value is (232,89,77). Sum of RGB (Red+Green+Blue) = 232+89+77=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E8594D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8594D is #17A6B2. Grayscale: #828282. Windows color (decimal): -1550003 or 5069288. OLE color: 5069288.
HSL color Cylindrical-coordinate representation of color #E8594D: hue angle of 4.65º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8594D is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 77 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.09 |
| HSL | 4.65º | 0.77% | 0.61% | - |
| HSV(B) | 4.65º | 0.67% | 0.91% | - |
| XYZ | 38.19 | 24.84 | 9.8 | - |
| YUV | 130.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 77 | 0 | 0.62 | 0.67 | 0.09 | 4.65 | 0.77 | 0.61 |
| Hex | E8 | 59 | 4D | 0 | 3E | 43 | 9 | 5 | 4D | 3D |
| Octal | 350 | 131 | 115 | 0 | 76 | 103 | 11 | 5 | 115 | 75 |
| Binary | 11101000 | 1011001 | 1001101 | 0 | 111110 | 1000011 | 1001 | 101 | 1001101 | 111101 |
Color Harmonies of #E8594D
Complementary color
Monochromatic Colors of #E8594D
Black with #E8594D
Text Example
Text Example
White with #E8594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8594D; }
p { color: rgb(232,89,77); }
H1.HeaderClassName
{
color: #E8594D;
}
.AnyTagClassName
{
color: #E8594D;
}
</style>
background-color css
<style>
a { background-color: #E8594D; }
a { background-color: rgb(232,89,77); }
div.DivClassName
{
background-color: #E8594D;
}
.BgClassName
{
background-color: #E8594D;
}
</style>
border-color css
<style>
span { border-color: #E8594D; }
span { border-color: rgb(232,89,77); }
td.TdClassName
{
border-color: #E8594D;
}
.TagClassName
{
border-color: #E8594D;
}
</style>