Shades of Flamingo #EE5F55
Tints of Flamingo #EE5F55
RGB
CMYK
RGB Variations
Color information
#EE5F55 (or 0xEE5F55) is known color: Flamingo. HEX triplet: EE, 5F and 55. RGB value is (238,95,85). Sum of RGB (Red+Green+Blue) = 238+95+85=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5F55 is #11A0AA. Grayscale: #888888. Windows color (decimal): -1155243 or 5595118. OLE color: 5595118.
HSL color Cylindrical-coordinate representation of color #EE5F55: hue angle of 3.92º 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 #EE5F55 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 85 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.07 |
| HSL | 3.92º | 0.82% | 0.63% | - |
| HSV(B) | 3.92º | 0.64% | 0.93% | - |
| XYZ | 40.99 | 27.02 | 11.65 | - |
| YUV | 136.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 85 | 0 | 0.60 | 0.64 | 0.07 | 3.92 | 0.82 | 0.63 |
| Hex | EE | 5F | 55 | 0 | 3C | 40 | 7 | 4 | 52 | 3F |
| Octal | 356 | 137 | 125 | 0 | 74 | 100 | 7 | 4 | 122 | 77 |
| Binary | 11101110 | 1011111 | 1010101 | 0 | 111100 | 1000000 | 111 | 100 | 1010010 | 111111 |
Color Harmonies of #EE5F55
Complementary color
Monochromatic Colors of #EE5F55
Black with #EE5F55
Text Example
Text Example
White with #EE5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5F55; }
p { color: rgb(238,95,85); }
H1.HeaderClassName
{
color: #EE5F55;
}
.AnyTagClassName
{
color: #EE5F55;
}
</style>
background-color css
<style>
a { background-color: #EE5F55; }
a { background-color: rgb(238,95,85); }
div.DivClassName
{
background-color: #EE5F55;
}
.BgClassName
{
background-color: #EE5F55;
}
</style>
border-color css
<style>
span { border-color: #EE5F55; }
span { border-color: rgb(238,95,85); }
td.TdClassName
{
border-color: #EE5F55;
}
.TagClassName
{
border-color: #EE5F55;
}
</style>