Shades of Flamingo #EE5650
Tints of Flamingo #EE5650
RGB
CMYK
RGB Variations
Color information
#EE5650 (or 0xEE5650) is known color: Flamingo. HEX triplet: EE, 56 and 50. RGB value is (238,86,80). Sum of RGB (Red+Green+Blue) = 238+86+80=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5650 is #11A9AF. Grayscale: #828282. Windows color (decimal): -1157552 or 5265134. OLE color: 5265134.
HSL color Cylindrical-coordinate representation of color #EE5650: hue angle of 2.28º 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 #EE5650 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 80 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.07 |
| HSL | 2.28º | 0.82% | 0.62% | - |
| HSV(B) | 2.28º | 0.66% | 0.93% | - |
| XYZ | 40.04 | 25.41 | 10.38 | - |
| YUV | 130.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 80 | 0 | 0.64 | 0.66 | 0.07 | 2.28 | 0.82 | 0.62 |
| Hex | EE | 56 | 50 | 0 | 40 | 42 | 7 | 2 | 52 | 3E |
| Octal | 356 | 126 | 120 | 0 | 100 | 102 | 7 | 2 | 122 | 76 |
| Binary | 11101110 | 1010110 | 1010000 | 0 | 1000000 | 1000010 | 111 | 10 | 1010010 | 111110 |
Color Harmonies of #EE5650
Complementary color
Monochromatic Colors of #EE5650
Black with #EE5650
Text Example
Text Example
White with #EE5650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5650; }
p { color: rgb(238,86,80); }
H1.HeaderClassName
{
color: #EE5650;
}
.AnyTagClassName
{
color: #EE5650;
}
</style>
background-color css
<style>
a { background-color: #EE5650; }
a { background-color: rgb(238,86,80); }
div.DivClassName
{
background-color: #EE5650;
}
.BgClassName
{
background-color: #EE5650;
}
</style>
border-color css
<style>
span { border-color: #EE5650; }
span { border-color: rgb(238,86,80); }
td.TdClassName
{
border-color: #EE5650;
}
.TagClassName
{
border-color: #EE5650;
}
</style>