Shades of Flamingo #E95754
Tints of Flamingo #E95754
RGB
CMYK
RGB Variations
Color information
#E95754 (or 0xE95754) is known color: Flamingo. HEX triplet: E9, 57 and 54. RGB value is (233,87,84). Sum of RGB (Red+Green+Blue) = 233+87+84=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E95754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95754 is #16A8AB. Grayscale: #828282. Windows color (decimal): -1484972 or 5527529. OLE color: 5527529.
HSL color Cylindrical-coordinate representation of color #E95754: hue angle of 1.21º 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 #E95754 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 84 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.09 |
| HSL | 1.21º | 0.77% | 0.62% | - |
| HSV(B) | 1.21º | 0.64% | 0.91% | - |
| XYZ | 38.61 | 24.78 | 11.14 | - |
| YUV | 130.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 84 | 0 | 0.63 | 0.64 | 0.09 | 1.21 | 0.77 | 0.62 |
| Hex | E9 | 57 | 54 | 0 | 3F | 40 | 9 | 1 | 4D | 3E |
| Octal | 351 | 127 | 124 | 0 | 77 | 100 | 11 | 1 | 115 | 76 |
| Binary | 11101001 | 1010111 | 1010100 | 0 | 111111 | 1000000 | 1001 | 1 | 1001101 | 111110 |
Color Harmonies of #E95754
Complementary color
Monochromatic Colors of #E95754
Black with #E95754
Text Example
Text Example
White with #E95754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95754; }
p { color: rgb(233,87,84); }
H1.HeaderClassName
{
color: #E95754;
}
.AnyTagClassName
{
color: #E95754;
}
</style>
background-color css
<style>
a { background-color: #E95754; }
a { background-color: rgb(233,87,84); }
div.DivClassName
{
background-color: #E95754;
}
.BgClassName
{
background-color: #E95754;
}
</style>
border-color css
<style>
span { border-color: #E95754; }
span { border-color: rgb(233,87,84); }
td.TdClassName
{
border-color: #E95754;
}
.TagClassName
{
border-color: #E95754;
}
</style>