Shades of Flamingo #E76650
Tints of Flamingo #E76650
RGB
CMYK
RGB Variations
Color information
#E76650 (or 0xE76650) is known color: Flamingo. HEX triplet: E7, 66 and 50. RGB value is (231,102,80). Sum of RGB (Red+Green+Blue) = 231+102+80=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E76650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76650 is #1899AF. Grayscale: #8A8A8A. Windows color (decimal): -1612208 or 5269223. OLE color: 5269223.
HSL color Cylindrical-coordinate representation of color #E76650: hue angle of 8.74º 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 #E76650 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 80 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.09 |
| HSL | 8.74º | 0.76% | 0.61% | - |
| HSV(B) | 8.74º | 0.65% | 0.91% | - |
| XYZ | 39.15 | 27.07 | 10.75 | - |
| YUV | 138.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 80 | 0 | 0.56 | 0.65 | 0.09 | 8.74 | 0.76 | 0.61 |
| Hex | E7 | 66 | 50 | 0 | 38 | 41 | 9 | 9 | 4C | 3D |
| Octal | 347 | 146 | 120 | 0 | 70 | 101 | 11 | 11 | 114 | 75 |
| Binary | 11100111 | 1100110 | 1010000 | 0 | 111000 | 1000001 | 1001 | 1001 | 1001100 | 111101 |
Color Harmonies of #E76650
Complementary color
Monochromatic Colors of #E76650
Black with #E76650
Text Example
Text Example
White with #E76650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76650; }
p { color: rgb(231,102,80); }
H1.HeaderClassName
{
color: #E76650;
}
.AnyTagClassName
{
color: #E76650;
}
</style>
background-color css
<style>
a { background-color: #E76650; }
a { background-color: rgb(231,102,80); }
div.DivClassName
{
background-color: #E76650;
}
.BgClassName
{
background-color: #E76650;
}
</style>
border-color css
<style>
span { border-color: #E76650; }
span { border-color: rgb(231,102,80); }
td.TdClassName
{
border-color: #E76650;
}
.TagClassName
{
border-color: #E76650;
}
</style>