Shades of Flamingo #E1634D
Tints of Flamingo #E1634D
RGB
CMYK
RGB Variations
Color information
#E1634D (or 0xE1634D) is known color: Flamingo. HEX triplet: E1, 63 and 4D. RGB value is (225,99,77). Sum of RGB (Red+Green+Blue) = 225+99+77=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1634D is #1E9CB2. Grayscale: #868686. Windows color (decimal): -2006195 or 5071841. OLE color: 5071841.
HSL color Cylindrical-coordinate representation of color #E1634D: hue angle of 8.92º 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 #E1634D is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 77 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.12 |
| HSL | 8.92º | 0.71% | 0.59% | - |
| HSV(B) | 8.92º | 0.66% | 0.88% | - |
| XYZ | 36.85 | 25.47 | 9.99 | - |
| YUV | 134.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 77 | 0 | 0.56 | 0.66 | 0.12 | 8.92 | 0.71 | 0.59 |
| Hex | E1 | 63 | 4D | 0 | 38 | 42 | C | 9 | 47 | 3B |
| Octal | 341 | 143 | 115 | 0 | 70 | 102 | 14 | 11 | 107 | 73 |
| Binary | 11100001 | 1100011 | 1001101 | 0 | 111000 | 1000010 | 1100 | 1001 | 1000111 | 111011 |
Color Harmonies of #E1634D
Complementary color
Monochromatic Colors of #E1634D
Black with #E1634D
Text Example
Text Example
White with #E1634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1634D; }
p { color: rgb(225,99,77); }
H1.HeaderClassName
{
color: #E1634D;
}
.AnyTagClassName
{
color: #E1634D;
}
</style>
background-color css
<style>
a { background-color: #E1634D; }
a { background-color: rgb(225,99,77); }
div.DivClassName
{
background-color: #E1634D;
}
.BgClassName
{
background-color: #E1634D;
}
</style>
border-color css
<style>
span { border-color: #E1634D; }
span { border-color: rgb(225,99,77); }
td.TdClassName
{
border-color: #E1634D;
}
.TagClassName
{
border-color: #E1634D;
}
</style>