Shades of Flamingo #E16443
Tints of Flamingo #E16443
RGB
CMYK
RGB Variations
Color information
#E16443 (or 0xE16443) is known color: Flamingo. HEX triplet: E1, 64 and 43. RGB value is (225,100,67). Sum of RGB (Red+Green+Blue) = 225+100+67=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E16443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16443 is #1E9BBC. Grayscale: #858585. Windows color (decimal): -2005949 or 4416737. OLE color: 4416737.
HSL color Cylindrical-coordinate representation of color #E16443: hue angle of 12.53º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E16443 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 100 | 67 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.12 |
| HSL | 12.53º | 0.72% | 0.57% | - |
| HSV(B) | 12.53º | 0.7% | 0.88% | - |
| XYZ | 36.62 | 25.53 | 8.31 | - |
| YUV | 133.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 67 | 0 | 0.56 | 0.70 | 0.12 | 12.53 | 0.72 | 0.57 |
| Hex | E1 | 64 | 43 | 0 | 38 | 46 | C | D | 48 | 39 |
| Octal | 341 | 144 | 103 | 0 | 70 | 106 | 14 | 15 | 110 | 71 |
| Binary | 11100001 | 1100100 | 1000011 | 0 | 111000 | 1000110 | 1100 | 1101 | 1001000 | 111001 |
Color Harmonies of #E16443
Complementary color
Monochromatic Colors of #E16443
Black with #E16443
Text Example
Text Example
White with #E16443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16443; }
p { color: rgb(225,100,67); }
H1.HeaderClassName
{
color: #E16443;
}
.AnyTagClassName
{
color: #E16443;
}
</style>
background-color css
<style>
a { background-color: #E16443; }
a { background-color: rgb(225,100,67); }
div.DivClassName
{
background-color: #E16443;
}
.BgClassName
{
background-color: #E16443;
}
</style>
border-color css
<style>
span { border-color: #E16443; }
span { border-color: rgb(225,100,67); }
td.TdClassName
{
border-color: #E16443;
}
.TagClassName
{
border-color: #E16443;
}
</style>