Shades of Flamingo #E16647
Tints of Flamingo #E16647
RGB
CMYK
RGB Variations
Color information
#E16647 (or 0xE16647) is known color: Flamingo. HEX triplet: E1, 66 and 47. RGB value is (225,102,71). Sum of RGB (Red+Green+Blue) = 225+102+71=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E16647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16647 is #1E99B8. Grayscale: #878787. Windows color (decimal): -2005433 or 4679393. OLE color: 4679393.
HSL color Cylindrical-coordinate representation of color #E16647: hue angle of 12.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E16647 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 71 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.12 |
| HSL | 12.08º | 0.72% | 0.58% | - |
| HSV(B) | 12.08º | 0.68% | 0.88% | - |
| XYZ | 36.94 | 25.97 | 9.03 | - |
| YUV | 135.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 71 | 0 | 0.55 | 0.68 | 0.12 | 12.08 | 0.72 | 0.58 |
| Hex | E1 | 66 | 47 | 0 | 37 | 44 | C | C | 48 | 3A |
| Octal | 341 | 146 | 107 | 0 | 67 | 104 | 14 | 14 | 110 | 72 |
| Binary | 11100001 | 1100110 | 1000111 | 0 | 110111 | 1000100 | 1100 | 1100 | 1001000 | 111010 |
Color Harmonies of #E16647
Complementary color
Monochromatic Colors of #E16647
Black with #E16647
Text Example
Text Example
White with #E16647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16647; }
p { color: rgb(225,102,71); }
H1.HeaderClassName
{
color: #E16647;
}
.AnyTagClassName
{
color: #E16647;
}
</style>
background-color css
<style>
a { background-color: #E16647; }
a { background-color: rgb(225,102,71); }
div.DivClassName
{
background-color: #E16647;
}
.BgClassName
{
background-color: #E16647;
}
</style>
border-color css
<style>
span { border-color: #E16647; }
span { border-color: rgb(225,102,71); }
td.TdClassName
{
border-color: #E16647;
}
.TagClassName
{
border-color: #E16647;
}
</style>