Shades of Flamingo #E5594D
Tints of Flamingo #E5594D
RGB
CMYK
RGB Variations
Color information
#E5594D (or 0xE5594D) is known color: Flamingo. HEX triplet: E5, 59 and 4D. RGB value is (229,89,77). Sum of RGB (Red+Green+Blue) = 229+89+77=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E5594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5594D is #1AA6B2. Grayscale: #818181. Windows color (decimal): -1746611 or 5069285. OLE color: 5069285.
HSL color Cylindrical-coordinate representation of color #E5594D: hue angle of 4.74º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5594D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 77 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.10 |
| HSL | 4.74º | 0.75% | 0.6% | - |
| HSV(B) | 4.74º | 0.66% | 0.9% | - |
| XYZ | 37.23 | 24.34 | 9.76 | - |
| YUV | 129.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 77 | 0 | 0.61 | 0.66 | 0.10 | 4.74 | 0.75 | 0.6 |
| Hex | E5 | 59 | 4D | 0 | 3D | 42 | A | 5 | 4B | 3C |
| Octal | 345 | 131 | 115 | 0 | 75 | 102 | 12 | 5 | 113 | 74 |
| Binary | 11100101 | 1011001 | 1001101 | 0 | 111101 | 1000010 | 1010 | 101 | 1001011 | 111100 |
Color Harmonies of #E5594D
Complementary color
Monochromatic Colors of #E5594D
Black with #E5594D
Text Example
Text Example
White with #E5594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5594D; }
p { color: rgb(229,89,77); }
H1.HeaderClassName
{
color: #E5594D;
}
.AnyTagClassName
{
color: #E5594D;
}
</style>
background-color css
<style>
a { background-color: #E5594D; }
a { background-color: rgb(229,89,77); }
div.DivClassName
{
background-color: #E5594D;
}
.BgClassName
{
background-color: #E5594D;
}
</style>
border-color css
<style>
span { border-color: #E5594D; }
span { border-color: rgb(229,89,77); }
td.TdClassName
{
border-color: #E5594D;
}
.TagClassName
{
border-color: #E5594D;
}
</style>