Shades of Flamingo #E1594A
Tints of Flamingo #E1594A
RGB
CMYK
RGB Variations
Color information
#E1594A (or 0xE1594A) is known color: Flamingo. HEX triplet: E1, 59 and 4A. RGB value is (225,89,74). Sum of RGB (Red+Green+Blue) = 225+89+74=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1594A is #1EA6B5. Grayscale: #808080. Windows color (decimal): -2008758 or 4872673. OLE color: 4872673.
HSL color Cylindrical-coordinate representation of color #E1594A: hue angle of 5.96º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1594A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 74 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.12 |
| HSL | 5.96º | 0.72% | 0.59% | - |
| HSV(B) | 5.96º | 0.67% | 0.88% | - |
| XYZ | 35.86 | 23.65 | 9.15 | - |
| YUV | 127.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 74 | 0 | 0.60 | 0.67 | 0.12 | 5.96 | 0.72 | 0.59 |
| Hex | E1 | 59 | 4A | 0 | 3C | 43 | C | 6 | 48 | 3B |
| Octal | 341 | 131 | 112 | 0 | 74 | 103 | 14 | 6 | 110 | 73 |
| Binary | 11100001 | 1011001 | 1001010 | 0 | 111100 | 1000011 | 1100 | 110 | 1001000 | 111011 |
Color Harmonies of #E1594A
Complementary color
Monochromatic Colors of #E1594A
Black with #E1594A
Text Example
Text Example
White with #E1594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1594A; }
p { color: rgb(225,89,74); }
H1.HeaderClassName
{
color: #E1594A;
}
.AnyTagClassName
{
color: #E1594A;
}
</style>
background-color css
<style>
a { background-color: #E1594A; }
a { background-color: rgb(225,89,74); }
div.DivClassName
{
background-color: #E1594A;
}
.BgClassName
{
background-color: #E1594A;
}
</style>
border-color css
<style>
span { border-color: #E1594A; }
span { border-color: rgb(225,89,74); }
td.TdClassName
{
border-color: #E1594A;
}
.TagClassName
{
border-color: #E1594A;
}
</style>