Shades of Flamingo #E1593D
Tints of Flamingo #E1593D
RGB
CMYK
RGB Variations
Color information
#E1593D (or 0xE1593D) is known color: Flamingo. HEX triplet: E1, 59 and 3D. RGB value is (225,89,61). Sum of RGB (Red+Green+Blue) = 225+89+61=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1593D is #1EA6C2. Grayscale: #7E7E7E. Windows color (decimal): -2008771 or 4020705. OLE color: 4020705.
HSL color Cylindrical-coordinate representation of color #E1593D: hue angle of 10.24º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1593D is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 61 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.12 |
| HSL | 10.24º | 0.73% | 0.56% | - |
| HSV(B) | 10.24º | 0.73% | 0.88% | - |
| XYZ | 35.47 | 23.49 | 7.08 | - |
| YUV | 126.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 61 | 0 | 0.60 | 0.73 | 0.12 | 10.24 | 0.73 | 0.56 |
| Hex | E1 | 59 | 3D | 0 | 3C | 49 | C | A | 49 | 38 |
| Octal | 341 | 131 | 75 | 0 | 74 | 111 | 14 | 12 | 111 | 70 |
| Binary | 11100001 | 1011001 | 111101 | 0 | 111100 | 1001001 | 1100 | 1010 | 1001001 | 111000 |
Color Harmonies of #E1593D
Complementary color
Monochromatic Colors of #E1593D
Black with #E1593D
Text Example
Text Example
White with #E1593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1593D; }
p { color: rgb(225,89,61); }
H1.HeaderClassName
{
color: #E1593D;
}
.AnyTagClassName
{
color: #E1593D;
}
</style>
background-color css
<style>
a { background-color: #E1593D; }
a { background-color: rgb(225,89,61); }
div.DivClassName
{
background-color: #E1593D;
}
.BgClassName
{
background-color: #E1593D;
}
</style>
border-color css
<style>
span { border-color: #E1593D; }
span { border-color: rgb(225,89,61); }
td.TdClassName
{
border-color: #E1593D;
}
.TagClassName
{
border-color: #E1593D;
}
</style>