Shades of Flamingo #E76557
Tints of Flamingo #E76557
RGB
CMYK
RGB Variations
Color information
#E76557 (or 0xE76557) is known color: Flamingo. HEX triplet: E7, 65 and 57. RGB value is (231,101,87). Sum of RGB (Red+Green+Blue) = 231+101+87=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E76557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76557 is #189AA8. Grayscale: #8A8A8A. Windows color (decimal): -1612457 or 5727719. OLE color: 5727719.
HSL color Cylindrical-coordinate representation of color #E76557: hue angle of 5.83º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E76557 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 87 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.09 |
| HSL | 5.83º | 0.75% | 0.62% | - |
| HSV(B) | 5.83º | 0.62% | 0.91% | - |
| XYZ | 39.33 | 26.98 | 12.15 | - |
| YUV | 138.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 87 | 0 | 0.56 | 0.62 | 0.09 | 5.83 | 0.75 | 0.62 |
| Hex | E7 | 65 | 57 | 0 | 38 | 3E | 9 | 6 | 4B | 3E |
| Octal | 347 | 145 | 127 | 0 | 70 | 76 | 11 | 6 | 113 | 76 |
| Binary | 11100111 | 1100101 | 1010111 | 0 | 111000 | 111110 | 1001 | 110 | 1001011 | 111110 |
Color Harmonies of #E76557
Complementary color
Monochromatic Colors of #E76557
Black with #E76557
Text Example
Text Example
White with #E76557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76557; }
p { color: rgb(231,101,87); }
H1.HeaderClassName
{
color: #E76557;
}
.AnyTagClassName
{
color: #E76557;
}
</style>
background-color css
<style>
a { background-color: #E76557; }
a { background-color: rgb(231,101,87); }
div.DivClassName
{
background-color: #E76557;
}
.BgClassName
{
background-color: #E76557;
}
</style>
border-color css
<style>
span { border-color: #E76557; }
span { border-color: rgb(231,101,87); }
td.TdClassName
{
border-color: #E76557;
}
.TagClassName
{
border-color: #E76557;
}
</style>