Shades of Flamingo #EE5550
Tints of Flamingo #EE5550
RGB
CMYK
RGB Variations
Color information
#EE5550 (or 0xEE5550) is known color: Flamingo. HEX triplet: EE, 55 and 50. RGB value is (238,85,80). Sum of RGB (Red+Green+Blue) = 238+85+80=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5550 is #11AAAF. Grayscale: #828282. Windows color (decimal): -1157808 or 5264878. OLE color: 5264878.
HSL color Cylindrical-coordinate representation of color #EE5550: hue angle of 1.9º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5550 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 80 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.07 |
| HSL | 1.9º | 0.82% | 0.62% | - |
| HSV(B) | 1.9º | 0.66% | 0.93% | - |
| XYZ | 39.96 | 25.25 | 10.36 | - |
| YUV | 130.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 80 | 0 | 0.64 | 0.66 | 0.07 | 1.9 | 0.82 | 0.62 |
| Hex | EE | 55 | 50 | 0 | 40 | 42 | 7 | 2 | 52 | 3E |
| Octal | 356 | 125 | 120 | 0 | 100 | 102 | 7 | 2 | 122 | 76 |
| Binary | 11101110 | 1010101 | 1010000 | 0 | 1000000 | 1000010 | 111 | 10 | 1010010 | 111110 |
Color Harmonies of #EE5550
Complementary color
Monochromatic Colors of #EE5550
Black with #EE5550
Text Example
Text Example
White with #EE5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5550; }
p { color: rgb(238,85,80); }
H1.HeaderClassName
{
color: #EE5550;
}
.AnyTagClassName
{
color: #EE5550;
}
</style>
background-color css
<style>
a { background-color: #EE5550; }
a { background-color: rgb(238,85,80); }
div.DivClassName
{
background-color: #EE5550;
}
.BgClassName
{
background-color: #EE5550;
}
</style>
border-color css
<style>
span { border-color: #EE5550; }
span { border-color: rgb(238,85,80); }
td.TdClassName
{
border-color: #EE5550;
}
.TagClassName
{
border-color: #EE5550;
}
</style>