Shades of Flamingo #EE5956
Tints of Flamingo #EE5956
RGB
CMYK
RGB Variations
Color information
#EE5956 (or 0xEE5956) is known color: Flamingo. HEX triplet: EE, 59 and 56. RGB value is (238,89,86). Sum of RGB (Red+Green+Blue) = 238+89+86=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5956 is #11A6A9. Grayscale: #858585. Windows color (decimal): -1156778 or 5659118. OLE color: 5659118.
HSL color Cylindrical-coordinate representation of color #EE5956: hue angle of 1.18º 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 #EE5956 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 86 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.07 |
| HSL | 1.18º | 0.82% | 0.64% | - |
| HSV(B) | 1.18º | 0.64% | 0.93% | - |
| XYZ | 40.51 | 25.99 | 11.69 | - |
| YUV | 133.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 86 | 0 | 0.63 | 0.64 | 0.07 | 1.18 | 0.82 | 0.64 |
| Hex | EE | 59 | 56 | 0 | 3F | 40 | 7 | 1 | 52 | 40 |
| Octal | 356 | 131 | 126 | 0 | 77 | 100 | 7 | 1 | 122 | 100 |
| Binary | 11101110 | 1011001 | 1010110 | 0 | 111111 | 1000000 | 111 | 1 | 1010010 | 1000000 |
Color Harmonies of #EE5956
Complementary color
Monochromatic Colors of #EE5956
Black with #EE5956
Text Example
Text Example
White with #EE5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5956; }
p { color: rgb(238,89,86); }
H1.HeaderClassName
{
color: #EE5956;
}
.AnyTagClassName
{
color: #EE5956;
}
</style>
background-color css
<style>
a { background-color: #EE5956; }
a { background-color: rgb(238,89,86); }
div.DivClassName
{
background-color: #EE5956;
}
.BgClassName
{
background-color: #EE5956;
}
</style>
border-color css
<style>
span { border-color: #EE5956; }
span { border-color: rgb(238,89,86); }
td.TdClassName
{
border-color: #EE5956;
}
.TagClassName
{
border-color: #EE5956;
}
</style>