Shades of Flamingo #EE584F
Tints of Flamingo #EE584F
RGB
CMYK
RGB Variations
Color information
#EE584F (or 0xEE584F) is known color: Flamingo. HEX triplet: EE, 58 and 4F. RGB value is (238,88,79). Sum of RGB (Red+Green+Blue) = 238+88+79=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE584F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE584F is #11A7B0. Grayscale: #848484. Windows color (decimal): -1157041 or 5200110. OLE color: 5200110.
HSL color Cylindrical-coordinate representation of color #EE584F: hue angle of 3.4º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE584F is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 79 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.07 |
| HSL | 3.4º | 0.82% | 0.62% | - |
| HSV(B) | 3.4º | 0.67% | 0.93% | - |
| XYZ | 40.16 | 25.72 | 10.25 | - |
| YUV | 131.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 79 | 0 | 0.63 | 0.67 | 0.07 | 3.4 | 0.82 | 0.62 |
| Hex | EE | 58 | 4F | 0 | 3F | 43 | 7 | 3 | 52 | 3E |
| Octal | 356 | 130 | 117 | 0 | 77 | 103 | 7 | 3 | 122 | 76 |
| Binary | 11101110 | 1011000 | 1001111 | 0 | 111111 | 1000011 | 111 | 11 | 1010010 | 111110 |
Color Harmonies of #EE584F
Complementary color
Monochromatic Colors of #EE584F
Black with #EE584F
Text Example
Text Example
White with #EE584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE584F; }
p { color: rgb(238,88,79); }
H1.HeaderClassName
{
color: #EE584F;
}
.AnyTagClassName
{
color: #EE584F;
}
</style>
background-color css
<style>
a { background-color: #EE584F; }
a { background-color: rgb(238,88,79); }
div.DivClassName
{
background-color: #EE584F;
}
.BgClassName
{
background-color: #EE584F;
}
</style>
border-color css
<style>
span { border-color: #EE584F; }
span { border-color: rgb(238,88,79); }
td.TdClassName
{
border-color: #EE584F;
}
.TagClassName
{
border-color: #EE584F;
}
</style>