Shades of Flamingo #EE594D
Tints of Flamingo #EE594D
RGB
CMYK
RGB Variations
Color information
#EE594D (or 0xEE594D) is known color: Flamingo. HEX triplet: EE, 59 and 4D. RGB value is (238,89,77). Sum of RGB (Red+Green+Blue) = 238+89+77=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE594D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE594D is #11A6B2. Grayscale: #848484. Windows color (decimal): -1156787 or 5069294. OLE color: 5069294.
HSL color Cylindrical-coordinate representation of color #EE594D: hue angle of 4.47º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE594D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 77 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.07 |
| HSL | 4.47º | 0.83% | 0.62% | - |
| HSV(B) | 4.47º | 0.68% | 0.93% | - |
| XYZ | 40.17 | 25.86 | 9.89 | - |
| YUV | 132.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 77 | 0 | 0.63 | 0.68 | 0.07 | 4.47 | 0.83 | 0.62 |
| Hex | EE | 59 | 4D | 0 | 3F | 44 | 7 | 4 | 53 | 3E |
| Octal | 356 | 131 | 115 | 0 | 77 | 104 | 7 | 4 | 123 | 76 |
| Binary | 11101110 | 1011001 | 1001101 | 0 | 111111 | 1000100 | 111 | 100 | 1010011 | 111110 |
Color Harmonies of #EE594D
Complementary color
Monochromatic Colors of #EE594D
Black with #EE594D
Text Example
Text Example
White with #EE594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE594D; }
p { color: rgb(238,89,77); }
H1.HeaderClassName
{
color: #EE594D;
}
.AnyTagClassName
{
color: #EE594D;
}
</style>
background-color css
<style>
a { background-color: #EE594D; }
a { background-color: rgb(238,89,77); }
div.DivClassName
{
background-color: #EE594D;
}
.BgClassName
{
background-color: #EE594D;
}
</style>
border-color css
<style>
span { border-color: #EE594D; }
span { border-color: rgb(238,89,77); }
td.TdClassName
{
border-color: #EE594D;
}
.TagClassName
{
border-color: #EE594D;
}
</style>