Shades of Flamingo #E8584E
Tints of Flamingo #E8584E
RGB
CMYK
RGB Variations
Color information
#E8584E (or 0xE8584E) is known color: Flamingo. HEX triplet: E8, 58 and 4E. RGB value is (232,88,78). Sum of RGB (Red+Green+Blue) = 232+88+78=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E8584E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8584E is #17A7B1. Grayscale: #828282. Windows color (decimal): -1550258 or 5134568. OLE color: 5134568.
HSL color Cylindrical-coordinate representation of color #E8584E: hue angle of 3.9º 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 #E8584E is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 78 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.09 |
| HSL | 3.9º | 0.77% | 0.61% | - |
| HSV(B) | 3.9º | 0.66% | 0.91% | - |
| XYZ | 38.14 | 24.69 | 9.96 | - |
| YUV | 129.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 78 | 0 | 0.62 | 0.66 | 0.09 | 3.9 | 0.77 | 0.61 |
| Hex | E8 | 58 | 4E | 0 | 3E | 42 | 9 | 4 | 4D | 3D |
| Octal | 350 | 130 | 116 | 0 | 76 | 102 | 11 | 4 | 115 | 75 |
| Binary | 11101000 | 1011000 | 1001110 | 0 | 111110 | 1000010 | 1001 | 100 | 1001101 | 111101 |
Color Harmonies of #E8584E
Complementary color
Monochromatic Colors of #E8584E
Black with #E8584E
Text Example
Text Example
White with #E8584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8584E; }
p { color: rgb(232,88,78); }
H1.HeaderClassName
{
color: #E8584E;
}
.AnyTagClassName
{
color: #E8584E;
}
</style>
background-color css
<style>
a { background-color: #E8584E; }
a { background-color: rgb(232,88,78); }
div.DivClassName
{
background-color: #E8584E;
}
.BgClassName
{
background-color: #E8584E;
}
</style>
border-color css
<style>
span { border-color: #E8584E; }
span { border-color: rgb(232,88,78); }
td.TdClassName
{
border-color: #E8584E;
}
.TagClassName
{
border-color: #E8584E;
}
</style>