Shades of Flamingo #E95E54
Tints of Flamingo #E95E54
RGB
CMYK
RGB Variations
Color information
#E95E54 (or 0xE95E54) is known color: Flamingo. HEX triplet: E9, 5E and 54. RGB value is (233,94,84). Sum of RGB (Red+Green+Blue) = 233+94+84=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E54 is #16A1AB. Grayscale: #868686. Windows color (decimal): -1483180 or 5529321. OLE color: 5529321.
HSL color Cylindrical-coordinate representation of color #E95E54: hue angle of 4.03º 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 #E95E54 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 84 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.09 |
| HSL | 4.03º | 0.77% | 0.62% | - |
| HSV(B) | 4.03º | 0.64% | 0.91% | - |
| XYZ | 39.21 | 25.97 | 11.33 | - |
| YUV | 134.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 84 | 0 | 0.60 | 0.64 | 0.09 | 4.03 | 0.77 | 0.62 |
| Hex | E9 | 5E | 54 | 0 | 3C | 40 | 9 | 4 | 4D | 3E |
| Octal | 351 | 136 | 124 | 0 | 74 | 100 | 11 | 4 | 115 | 76 |
| Binary | 11101001 | 1011110 | 1010100 | 0 | 111100 | 1000000 | 1001 | 100 | 1001101 | 111110 |
Color Harmonies of #E95E54
Complementary color
Monochromatic Colors of #E95E54
Black with #E95E54
Text Example
Text Example
White with #E95E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E54; }
p { color: rgb(233,94,84); }
H1.HeaderClassName
{
color: #E95E54;
}
.AnyTagClassName
{
color: #E95E54;
}
</style>
background-color css
<style>
a { background-color: #E95E54; }
a { background-color: rgb(233,94,84); }
div.DivClassName
{
background-color: #E95E54;
}
.BgClassName
{
background-color: #E95E54;
}
</style>
border-color css
<style>
span { border-color: #E95E54; }
span { border-color: rgb(233,94,84); }
td.TdClassName
{
border-color: #E95E54;
}
.TagClassName
{
border-color: #E95E54;
}
</style>