Shades of Flamingo #E95549
Tints of Flamingo #E95549
RGB
CMYK
RGB Variations
Color information
#E95549 (or 0xE95549) is known color: Flamingo. HEX triplet: E9, 55 and 49. RGB value is (233,85,73). Sum of RGB (Red+Green+Blue) = 233+85+73=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E95549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95549 is #16AAB6. Grayscale: #808080. Windows color (decimal): -1485495 or 4806121. OLE color: 4806121.
HSL color Cylindrical-coordinate representation of color #E95549: hue angle of 4.5º 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 #E95549 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 73 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.09 |
| HSL | 4.5º | 0.78% | 0.6% | - |
| HSV(B) | 4.5º | 0.69% | 0.91% | - |
| XYZ | 38.06 | 24.3 | 8.99 | - |
| YUV | 127.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 73 | 0 | 0.64 | 0.69 | 0.09 | 4.5 | 0.78 | 0.6 |
| Hex | E9 | 55 | 49 | 0 | 40 | 45 | 9 | 4 | 4E | 3C |
| Octal | 351 | 125 | 111 | 0 | 100 | 105 | 11 | 4 | 116 | 74 |
| Binary | 11101001 | 1010101 | 1001001 | 0 | 1000000 | 1000101 | 1001 | 100 | 1001110 | 111100 |
Color Harmonies of #E95549
Complementary color
Monochromatic Colors of #E95549
Black with #E95549
Text Example
Text Example
White with #E95549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95549; }
p { color: rgb(233,85,73); }
H1.HeaderClassName
{
color: #E95549;
}
.AnyTagClassName
{
color: #E95549;
}
</style>
background-color css
<style>
a { background-color: #E95549; }
a { background-color: rgb(233,85,73); }
div.DivClassName
{
background-color: #E95549;
}
.BgClassName
{
background-color: #E95549;
}
</style>
border-color css
<style>
span { border-color: #E95549; }
span { border-color: rgb(233,85,73); }
td.TdClassName
{
border-color: #E95549;
}
.TagClassName
{
border-color: #E95549;
}
</style>