Shades of Flamingo #EE6156
Tints of Flamingo #EE6156
RGB
CMYK
RGB Variations
Color information
#EE6156 (or 0xEE6156) is known color: Flamingo. HEX triplet: EE, 61 and 56. RGB value is (238,97,86). Sum of RGB (Red+Green+Blue) = 238+97+86=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6156 is #119EA9. Grayscale: #8A8A8A. Windows color (decimal): -1154730 or 5661166. OLE color: 5661166.
HSL color Cylindrical-coordinate representation of color #EE6156: hue angle of 4.34º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE6156 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 86 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.07 |
| HSL | 4.34º | 0.82% | 0.64% | - |
| HSV(B) | 4.34º | 0.64% | 0.93% | - |
| XYZ | 41.21 | 27.4 | 11.92 | - |
| YUV | 137.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 86 | 0 | 0.59 | 0.64 | 0.07 | 4.34 | 0.82 | 0.64 |
| Hex | EE | 61 | 56 | 0 | 3B | 40 | 7 | 4 | 52 | 40 |
| Octal | 356 | 141 | 126 | 0 | 73 | 100 | 7 | 4 | 122 | 100 |
| Binary | 11101110 | 1100001 | 1010110 | 0 | 111011 | 1000000 | 111 | 100 | 1010010 | 1000000 |
Color Harmonies of #EE6156
Complementary color
Monochromatic Colors of #EE6156
Black with #EE6156
Text Example
Text Example
White with #EE6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6156; }
p { color: rgb(238,97,86); }
H1.HeaderClassName
{
color: #EE6156;
}
.AnyTagClassName
{
color: #EE6156;
}
</style>
background-color css
<style>
a { background-color: #EE6156; }
a { background-color: rgb(238,97,86); }
div.DivClassName
{
background-color: #EE6156;
}
.BgClassName
{
background-color: #EE6156;
}
</style>
border-color css
<style>
span { border-color: #EE6156; }
span { border-color: rgb(238,97,86); }
td.TdClassName
{
border-color: #EE6156;
}
.TagClassName
{
border-color: #EE6156;
}
</style>