Shades of Flamingo #E96747
Tints of Flamingo #E96747
RGB
CMYK
RGB Variations
Color information
#E96747 (or 0xE96747) is known color: Flamingo. HEX triplet: E9, 67 and 47. RGB value is (233,103,71). Sum of RGB (Red+Green+Blue) = 233+103+71=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E96747 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96747 is #1698B8. Grayscale: #8A8A8A. Windows color (decimal): -1480889 or 4679657. OLE color: 4679657.
HSL color Cylindrical-coordinate representation of color #E96747: hue angle of 11.85º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E96747 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 71 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.09 |
| HSL | 11.85º | 0.79% | 0.6% | - |
| HSV(B) | 11.85º | 0.7% | 0.91% | - |
| XYZ | 39.59 | 27.48 | 9.18 | - |
| YUV | 138.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 71 | 0 | 0.56 | 0.70 | 0.09 | 11.85 | 0.79 | 0.6 |
| Hex | E9 | 67 | 47 | 0 | 38 | 46 | 9 | C | 4F | 3C |
| Octal | 351 | 147 | 107 | 0 | 70 | 106 | 11 | 14 | 117 | 74 |
| Binary | 11101001 | 1100111 | 1000111 | 0 | 111000 | 1000110 | 1001 | 1100 | 1001111 | 111100 |
Color Harmonies of #E96747
Complementary color
Monochromatic Colors of #E96747
Black with #E96747
Text Example
Text Example
White with #E96747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96747; }
p { color: rgb(233,103,71); }
H1.HeaderClassName
{
color: #E96747;
}
.AnyTagClassName
{
color: #E96747;
}
</style>
background-color css
<style>
a { background-color: #E96747; }
a { background-color: rgb(233,103,71); }
div.DivClassName
{
background-color: #E96747;
}
.BgClassName
{
background-color: #E96747;
}
</style>
border-color css
<style>
span { border-color: #E96747; }
span { border-color: rgb(233,103,71); }
td.TdClassName
{
border-color: #E96747;
}
.TagClassName
{
border-color: #E96747;
}
</style>