Shades of Flamingo #E76850
Tints of Flamingo #E76850
RGB
CMYK
RGB Variations
Color information
#E76850 (or 0xE76850) is known color: Flamingo. HEX triplet: E7, 68 and 50. RGB value is (231,104,80). Sum of RGB (Red+Green+Blue) = 231+104+80=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E76850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76850 is #1897AF. Grayscale: #8B8B8B. Windows color (decimal): -1611696 or 5269735. OLE color: 5269735.
HSL color Cylindrical-coordinate representation of color #E76850: hue angle of 9.54º 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 #E76850 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 80 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.09 |
| HSL | 9.54º | 0.76% | 0.61% | - |
| HSV(B) | 9.54º | 0.65% | 0.91% | - |
| XYZ | 39.35 | 27.47 | 10.82 | - |
| YUV | 139.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 80 | 0 | 0.55 | 0.65 | 0.09 | 9.54 | 0.76 | 0.61 |
| Hex | E7 | 68 | 50 | 0 | 37 | 41 | 9 | A | 4C | 3D |
| Octal | 347 | 150 | 120 | 0 | 67 | 101 | 11 | 12 | 114 | 75 |
| Binary | 11100111 | 1101000 | 1010000 | 0 | 110111 | 1000001 | 1001 | 1010 | 1001100 | 111101 |
Color Harmonies of #E76850
Complementary color
Monochromatic Colors of #E76850
Black with #E76850
Text Example
Text Example
White with #E76850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76850; }
p { color: rgb(231,104,80); }
H1.HeaderClassName
{
color: #E76850;
}
.AnyTagClassName
{
color: #E76850;
}
</style>
background-color css
<style>
a { background-color: #E76850; }
a { background-color: rgb(231,104,80); }
div.DivClassName
{
background-color: #E76850;
}
.BgClassName
{
background-color: #E76850;
}
</style>
border-color css
<style>
span { border-color: #E76850; }
span { border-color: rgb(231,104,80); }
td.TdClassName
{
border-color: #E76850;
}
.TagClassName
{
border-color: #E76850;
}
</style>