Shades of Flamingo #EE5B56
Tints of Flamingo #EE5B56
RGB
CMYK
RGB Variations
Color information
#EE5B56 (or 0xEE5B56) is known color: Flamingo. HEX triplet: EE, 5B and 56. RGB value is (238,91,86). Sum of RGB (Red+Green+Blue) = 238+91+86=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5B56 is #11A4A9. Grayscale: #868686. Windows color (decimal): -1156266 or 5659630. OLE color: 5659630.
HSL color Cylindrical-coordinate representation of color #EE5B56: hue angle of 1.97º 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 #EE5B56 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 86 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.07 |
| HSL | 1.97º | 0.82% | 0.64% | - |
| HSV(B) | 1.97º | 0.64% | 0.93% | - |
| XYZ | 40.68 | 26.33 | 11.74 | - |
| YUV | 134.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 86 | 0 | 0.62 | 0.64 | 0.07 | 1.97 | 0.82 | 0.64 |
| Hex | EE | 5B | 56 | 0 | 3E | 40 | 7 | 2 | 52 | 40 |
| Octal | 356 | 133 | 126 | 0 | 76 | 100 | 7 | 2 | 122 | 100 |
| Binary | 11101110 | 1011011 | 1010110 | 0 | 111110 | 1000000 | 111 | 10 | 1010010 | 1000000 |
Color Harmonies of #EE5B56
Complementary color
Monochromatic Colors of #EE5B56
Black with #EE5B56
Text Example
Text Example
White with #EE5B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5B56; }
p { color: rgb(238,91,86); }
H1.HeaderClassName
{
color: #EE5B56;
}
.AnyTagClassName
{
color: #EE5B56;
}
</style>
background-color css
<style>
a { background-color: #EE5B56; }
a { background-color: rgb(238,91,86); }
div.DivClassName
{
background-color: #EE5B56;
}
.BgClassName
{
background-color: #EE5B56;
}
</style>
border-color css
<style>
span { border-color: #EE5B56; }
span { border-color: rgb(238,91,86); }
td.TdClassName
{
border-color: #EE5B56;
}
.TagClassName
{
border-color: #EE5B56;
}
</style>