Shades of Flamingo #E76544
Tints of Flamingo #E76544
RGB
CMYK
RGB Variations
Color information
#E76544 (or 0xE76544) is known color: Flamingo. HEX triplet: E7, 65 and 44. RGB value is (231,101,68). Sum of RGB (Red+Green+Blue) = 231+101+68=400 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 231 - color contains mainly: red. Hex color #E76544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76544 is #189ABB. Grayscale: #888888. Windows color (decimal): -1612476 or 4482535. OLE color: 4482535.
HSL color Cylindrical-coordinate representation of color #E76544: hue angle of 12.15º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E76544 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 68 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.09 |
| HSL | 12.15º | 0.77% | 0.59% | - |
| HSV(B) | 12.15º | 0.71% | 0.91% | - |
| XYZ | 38.65 | 26.71 | 8.59 | - |
| YUV | 136.11 | 89.57 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 68 | 0 | 0.56 | 0.71 | 0.09 | 12.15 | 0.77 | 0.59 |
| Hex | E7 | 65 | 44 | 0 | 38 | 47 | 9 | C | 4D | 3B |
| Octal | 347 | 145 | 104 | 0 | 70 | 107 | 11 | 14 | 115 | 73 |
| Binary | 11100111 | 1100101 | 1000100 | 0 | 111000 | 1000111 | 1001 | 1100 | 1001101 | 111011 |
Color Harmonies of #E76544
Complementary color
Monochromatic Colors of #E76544
Black with #E76544
Text Example
Text Example
White with #E76544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76544; }
p { color: rgb(231,101,68); }
H1.HeaderClassName
{
color: #E76544;
}
.AnyTagClassName
{
color: #E76544;
}
</style>
background-color css
<style>
a { background-color: #E76544; }
a { background-color: rgb(231,101,68); }
div.DivClassName
{
background-color: #E76544;
}
.BgClassName
{
background-color: #E76544;
}
</style>
border-color css
<style>
span { border-color: #E76544; }
span { border-color: rgb(231,101,68); }
td.TdClassName
{
border-color: #E76544;
}
.TagClassName
{
border-color: #E76544;
}
</style>