Shades of Flamingo #EE6557
Tints of Flamingo #EE6557
RGB
CMYK
RGB Variations
Color information
#EE6557 (or 0xEE6557) is known color: Flamingo. HEX triplet: EE, 65 and 57. RGB value is (238,101,87). Sum of RGB (Red+Green+Blue) = 238+101+87=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6557 is #119AA8. Grayscale: #8C8C8C. Windows color (decimal): -1153705 or 5727726. OLE color: 5727726.
HSL color Cylindrical-coordinate representation of color #EE6557: hue angle of 5.56º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE6557 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 87 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.07 |
| HSL | 5.56º | 0.82% | 0.64% | - |
| HSV(B) | 5.56º | 0.63% | 0.93% | - |
| XYZ | 41.63 | 28.17 | 12.26 | - |
| YUV | 140.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 87 | 0 | 0.58 | 0.63 | 0.07 | 5.56 | 0.82 | 0.64 |
| Hex | EE | 65 | 57 | 0 | 3A | 3F | 7 | 6 | 52 | 40 |
| Octal | 356 | 145 | 127 | 0 | 72 | 77 | 7 | 6 | 122 | 100 |
| Binary | 11101110 | 1100101 | 1010111 | 0 | 111010 | 111111 | 111 | 110 | 1010010 | 1000000 |
Color Harmonies of #EE6557
Complementary color
Monochromatic Colors of #EE6557
Black with #EE6557
Text Example
Text Example
White with #EE6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6557; }
p { color: rgb(238,101,87); }
H1.HeaderClassName
{
color: #EE6557;
}
.AnyTagClassName
{
color: #EE6557;
}
</style>
background-color css
<style>
a { background-color: #EE6557; }
a { background-color: rgb(238,101,87); }
div.DivClassName
{
background-color: #EE6557;
}
.BgClassName
{
background-color: #EE6557;
}
</style>
border-color css
<style>
span { border-color: #EE6557; }
span { border-color: rgb(238,101,87); }
td.TdClassName
{
border-color: #EE6557;
}
.TagClassName
{
border-color: #EE6557;
}
</style>