Shades of Flamingo #E76657
Tints of Flamingo #E76657
RGB
CMYK
RGB Variations
Color information
#E76657 (or 0xE76657) is known color: Flamingo. HEX triplet: E7, 66 and 57. RGB value is (231,102,87). Sum of RGB (Red+Green+Blue) = 231+102+87=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E76657 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76657 is #1899A8. Grayscale: #8B8B8B. Windows color (decimal): -1612201 or 5727975. OLE color: 5727975.
HSL color Cylindrical-coordinate representation of color #E76657: hue angle of 6.25º 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 #E76657 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 87 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.09 |
| HSL | 6.25º | 0.75% | 0.62% | - |
| HSV(B) | 6.25º | 0.62% | 0.91% | - |
| XYZ | 39.43 | 27.18 | 12.19 | - |
| YUV | 138.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 87 | 0 | 0.56 | 0.62 | 0.09 | 6.25 | 0.75 | 0.62 |
| Hex | E7 | 66 | 57 | 0 | 38 | 3E | 9 | 6 | 4B | 3E |
| Octal | 347 | 146 | 127 | 0 | 70 | 76 | 11 | 6 | 113 | 76 |
| Binary | 11100111 | 1100110 | 1010111 | 0 | 111000 | 111110 | 1001 | 110 | 1001011 | 111110 |
Color Harmonies of #E76657
Complementary color
Monochromatic Colors of #E76657
Black with #E76657
Text Example
Text Example
White with #E76657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76657; }
p { color: rgb(231,102,87); }
H1.HeaderClassName
{
color: #E76657;
}
.AnyTagClassName
{
color: #E76657;
}
</style>
background-color css
<style>
a { background-color: #E76657; }
a { background-color: rgb(231,102,87); }
div.DivClassName
{
background-color: #E76657;
}
.BgClassName
{
background-color: #E76657;
}
</style>
border-color css
<style>
span { border-color: #E76657; }
span { border-color: rgb(231,102,87); }
td.TdClassName
{
border-color: #E76657;
}
.TagClassName
{
border-color: #E76657;
}
</style>