Shades of Flamingo #E1614D
Tints of Flamingo #E1614D
RGB
CMYK
RGB Variations
Color information
#E1614D (or 0xE1614D) is known color: Flamingo. HEX triplet: E1, 61 and 4D. RGB value is (225,97,77). Sum of RGB (Red+Green+Blue) = 225+97+77=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1614D is #1E9EB2. Grayscale: #858585. Windows color (decimal): -2006707 or 5071329. OLE color: 5071329.
HSL color Cylindrical-coordinate representation of color #E1614D: hue angle of 8.11º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1614D is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 77 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.12 |
| HSL | 8.11º | 0.71% | 0.59% | - |
| HSV(B) | 8.11º | 0.66% | 0.88% | - |
| XYZ | 36.67 | 25.09 | 9.93 | - |
| YUV | 132.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 77 | 0 | 0.57 | 0.66 | 0.12 | 8.11 | 0.71 | 0.59 |
| Hex | E1 | 61 | 4D | 0 | 39 | 42 | C | 8 | 47 | 3B |
| Octal | 341 | 141 | 115 | 0 | 71 | 102 | 14 | 10 | 107 | 73 |
| Binary | 11100001 | 1100001 | 1001101 | 0 | 111001 | 1000010 | 1100 | 1000 | 1000111 | 111011 |
Color Harmonies of #E1614D
Complementary color
Monochromatic Colors of #E1614D
Black with #E1614D
Text Example
Text Example
White with #E1614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1614D; }
p { color: rgb(225,97,77); }
H1.HeaderClassName
{
color: #E1614D;
}
.AnyTagClassName
{
color: #E1614D;
}
</style>
background-color css
<style>
a { background-color: #E1614D; }
a { background-color: rgb(225,97,77); }
div.DivClassName
{
background-color: #E1614D;
}
.BgClassName
{
background-color: #E1614D;
}
</style>
border-color css
<style>
span { border-color: #E1614D; }
span { border-color: rgb(225,97,77); }
td.TdClassName
{
border-color: #E1614D;
}
.TagClassName
{
border-color: #E1614D;
}
</style>