Shades of Flamingo #E1594C
Tints of Flamingo #E1594C
RGB
CMYK
RGB Variations
Color information
#E1594C (or 0xE1594C) is known color: Flamingo. HEX triplet: E1, 59 and 4C. RGB value is (225,89,76). Sum of RGB (Red+Green+Blue) = 225+89+76=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1594C is #1EA6B3. Grayscale: #808080. Windows color (decimal): -2008756 or 5003745. OLE color: 5003745.
HSL color Cylindrical-coordinate representation of color #E1594C: hue angle of 5.23º 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 #E1594C is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 76 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.12 |
| HSL | 5.23º | 0.71% | 0.59% | - |
| HSV(B) | 5.23º | 0.66% | 0.88% | - |
| XYZ | 35.93 | 23.67 | 9.51 | - |
| YUV | 128.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 76 | 0 | 0.60 | 0.66 | 0.12 | 5.23 | 0.71 | 0.59 |
| Hex | E1 | 59 | 4C | 0 | 3C | 42 | C | 5 | 47 | 3B |
| Octal | 341 | 131 | 114 | 0 | 74 | 102 | 14 | 5 | 107 | 73 |
| Binary | 11100001 | 1011001 | 1001100 | 0 | 111100 | 1000010 | 1100 | 101 | 1000111 | 111011 |
Color Harmonies of #E1594C
Complementary color
Monochromatic Colors of #E1594C
Black with #E1594C
Text Example
Text Example
White with #E1594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1594C; }
p { color: rgb(225,89,76); }
H1.HeaderClassName
{
color: #E1594C;
}
.AnyTagClassName
{
color: #E1594C;
}
</style>
background-color css
<style>
a { background-color: #E1594C; }
a { background-color: rgb(225,89,76); }
div.DivClassName
{
background-color: #E1594C;
}
.BgClassName
{
background-color: #E1594C;
}
</style>
border-color css
<style>
span { border-color: #E1594C; }
span { border-color: rgb(225,89,76); }
td.TdClassName
{
border-color: #E1594C;
}
.TagClassName
{
border-color: #E1594C;
}
</style>