Shades of Flamingo #E76857
Tints of Flamingo #E76857
RGB
CMYK
RGB Variations
Color information
#E76857 (or 0xE76857) is known color: Flamingo. HEX triplet: E7, 68 and 57. RGB value is (231,104,87). Sum of RGB (Red+Green+Blue) = 231+104+87=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E76857 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76857 is #1897A8. Grayscale: #8C8C8C. Windows color (decimal): -1611689 or 5728487. OLE color: 5728487.
HSL color Cylindrical-coordinate representation of color #E76857: hue angle of 7.08º 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 #E76857 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 87 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.09 |
| HSL | 7.08º | 0.75% | 0.62% | - |
| HSV(B) | 7.08º | 0.62% | 0.91% | - |
| XYZ | 39.63 | 27.58 | 12.25 | - |
| YUV | 140.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 87 | 0 | 0.55 | 0.62 | 0.09 | 7.08 | 0.75 | 0.62 |
| Hex | E7 | 68 | 57 | 0 | 37 | 3E | 9 | 7 | 4B | 3E |
| Octal | 347 | 150 | 127 | 0 | 67 | 76 | 11 | 7 | 113 | 76 |
| Binary | 11100111 | 1101000 | 1010111 | 0 | 110111 | 111110 | 1001 | 111 | 1001011 | 111110 |
Color Harmonies of #E76857
Complementary color
Monochromatic Colors of #E76857
Black with #E76857
Text Example
Text Example
White with #E76857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76857; }
p { color: rgb(231,104,87); }
H1.HeaderClassName
{
color: #E76857;
}
.AnyTagClassName
{
color: #E76857;
}
</style>
background-color css
<style>
a { background-color: #E76857; }
a { background-color: rgb(231,104,87); }
div.DivClassName
{
background-color: #E76857;
}
.BgClassName
{
background-color: #E76857;
}
</style>
border-color css
<style>
span { border-color: #E76857; }
span { border-color: rgb(231,104,87); }
td.TdClassName
{
border-color: #E76857;
}
.TagClassName
{
border-color: #E76857;
}
</style>