Shades of Flamingo #E95449
Tints of Flamingo #E95449
RGB
CMYK
RGB Variations
Color information
#E95449 (or 0xE95449) is known color: Flamingo. HEX triplet: E9, 54 and 49. RGB value is (233,84,73). Sum of RGB (Red+Green+Blue) = 233+84+73=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E95449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95449 is #16ABB6. Grayscale: #7F7F7F. Windows color (decimal): -1485751 or 4805865. OLE color: 4805865.
HSL color Cylindrical-coordinate representation of color #E95449: hue angle of 4.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E95449 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 73 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.09 |
| HSL | 4.13º | 0.78% | 0.6% | - |
| HSV(B) | 4.13º | 0.69% | 0.91% | - |
| XYZ | 37.98 | 24.15 | 8.96 | - |
| YUV | 127.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 73 | 0 | 0.64 | 0.69 | 0.09 | 4.13 | 0.78 | 0.6 |
| Hex | E9 | 54 | 49 | 0 | 40 | 45 | 9 | 4 | 4E | 3C |
| Octal | 351 | 124 | 111 | 0 | 100 | 105 | 11 | 4 | 116 | 74 |
| Binary | 11101001 | 1010100 | 1001001 | 0 | 1000000 | 1000101 | 1001 | 100 | 1001110 | 111100 |
Color Harmonies of #E95449
Complementary color
Monochromatic Colors of #E95449
Black with #E95449
Text Example
Text Example
White with #E95449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95449; }
p { color: rgb(233,84,73); }
H1.HeaderClassName
{
color: #E95449;
}
.AnyTagClassName
{
color: #E95449;
}
</style>
background-color css
<style>
a { background-color: #E95449; }
a { background-color: rgb(233,84,73); }
div.DivClassName
{
background-color: #E95449;
}
.BgClassName
{
background-color: #E95449;
}
</style>
border-color css
<style>
span { border-color: #E95449; }
span { border-color: rgb(233,84,73); }
td.TdClassName
{
border-color: #E95449;
}
.TagClassName
{
border-color: #E95449;
}
</style>