Shades of Flamingo #E76746
Tints of Flamingo #E76746
RGB
CMYK
RGB Variations
Color information
#E76746 (or 0xE76746) is known color: Flamingo. HEX triplet: E7, 67 and 46. RGB value is (231,103,70). Sum of RGB (Red+Green+Blue) = 231+103+70=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E76746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76746 is #1898B9. Grayscale: #898989. Windows color (decimal): -1611962 or 4614119. OLE color: 4614119.
HSL color Cylindrical-coordinate representation of color #E76746: hue angle of 12.3º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E76746 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 70 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.09 |
| HSL | 12.3º | 0.77% | 0.59% | - |
| HSV(B) | 12.3º | 0.7% | 0.91% | - |
| XYZ | 38.91 | 27.13 | 8.98 | - |
| YUV | 137.51 | 89.91 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 70 | 0 | 0.55 | 0.70 | 0.09 | 12.3 | 0.77 | 0.59 |
| Hex | E7 | 67 | 46 | 0 | 37 | 46 | 9 | C | 4D | 3B |
| Octal | 347 | 147 | 106 | 0 | 67 | 106 | 11 | 14 | 115 | 73 |
| Binary | 11100111 | 1100111 | 1000110 | 0 | 110111 | 1000110 | 1001 | 1100 | 1001101 | 111011 |
Color Harmonies of #E76746
Complementary color
Monochromatic Colors of #E76746
Black with #E76746
Text Example
Text Example
White with #E76746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76746; }
p { color: rgb(231,103,70); }
H1.HeaderClassName
{
color: #E76746;
}
.AnyTagClassName
{
color: #E76746;
}
</style>
background-color css
<style>
a { background-color: #E76746; }
a { background-color: rgb(231,103,70); }
div.DivClassName
{
background-color: #E76746;
}
.BgClassName
{
background-color: #E76746;
}
</style>
border-color css
<style>
span { border-color: #E76746; }
span { border-color: rgb(231,103,70); }
td.TdClassName
{
border-color: #E76746;
}
.TagClassName
{
border-color: #E76746;
}
</style>