Shades of Flamingo #E5594F
Tints of Flamingo #E5594F
RGB
CMYK
RGB Variations
Color information
#E5594F (or 0xE5594F) is known color: Flamingo. HEX triplet: E5, 59 and 4F. RGB value is (229,89,79). Sum of RGB (Red+Green+Blue) = 229+89+79=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E5594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5594F is #1AA6B0. Grayscale: #818181. Windows color (decimal): -1746609 or 5200357. OLE color: 5200357.
HSL color Cylindrical-coordinate representation of color #E5594F: hue angle of 4º degrees, saturation: 0.74, 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 #E5594F is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 79 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.10 |
| HSL | 4º | 0.74% | 0.6% | - |
| HSV(B) | 4º | 0.66% | 0.9% | - |
| XYZ | 37.3 | 24.37 | 10.13 | - |
| YUV | 129.72 | 99.38 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 79 | 0 | 0.61 | 0.66 | 0.10 | 4 | 0.74 | 0.6 |
| Hex | E5 | 59 | 4F | 0 | 3D | 42 | A | 4 | 4A | 3C |
| Octal | 345 | 131 | 117 | 0 | 75 | 102 | 12 | 4 | 112 | 74 |
| Binary | 11100101 | 1011001 | 1001111 | 0 | 111101 | 1000010 | 1010 | 100 | 1001010 | 111100 |
Color Harmonies of #E5594F
Complementary color
Monochromatic Colors of #E5594F
Black with #E5594F
Text Example
Text Example
White with #E5594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5594F; }
p { color: rgb(229,89,79); }
H1.HeaderClassName
{
color: #E5594F;
}
.AnyTagClassName
{
color: #E5594F;
}
</style>
background-color css
<style>
a { background-color: #E5594F; }
a { background-color: rgb(229,89,79); }
div.DivClassName
{
background-color: #E5594F;
}
.BgClassName
{
background-color: #E5594F;
}
</style>
border-color css
<style>
span { border-color: #E5594F; }
span { border-color: rgb(229,89,79); }
td.TdClassName
{
border-color: #E5594F;
}
.TagClassName
{
border-color: #E5594F;
}
</style>