Shades of Flamingo #E76251
Tints of Flamingo #E76251
RGB
CMYK
RGB Variations
Color information
#E76251 (or 0xE76251) is known color: Flamingo. HEX triplet: E7, 62 and 51. RGB value is (231,98,81). Sum of RGB (Red+Green+Blue) = 231+98+81=410 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.34% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 231 - color contains mainly: red. Hex color #E76251 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76251 is #189DAE. Grayscale: #888888. Windows color (decimal): -1613231 or 5333735. OLE color: 5333735.
HSL color Cylindrical-coordinate representation of color #E76251: hue angle of 6.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E76251 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 81 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.09 |
| HSL | 6.8º | 0.76% | 0.61% | - |
| HSV(B) | 6.8º | 0.65% | 0.91% | - |
| XYZ | 38.81 | 26.32 | 10.82 | - |
| YUV | 135.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 81 | 0 | 0.58 | 0.65 | 0.09 | 6.8 | 0.76 | 0.61 |
| Hex | E7 | 62 | 51 | 0 | 3A | 41 | 9 | 7 | 4C | 3D |
| Octal | 347 | 142 | 121 | 0 | 72 | 101 | 11 | 7 | 114 | 75 |
| Binary | 11100111 | 1100010 | 1010001 | 0 | 111010 | 1000001 | 1001 | 111 | 1001100 | 111101 |
Color Harmonies of #E76251
Complementary color
Monochromatic Colors of #E76251
Black with #E76251
Text Example
Text Example
White with #E76251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76251; }
p { color: rgb(231,98,81); }
H1.HeaderClassName
{
color: #E76251;
}
.AnyTagClassName
{
color: #E76251;
}
</style>
background-color css
<style>
a { background-color: #E76251; }
a { background-color: rgb(231,98,81); }
div.DivClassName
{
background-color: #E76251;
}
.BgClassName
{
background-color: #E76251;
}
</style>
border-color css
<style>
span { border-color: #E76251; }
span { border-color: rgb(231,98,81); }
td.TdClassName
{
border-color: #E76251;
}
.TagClassName
{
border-color: #E76251;
}
</style>