Shades of Flamingo #E76547
Tints of Flamingo #E76547
RGB
CMYK
RGB Variations
Color information
#E76547 (or 0xE76547) is known color: Flamingo. HEX triplet: E7, 65 and 47. RGB value is (231,101,71). Sum of RGB (Red+Green+Blue) = 231+101+71=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E76547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76547 is #189AB8. Grayscale: #888888. Windows color (decimal): -1612473 or 4679143. OLE color: 4679143.
HSL color Cylindrical-coordinate representation of color #E76547: hue angle of 11.25º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E76547 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 71 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.09 |
| HSL | 11.25º | 0.77% | 0.59% | - |
| HSV(B) | 11.25º | 0.69% | 0.91% | - |
| XYZ | 38.75 | 26.75 | 9.08 | - |
| YUV | 136.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 71 | 0 | 0.56 | 0.69 | 0.09 | 11.25 | 0.77 | 0.59 |
| Hex | E7 | 65 | 47 | 0 | 38 | 45 | 9 | B | 4D | 3B |
| Octal | 347 | 145 | 107 | 0 | 70 | 105 | 11 | 13 | 115 | 73 |
| Binary | 11100111 | 1100101 | 1000111 | 0 | 111000 | 1000101 | 1001 | 1011 | 1001101 | 111011 |
Color Harmonies of #E76547
Complementary color
Monochromatic Colors of #E76547
Black with #E76547
Text Example
Text Example
White with #E76547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76547; }
p { color: rgb(231,101,71); }
H1.HeaderClassName
{
color: #E76547;
}
.AnyTagClassName
{
color: #E76547;
}
</style>
background-color css
<style>
a { background-color: #E76547; }
a { background-color: rgb(231,101,71); }
div.DivClassName
{
background-color: #E76547;
}
.BgClassName
{
background-color: #E76547;
}
</style>
border-color css
<style>
span { border-color: #E76547; }
span { border-color: rgb(231,101,71); }
td.TdClassName
{
border-color: #E76547;
}
.TagClassName
{
border-color: #E76547;
}
</style>