Shades of Flamingo #E95854
Tints of Flamingo #E95854
RGB
CMYK
RGB Variations
Color information
#E95854 (or 0xE95854) is known color: Flamingo. HEX triplet: E9, 58 and 54. RGB value is (233,88,84). Sum of RGB (Red+Green+Blue) = 233+88+84=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E95854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95854 is #16A7AB. Grayscale: #838383. Windows color (decimal): -1484716 or 5527785. OLE color: 5527785.
HSL color Cylindrical-coordinate representation of color #E95854: hue angle of 1.61º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E95854 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 84 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.09 |
| HSL | 1.61º | 0.77% | 0.62% | - |
| HSV(B) | 1.61º | 0.64% | 0.91% | - |
| XYZ | 38.69 | 24.94 | 11.16 | - |
| YUV | 130.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 84 | 0 | 0.62 | 0.64 | 0.09 | 1.61 | 0.77 | 0.62 |
| Hex | E9 | 58 | 54 | 0 | 3E | 40 | 9 | 2 | 4D | 3E |
| Octal | 351 | 130 | 124 | 0 | 76 | 100 | 11 | 2 | 115 | 76 |
| Binary | 11101001 | 1011000 | 1010100 | 0 | 111110 | 1000000 | 1001 | 10 | 1001101 | 111110 |
Color Harmonies of #E95854
Complementary color
Monochromatic Colors of #E95854
Black with #E95854
Text Example
Text Example
White with #E95854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95854; }
p { color: rgb(233,88,84); }
H1.HeaderClassName
{
color: #E95854;
}
.AnyTagClassName
{
color: #E95854;
}
</style>
background-color css
<style>
a { background-color: #E95854; }
a { background-color: rgb(233,88,84); }
div.DivClassName
{
background-color: #E95854;
}
.BgClassName
{
background-color: #E95854;
}
</style>
border-color css
<style>
span { border-color: #E95854; }
span { border-color: rgb(233,88,84); }
td.TdClassName
{
border-color: #E95854;
}
.TagClassName
{
border-color: #E95854;
}
</style>