Shades of Flamingo #E96247
Tints of Flamingo #E96247
RGB
CMYK
RGB Variations
Color information
#E96247 (or 0xE96247) is known color: Flamingo. HEX triplet: E9, 62 and 47. RGB value is (233,98,71). Sum of RGB (Red+Green+Blue) = 233+98+71=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E96247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96247 is #169DB8. Grayscale: #878787. Windows color (decimal): -1482169 or 4678377. OLE color: 4678377.
HSL color Cylindrical-coordinate representation of color #E96247: hue angle of 10º 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 #E96247 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 98 | 71 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.09 |
| HSL | 10º | 0.79% | 0.6% | - |
| HSV(B) | 10º | 0.7% | 0.91% | - |
| XYZ | 39.11 | 26.51 | 9.02 | - |
| YUV | 135.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 98 | 71 | 0 | 0.58 | 0.70 | 0.09 | 10 | 0.79 | 0.6 |
| Hex | E9 | 62 | 47 | 0 | 3A | 46 | 9 | A | 4F | 3C |
| Octal | 351 | 142 | 107 | 0 | 72 | 106 | 11 | 12 | 117 | 74 |
| Binary | 11101001 | 1100010 | 1000111 | 0 | 111010 | 1000110 | 1001 | 1010 | 1001111 | 111100 |
Color Harmonies of #E96247
Complementary color
Monochromatic Colors of #E96247
Black with #E96247
Text Example
Text Example
White with #E96247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96247; }
p { color: rgb(233,98,71); }
H1.HeaderClassName
{
color: #E96247;
}
.AnyTagClassName
{
color: #E96247;
}
</style>
background-color css
<style>
a { background-color: #E96247; }
a { background-color: rgb(233,98,71); }
div.DivClassName
{
background-color: #E96247;
}
.BgClassName
{
background-color: #E96247;
}
</style>
border-color css
<style>
span { border-color: #E96247; }
span { border-color: rgb(233,98,71); }
td.TdClassName
{
border-color: #E96247;
}
.TagClassName
{
border-color: #E96247;
}
</style>