Shades of Flamingo #E96751
Tints of Flamingo #E96751
RGB
CMYK
RGB Variations
Color information
#E96751 (or 0xE96751) is known color: Flamingo. HEX triplet: E9, 67 and 51. RGB value is (233,103,81). Sum of RGB (Red+Green+Blue) = 233+103+81=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E96751 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96751 is #1698AE. Grayscale: #8B8B8B. Windows color (decimal): -1480879 or 5335017. OLE color: 5335017.
HSL color Cylindrical-coordinate representation of color #E96751: hue angle of 8.68º 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 #E96751 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 81 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.09 |
| HSL | 8.68º | 0.78% | 0.62% | - |
| HSV(B) | 8.68º | 0.65% | 0.91% | - |
| XYZ | 39.94 | 27.62 | 11.01 | - |
| YUV | 139.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 81 | 0 | 0.56 | 0.65 | 0.09 | 8.68 | 0.78 | 0.62 |
| Hex | E9 | 67 | 51 | 0 | 38 | 41 | 9 | 9 | 4E | 3E |
| Octal | 351 | 147 | 121 | 0 | 70 | 101 | 11 | 11 | 116 | 76 |
| Binary | 11101001 | 1100111 | 1010001 | 0 | 111000 | 1000001 | 1001 | 1001 | 1001110 | 111110 |
Color Harmonies of #E96751
Complementary color
Monochromatic Colors of #E96751
Black with #E96751
Text Example
Text Example
White with #E96751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96751; }
p { color: rgb(233,103,81); }
H1.HeaderClassName
{
color: #E96751;
}
.AnyTagClassName
{
color: #E96751;
}
</style>
background-color css
<style>
a { background-color: #E96751; }
a { background-color: rgb(233,103,81); }
div.DivClassName
{
background-color: #E96751;
}
.BgClassName
{
background-color: #E96751;
}
</style>
border-color css
<style>
span { border-color: #E96751; }
span { border-color: rgb(233,103,81); }
td.TdClassName
{
border-color: #E96751;
}
.TagClassName
{
border-color: #E96751;
}
</style>