Shades of Flamingo #E16745
Tints of Flamingo #E16745
RGB
CMYK
RGB Variations
Color information
#E16745 (or 0xE16745) is known color: Flamingo. HEX triplet: E1, 67 and 45. RGB value is (225,103,69). Sum of RGB (Red+Green+Blue) = 225+103+69=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E16745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16745 is #1E98BA. Grayscale: #878787. Windows color (decimal): -2005179 or 4548577. OLE color: 4548577.
HSL color Cylindrical-coordinate representation of color #E16745: hue angle of 13.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E16745 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 69 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.12 |
| HSL | 13.08º | 0.72% | 0.58% | - |
| HSV(B) | 13.08º | 0.69% | 0.88% | - |
| XYZ | 36.98 | 26.14 | 8.73 | - |
| YUV | 135.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 69 | 0 | 0.54 | 0.69 | 0.12 | 13.08 | 0.72 | 0.58 |
| Hex | E1 | 67 | 45 | 0 | 36 | 45 | C | D | 48 | 3A |
| Octal | 341 | 147 | 105 | 0 | 66 | 105 | 14 | 15 | 110 | 72 |
| Binary | 11100001 | 1100111 | 1000101 | 0 | 110110 | 1000101 | 1100 | 1101 | 1001000 | 111010 |
Color Harmonies of #E16745
Complementary color
Monochromatic Colors of #E16745
Black with #E16745
Text Example
Text Example
White with #E16745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16745; }
p { color: rgb(225,103,69); }
H1.HeaderClassName
{
color: #E16745;
}
.AnyTagClassName
{
color: #E16745;
}
</style>
background-color css
<style>
a { background-color: #E16745; }
a { background-color: rgb(225,103,69); }
div.DivClassName
{
background-color: #E16745;
}
.BgClassName
{
background-color: #E16745;
}
</style>
border-color css
<style>
span { border-color: #E16745; }
span { border-color: rgb(225,103,69); }
td.TdClassName
{
border-color: #E16745;
}
.TagClassName
{
border-color: #E16745;
}
</style>