Shades of Flamingo #E96249
Tints of Flamingo #E96249
RGB
CMYK
RGB Variations
Color information
#E96249 (or 0xE96249) is known color: Flamingo. HEX triplet: E9, 62 and 49. RGB value is (233,98,73). Sum of RGB (Red+Green+Blue) = 233+98+73=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E96249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96249 is #169DB6. Grayscale: #878787. Windows color (decimal): -1482167 or 4809449. OLE color: 4809449.
HSL color Cylindrical-coordinate representation of color #E96249: hue angle of 9.38º 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 #E96249 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 73 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.09 |
| HSL | 9.38º | 0.78% | 0.6% | - |
| HSV(B) | 9.38º | 0.69% | 0.91% | - |
| XYZ | 39.17 | 26.54 | 9.36 | - |
| YUV | 135.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 73 | 0 | 0.58 | 0.69 | 0.09 | 9.38 | 0.78 | 0.6 |
| Hex | E9 | 62 | 49 | 0 | 3A | 45 | 9 | 9 | 4E | 3C |
| Octal | 351 | 142 | 111 | 0 | 72 | 105 | 11 | 11 | 116 | 74 |
| Binary | 11101001 | 1100010 | 1001001 | 0 | 111010 | 1000101 | 1001 | 1001 | 1001110 | 111100 |
Color Harmonies of #E96249
Complementary color
Monochromatic Colors of #E96249
Black with #E96249
Text Example
Text Example
White with #E96249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96249; }
p { color: rgb(233,98,73); }
H1.HeaderClassName
{
color: #E96249;
}
.AnyTagClassName
{
color: #E96249;
}
</style>
background-color css
<style>
a { background-color: #E96249; }
a { background-color: rgb(233,98,73); }
div.DivClassName
{
background-color: #E96249;
}
.BgClassName
{
background-color: #E96249;
}
</style>
border-color css
<style>
span { border-color: #E96249; }
span { border-color: rgb(233,98,73); }
td.TdClassName
{
border-color: #E96249;
}
.TagClassName
{
border-color: #E96249;
}
</style>