Shades of Flamingo #EE5955
Tints of Flamingo #EE5955
RGB
CMYK
RGB Variations
Color information
#EE5955 (or 0xEE5955) is known color: Flamingo. HEX triplet: EE, 59 and 55. RGB value is (238,89,85). Sum of RGB (Red+Green+Blue) = 238+89+85=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5955 is #11A6AA. Grayscale: #858585. Windows color (decimal): -1156779 or 5593582. OLE color: 5593582.
HSL color Cylindrical-coordinate representation of color #EE5955: hue angle of 1.57º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5955 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 85 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.07 |
| HSL | 1.57º | 0.82% | 0.63% | - |
| HSV(B) | 1.57º | 0.64% | 0.93% | - |
| XYZ | 40.47 | 25.98 | 11.48 | - |
| YUV | 133.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 85 | 0 | 0.63 | 0.64 | 0.07 | 1.57 | 0.82 | 0.63 |
| Hex | EE | 59 | 55 | 0 | 3F | 40 | 7 | 2 | 52 | 3F |
| Octal | 356 | 131 | 125 | 0 | 77 | 100 | 7 | 2 | 122 | 77 |
| Binary | 11101110 | 1011001 | 1010101 | 0 | 111111 | 1000000 | 111 | 10 | 1010010 | 111111 |
Color Harmonies of #EE5955
Complementary color
Monochromatic Colors of #EE5955
Black with #EE5955
Text Example
Text Example
White with #EE5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5955; }
p { color: rgb(238,89,85); }
H1.HeaderClassName
{
color: #EE5955;
}
.AnyTagClassName
{
color: #EE5955;
}
</style>
background-color css
<style>
a { background-color: #EE5955; }
a { background-color: rgb(238,89,85); }
div.DivClassName
{
background-color: #EE5955;
}
.BgClassName
{
background-color: #EE5955;
}
</style>
border-color css
<style>
span { border-color: #EE5955; }
span { border-color: rgb(238,89,85); }
td.TdClassName
{
border-color: #EE5955;
}
.TagClassName
{
border-color: #EE5955;
}
</style>