Shades of Flamingo #E95954
Tints of Flamingo #E95954
RGB
CMYK
RGB Variations
Color information
#E95954 (or 0xE95954) is known color: Flamingo. HEX triplet: E9, 59 and 54. RGB value is (233,89,84). Sum of RGB (Red+Green+Blue) = 233+89+84=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E95954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95954 is #16A6AB. Grayscale: #838383. Windows color (decimal): -1484460 or 5528041. OLE color: 5528041.
HSL color Cylindrical-coordinate representation of color #E95954: hue angle of 2.01º 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 #E95954 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 84 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.09 |
| HSL | 2.01º | 0.77% | 0.62% | - |
| HSV(B) | 2.01º | 0.64% | 0.91% | - |
| XYZ | 38.78 | 25.11 | 11.19 | - |
| YUV | 131.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 84 | 0 | 0.62 | 0.64 | 0.09 | 2.01 | 0.77 | 0.62 |
| Hex | E9 | 59 | 54 | 0 | 3E | 40 | 9 | 2 | 4D | 3E |
| Octal | 351 | 131 | 124 | 0 | 76 | 100 | 11 | 2 | 115 | 76 |
| Binary | 11101001 | 1011001 | 1010100 | 0 | 111110 | 1000000 | 1001 | 10 | 1001101 | 111110 |
Color Harmonies of #E95954
Complementary color
Monochromatic Colors of #E95954
Black with #E95954
Text Example
Text Example
White with #E95954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95954; }
p { color: rgb(233,89,84); }
H1.HeaderClassName
{
color: #E95954;
}
.AnyTagClassName
{
color: #E95954;
}
</style>
background-color css
<style>
a { background-color: #E95954; }
a { background-color: rgb(233,89,84); }
div.DivClassName
{
background-color: #E95954;
}
.BgClassName
{
background-color: #E95954;
}
</style>
border-color css
<style>
span { border-color: #E95954; }
span { border-color: rgb(233,89,84); }
td.TdClassName
{
border-color: #E95954;
}
.TagClassName
{
border-color: #E95954;
}
</style>