Shades of Flamingo #EE5655
Tints of Flamingo #EE5655
RGB
CMYK
RGB Variations
Color information
#EE5655 (or 0xEE5655) is known color: Flamingo. HEX triplet: EE, 56 and 55. RGB value is (238,86,85). Sum of RGB (Red+Green+Blue) = 238+86+85=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5655 is #11A9AA. Grayscale: #838383. Windows color (decimal): -1157547 or 5592814. OLE color: 5592814.
HSL color Cylindrical-coordinate representation of color #EE5655: hue angle of 0.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5655 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 85 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.07 |
| HSL | 0.39º | 0.82% | 0.63% | - |
| HSV(B) | 0.39º | 0.64% | 0.93% | - |
| XYZ | 40.23 | 25.49 | 11.39 | - |
| YUV | 131.33 | 101.86 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 85 | 0 | 0.64 | 0.64 | 0.07 | 0.39 | 0.82 | 0.63 |
| Hex | EE | 56 | 55 | 0 | 40 | 40 | 7 | 0 | 52 | 3F |
| Octal | 356 | 126 | 125 | 0 | 100 | 100 | 7 | 0 | 122 | 77 |
| Binary | 11101110 | 1010110 | 1010101 | 0 | 1000000 | 1000000 | 111 | 0 | 1010010 | 111111 |
Color Harmonies of #EE5655
Complementary color
Monochromatic Colors of #EE5655
Black with #EE5655
Text Example
Text Example
White with #EE5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5655; }
p { color: rgb(238,86,85); }
H1.HeaderClassName
{
color: #EE5655;
}
.AnyTagClassName
{
color: #EE5655;
}
</style>
background-color css
<style>
a { background-color: #EE5655; }
a { background-color: rgb(238,86,85); }
div.DivClassName
{
background-color: #EE5655;
}
.BgClassName
{
background-color: #EE5655;
}
</style>
border-color css
<style>
span { border-color: #EE5655; }
span { border-color: rgb(238,86,85); }
td.TdClassName
{
border-color: #EE5655;
}
.TagClassName
{
border-color: #EE5655;
}
</style>