Shades of Flamingo #E76246
Tints of Flamingo #E76246
RGB
CMYK
RGB Variations
Color information
#E76246 (or 0xE76246) is known color: Flamingo. HEX triplet: E7, 62 and 46. RGB value is (231,98,70). Sum of RGB (Red+Green+Blue) = 231+98+70=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E76246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76246 is #189DB9. Grayscale: #868686. Windows color (decimal): -1613242 or 4612839. OLE color: 4612839.
HSL color Cylindrical-coordinate representation of color #E76246: hue angle of 10.43º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E76246 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 70 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.09 |
| HSL | 10.43º | 0.77% | 0.59% | - |
| HSV(B) | 10.43º | 0.7% | 0.91% | - |
| XYZ | 38.43 | 26.17 | 8.82 | - |
| YUV | 134.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 70 | 0 | 0.58 | 0.70 | 0.09 | 10.43 | 0.77 | 0.59 |
| Hex | E7 | 62 | 46 | 0 | 3A | 46 | 9 | A | 4D | 3B |
| Octal | 347 | 142 | 106 | 0 | 72 | 106 | 11 | 12 | 115 | 73 |
| Binary | 11100111 | 1100010 | 1000110 | 0 | 111010 | 1000110 | 1001 | 1010 | 1001101 | 111011 |
Color Harmonies of #E76246
Complementary color
Monochromatic Colors of #E76246
Black with #E76246
Text Example
Text Example
White with #E76246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76246; }
p { color: rgb(231,98,70); }
H1.HeaderClassName
{
color: #E76246;
}
.AnyTagClassName
{
color: #E76246;
}
</style>
background-color css
<style>
a { background-color: #E76246; }
a { background-color: rgb(231,98,70); }
div.DivClassName
{
background-color: #E76246;
}
.BgClassName
{
background-color: #E76246;
}
</style>
border-color css
<style>
span { border-color: #E76246; }
span { border-color: rgb(231,98,70); }
td.TdClassName
{
border-color: #E76246;
}
.TagClassName
{
border-color: #E76246;
}
</style>