Shades of Flamingo #E96140
Tints of Flamingo #E96140
RGB
CMYK
RGB Variations
Color information
#E96140 (or 0xE96140) is known color: Flamingo. HEX triplet: E9, 61 and 40. RGB value is (233,97,64). Sum of RGB (Red+Green+Blue) = 233+97+64=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E96140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96140 is #169EBF. Grayscale: #868686. Windows color (decimal): -1482432 or 4219369. OLE color: 4219369.
HSL color Cylindrical-coordinate representation of color #E96140: hue angle of 11.72º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E96140 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 64 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.09 |
| HSL | 11.72º | 0.79% | 0.58% | - |
| HSV(B) | 11.72º | 0.73% | 0.91% | - |
| XYZ | 38.8 | 26.24 | 7.87 | - |
| YUV | 133.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 64 | 0 | 0.58 | 0.73 | 0.09 | 11.72 | 0.79 | 0.58 |
| Hex | E9 | 61 | 40 | 0 | 3A | 49 | 9 | C | 4F | 3A |
| Octal | 351 | 141 | 100 | 0 | 72 | 111 | 11 | 14 | 117 | 72 |
| Binary | 11101001 | 1100001 | 1000000 | 0 | 111010 | 1001001 | 1001 | 1100 | 1001111 | 111010 |
Color Harmonies of #E96140
Complementary color
Monochromatic Colors of #E96140
Black with #E96140
Text Example
Text Example
White with #E96140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96140; }
p { color: rgb(233,97,64); }
H1.HeaderClassName
{
color: #E96140;
}
.AnyTagClassName
{
color: #E96140;
}
</style>
background-color css
<style>
a { background-color: #E96140; }
a { background-color: rgb(233,97,64); }
div.DivClassName
{
background-color: #E96140;
}
.BgClassName
{
background-color: #E96140;
}
</style>
border-color css
<style>
span { border-color: #E96140; }
span { border-color: rgb(233,97,64); }
td.TdClassName
{
border-color: #E96140;
}
.TagClassName
{
border-color: #E96140;
}
</style>