Shades of Flamingo #E1614C
Tints of Flamingo #E1614C
RGB
CMYK
RGB Variations
Color information
#E1614C (or 0xE1614C) is known color: Flamingo. HEX triplet: E1, 61 and 4C. RGB value is (225,97,76). Sum of RGB (Red+Green+Blue) = 225+97+76=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1614C is #1E9EB3. Grayscale: #858585. Windows color (decimal): -2006708 or 5005793. OLE color: 5005793.
HSL color Cylindrical-coordinate representation of color #E1614C: hue angle of 8.46º 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 #E1614C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 76 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.12 |
| HSL | 8.46º | 0.71% | 0.59% | - |
| HSV(B) | 8.46º | 0.66% | 0.88% | - |
| XYZ | 36.63 | 25.08 | 9.75 | - |
| YUV | 132.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 76 | 0 | 0.57 | 0.66 | 0.12 | 8.46 | 0.71 | 0.59 |
| Hex | E1 | 61 | 4C | 0 | 39 | 42 | C | 8 | 47 | 3B |
| Octal | 341 | 141 | 114 | 0 | 71 | 102 | 14 | 10 | 107 | 73 |
| Binary | 11100001 | 1100001 | 1001100 | 0 | 111001 | 1000010 | 1100 | 1000 | 1000111 | 111011 |
Color Harmonies of #E1614C
Complementary color
Monochromatic Colors of #E1614C
Black with #E1614C
Text Example
Text Example
White with #E1614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1614C; }
p { color: rgb(225,97,76); }
H1.HeaderClassName
{
color: #E1614C;
}
.AnyTagClassName
{
color: #E1614C;
}
</style>
background-color css
<style>
a { background-color: #E1614C; }
a { background-color: rgb(225,97,76); }
div.DivClassName
{
background-color: #E1614C;
}
.BgClassName
{
background-color: #E1614C;
}
</style>
border-color css
<style>
span { border-color: #E1614C; }
span { border-color: rgb(225,97,76); }
td.TdClassName
{
border-color: #E1614C;
}
.TagClassName
{
border-color: #E1614C;
}
</style>