Shades of Flamingo #E76444
Tints of Flamingo #E76444
RGB
CMYK
RGB Variations
Color information
#E76444 (or 0xE76444) is known color: Flamingo. HEX triplet: E7, 64 and 44. RGB value is (231,100,68). Sum of RGB (Red+Green+Blue) = 231+100+68=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E76444 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76444 is #189BBB. Grayscale: #878787. Windows color (decimal): -1612732 or 4482279. OLE color: 4482279.
HSL color Cylindrical-coordinate representation of color #E76444: hue angle of 11.78º 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 #E76444 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 68 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.09 |
| HSL | 11.78º | 0.77% | 0.59% | - |
| HSV(B) | 11.78º | 0.71% | 0.91% | - |
| XYZ | 38.56 | 26.52 | 8.56 | - |
| YUV | 135.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 68 | 0 | 0.57 | 0.71 | 0.09 | 11.78 | 0.77 | 0.59 |
| Hex | E7 | 64 | 44 | 0 | 39 | 47 | 9 | C | 4D | 3B |
| Octal | 347 | 144 | 104 | 0 | 71 | 107 | 11 | 14 | 115 | 73 |
| Binary | 11100111 | 1100100 | 1000100 | 0 | 111001 | 1000111 | 1001 | 1100 | 1001101 | 111011 |
Color Harmonies of #E76444
Complementary color
Monochromatic Colors of #E76444
Black with #E76444
Text Example
Text Example
White with #E76444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76444; }
p { color: rgb(231,100,68); }
H1.HeaderClassName
{
color: #E76444;
}
.AnyTagClassName
{
color: #E76444;
}
</style>
background-color css
<style>
a { background-color: #E76444; }
a { background-color: rgb(231,100,68); }
div.DivClassName
{
background-color: #E76444;
}
.BgClassName
{
background-color: #E76444;
}
</style>
border-color css
<style>
span { border-color: #E76444; }
span { border-color: rgb(231,100,68); }
td.TdClassName
{
border-color: #E76444;
}
.TagClassName
{
border-color: #E76444;
}
</style>