Shades of Flamingo #EE584D
Tints of Flamingo #EE584D
RGB
CMYK
RGB Variations
Color information
#EE584D (or 0xEE584D) is known color: Flamingo. HEX triplet: EE, 58 and 4D. RGB value is (238,88,77). Sum of RGB (Red+Green+Blue) = 238+88+77=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE584D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE584D is #11A7B2. Grayscale: #838383. Windows color (decimal): -1157043 or 5069038. OLE color: 5069038.
HSL color Cylindrical-coordinate representation of color #EE584D: hue angle of 4.1º 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 #EE584D is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 77 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.07 |
| HSL | 4.1º | 0.83% | 0.62% | - |
| HSV(B) | 4.1º | 0.68% | 0.93% | - |
| XYZ | 40.09 | 25.69 | 9.87 | - |
| YUV | 131.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 77 | 0 | 0.63 | 0.68 | 0.07 | 4.1 | 0.83 | 0.62 |
| Hex | EE | 58 | 4D | 0 | 3F | 44 | 7 | 4 | 53 | 3E |
| Octal | 356 | 130 | 115 | 0 | 77 | 104 | 7 | 4 | 123 | 76 |
| Binary | 11101110 | 1011000 | 1001101 | 0 | 111111 | 1000100 | 111 | 100 | 1010011 | 111110 |
Color Harmonies of #EE584D
Complementary color
Monochromatic Colors of #EE584D
Black with #EE584D
Text Example
Text Example
White with #EE584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE584D; }
p { color: rgb(238,88,77); }
H1.HeaderClassName
{
color: #EE584D;
}
.AnyTagClassName
{
color: #EE584D;
}
</style>
background-color css
<style>
a { background-color: #EE584D; }
a { background-color: rgb(238,88,77); }
div.DivClassName
{
background-color: #EE584D;
}
.BgClassName
{
background-color: #EE584D;
}
</style>
border-color css
<style>
span { border-color: #EE584D; }
span { border-color: rgb(238,88,77); }
td.TdClassName
{
border-color: #EE584D;
}
.TagClassName
{
border-color: #EE584D;
}
</style>