Shades of Flamingo #EE5656
Tints of Flamingo #EE5656
RGB
CMYK
RGB Variations
Color information
#EE5656 (or 0xEE5656) is known color: Flamingo. HEX triplet: EE, 56 and 56. RGB value is (238,86,86). Sum of RGB (Red+Green+Blue) = 238+86+86=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5656 is #11A9A9. Grayscale: #838383. Windows color (decimal): -1157546 or 5658350. OLE color: 5658350.
HSL color Cylindrical-coordinate representation of color #EE5656: hue angle of 0º 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 #EE5656 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 86 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.07 |
| HSL | 0º | 0.82% | 0.64% | - |
| HSV(B) | 0º | 0.64% | 0.93% | - |
| XYZ | 40.27 | 25.5 | 11.6 | - |
| YUV | 131.45 | 102.36 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 86 | 0 | 0.64 | 0.64 | 0.07 | 0 | 0.82 | 0.64 |
| Hex | EE | 56 | 56 | 0 | 40 | 40 | 7 | 0 | 52 | 40 |
| Octal | 356 | 126 | 126 | 0 | 100 | 100 | 7 | 0 | 122 | 100 |
| Binary | 11101110 | 1010110 | 1010110 | 0 | 1000000 | 1000000 | 111 | 0 | 1010010 | 1000000 |
Color Harmonies of #EE5656
Complementary color
Monochromatic Colors of #EE5656
Black with #EE5656
Text Example
Text Example
White with #EE5656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5656; }
p { color: rgb(238,86,86); }
H1.HeaderClassName
{
color: #EE5656;
}
.AnyTagClassName
{
color: #EE5656;
}
</style>
background-color css
<style>
a { background-color: #EE5656; }
a { background-color: rgb(238,86,86); }
div.DivClassName
{
background-color: #EE5656;
}
.BgClassName
{
background-color: #EE5656;
}
</style>
border-color css
<style>
span { border-color: #EE5656; }
span { border-color: rgb(238,86,86); }
td.TdClassName
{
border-color: #EE5656;
}
.TagClassName
{
border-color: #EE5656;
}
</style>