Shades of Flamingo #E96151
Tints of Flamingo #E96151
RGB
CMYK
RGB Variations
Color information
#E96151 (or 0xE96151) is known color: Flamingo. HEX triplet: E9, 61 and 51. RGB value is (233,97,81). Sum of RGB (Red+Green+Blue) = 233+97+81=411 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.69% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 233 - color contains mainly: red. Hex color #E96151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96151 is #169EAE. Grayscale: #888888. Windows color (decimal): -1482415 or 5333481. OLE color: 5333481.
HSL color Cylindrical-coordinate representation of color #E96151: hue angle of 6.32º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E96151 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 81 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.09 |
| HSL | 6.32º | 0.78% | 0.62% | - |
| HSV(B) | 6.32º | 0.65% | 0.91% | - |
| XYZ | 39.36 | 26.47 | 10.82 | - |
| YUV | 135.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 81 | 0 | 0.58 | 0.65 | 0.09 | 6.32 | 0.78 | 0.62 |
| Hex | E9 | 61 | 51 | 0 | 3A | 41 | 9 | 6 | 4E | 3E |
| Octal | 351 | 141 | 121 | 0 | 72 | 101 | 11 | 6 | 116 | 76 |
| Binary | 11101001 | 1100001 | 1010001 | 0 | 111010 | 1000001 | 1001 | 110 | 1001110 | 111110 |
Color Harmonies of #E96151
Complementary color
Monochromatic Colors of #E96151
Black with #E96151
Text Example
Text Example
White with #E96151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96151; }
p { color: rgb(233,97,81); }
H1.HeaderClassName
{
color: #E96151;
}
.AnyTagClassName
{
color: #E96151;
}
</style>
background-color css
<style>
a { background-color: #E96151; }
a { background-color: rgb(233,97,81); }
div.DivClassName
{
background-color: #E96151;
}
.BgClassName
{
background-color: #E96151;
}
</style>
border-color css
<style>
span { border-color: #E96151; }
span { border-color: rgb(233,97,81); }
td.TdClassName
{
border-color: #E96151;
}
.TagClassName
{
border-color: #E96151;
}
</style>