Shades of Flamingo #E76240
Tints of Flamingo #E76240
RGB
CMYK
RGB Variations
Color information
#E76240 (or 0xE76240) is known color: Flamingo. HEX triplet: E7, 62 and 40. RGB value is (231,98,64). Sum of RGB (Red+Green+Blue) = 231+98+64=393 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.78% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 231 - color contains mainly: red. Hex color #E76240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76240 is #189DBF. Grayscale: #868686. Windows color (decimal): -1613248 or 4219623. OLE color: 4219623.
HSL color Cylindrical-coordinate representation of color #E76240: hue angle of 12.22º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E76240 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 64 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.09 |
| HSL | 12.22º | 0.78% | 0.58% | - |
| HSV(B) | 12.22º | 0.72% | 0.91% | - |
| XYZ | 38.25 | 26.09 | 7.87 | - |
| YUV | 133.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 64 | 0 | 0.58 | 0.72 | 0.09 | 12.22 | 0.78 | 0.58 |
| Hex | E7 | 62 | 40 | 0 | 3A | 48 | 9 | C | 4E | 3A |
| Octal | 347 | 142 | 100 | 0 | 72 | 110 | 11 | 14 | 116 | 72 |
| Binary | 11100111 | 1100010 | 1000000 | 0 | 111010 | 1001000 | 1001 | 1100 | 1001110 | 111010 |
Color Harmonies of #E76240
Complementary color
Monochromatic Colors of #E76240
Black with #E76240
Text Example
Text Example
White with #E76240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76240; }
p { color: rgb(231,98,64); }
H1.HeaderClassName
{
color: #E76240;
}
.AnyTagClassName
{
color: #E76240;
}
</style>
background-color css
<style>
a { background-color: #E76240; }
a { background-color: rgb(231,98,64); }
div.DivClassName
{
background-color: #E76240;
}
.BgClassName
{
background-color: #E76240;
}
</style>
border-color css
<style>
span { border-color: #E76240; }
span { border-color: rgb(231,98,64); }
td.TdClassName
{
border-color: #E76240;
}
.TagClassName
{
border-color: #E76240;
}
</style>