Shades of Flamingo #E1594B
Tints of Flamingo #E1594B
RGB
CMYK
RGB Variations
Color information
#E1594B (or 0xE1594B) is known color: Flamingo. HEX triplet: E1, 59 and 4B. RGB value is (225,89,75). Sum of RGB (Red+Green+Blue) = 225+89+75=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1594B is #1EA6B4. Grayscale: #808080. Windows color (decimal): -2008757 or 4938209. OLE color: 4938209.
HSL color Cylindrical-coordinate representation of color #E1594B: hue angle of 5.6º degrees, saturation: 0.71, 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 #E1594B is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 75 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.12 |
| HSL | 5.6º | 0.71% | 0.59% | - |
| HSV(B) | 5.6º | 0.67% | 0.88% | - |
| XYZ | 35.89 | 23.66 | 9.33 | - |
| YUV | 128.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 75 | 0 | 0.60 | 0.67 | 0.12 | 5.6 | 0.71 | 0.59 |
| Hex | E1 | 59 | 4B | 0 | 3C | 43 | C | 6 | 47 | 3B |
| Octal | 341 | 131 | 113 | 0 | 74 | 103 | 14 | 6 | 107 | 73 |
| Binary | 11100001 | 1011001 | 1001011 | 0 | 111100 | 1000011 | 1100 | 110 | 1000111 | 111011 |
Color Harmonies of #E1594B
Complementary color
Monochromatic Colors of #E1594B
Black with #E1594B
Text Example
Text Example
White with #E1594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1594B; }
p { color: rgb(225,89,75); }
H1.HeaderClassName
{
color: #E1594B;
}
.AnyTagClassName
{
color: #E1594B;
}
</style>
background-color css
<style>
a { background-color: #E1594B; }
a { background-color: rgb(225,89,75); }
div.DivClassName
{
background-color: #E1594B;
}
.BgClassName
{
background-color: #E1594B;
}
</style>
border-color css
<style>
span { border-color: #E1594B; }
span { border-color: rgb(225,89,75); }
td.TdClassName
{
border-color: #E1594B;
}
.TagClassName
{
border-color: #E1594B;
}
</style>