Shades of Flamingo #E16151
Tints of Flamingo #E16151
RGB
CMYK
RGB Variations
Color information
#E16151 (or 0xE16151) is known color: Flamingo. HEX triplet: E1, 61 and 51. RGB value is (225,97,81). Sum of RGB (Red+Green+Blue) = 225+97+81=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E16151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16151 is #1E9EAE. Grayscale: #858585. Windows color (decimal): -2006703 or 5333473. OLE color: 5333473.
HSL color Cylindrical-coordinate representation of color #E16151: hue angle of 6.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E16151 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 81 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.12 |
| HSL | 6.67º | 0.71% | 0.6% | - |
| HSV(B) | 6.67º | 0.64% | 0.88% | - |
| XYZ | 36.81 | 25.15 | 10.7 | - |
| YUV | 133.45 | 98.41 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 81 | 0 | 0.57 | 0.64 | 0.12 | 6.67 | 0.71 | 0.6 |
| Hex | E1 | 61 | 51 | 0 | 39 | 40 | C | 7 | 47 | 3C |
| Octal | 341 | 141 | 121 | 0 | 71 | 100 | 14 | 7 | 107 | 74 |
| Binary | 11100001 | 1100001 | 1010001 | 0 | 111001 | 1000000 | 1100 | 111 | 1000111 | 111100 |
Color Harmonies of #E16151
Complementary color
Monochromatic Colors of #E16151
Black with #E16151
Text Example
Text Example
White with #E16151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16151; }
p { color: rgb(225,97,81); }
H1.HeaderClassName
{
color: #E16151;
}
.AnyTagClassName
{
color: #E16151;
}
</style>
background-color css
<style>
a { background-color: #E16151; }
a { background-color: rgb(225,97,81); }
div.DivClassName
{
background-color: #E16151;
}
.BgClassName
{
background-color: #E16151;
}
</style>
border-color css
<style>
span { border-color: #E16151; }
span { border-color: rgb(225,97,81); }
td.TdClassName
{
border-color: #E16151;
}
.TagClassName
{
border-color: #E16151;
}
</style>