Shades of Flamingo #EE5951
Tints of Flamingo #EE5951
RGB
CMYK
RGB Variations
Color information
#EE5951 (or 0xEE5951) is known color: Flamingo. HEX triplet: EE, 59 and 51. RGB value is (238,89,81). Sum of RGB (Red+Green+Blue) = 238+89+81=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5951 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5951 is #11A6AE. Grayscale: #848484. Windows color (decimal): -1156783 or 5331438. OLE color: 5331438.
HSL color Cylindrical-coordinate representation of color #EE5951: hue angle of 3.06º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5951 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 81 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.07 |
| HSL | 3.06º | 0.82% | 0.63% | - |
| HSV(B) | 3.06º | 0.66% | 0.93% | - |
| XYZ | 40.32 | 25.92 | 10.66 | - |
| YUV | 132.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 81 | 0 | 0.63 | 0.66 | 0.07 | 3.06 | 0.82 | 0.63 |
| Hex | EE | 59 | 51 | 0 | 3F | 42 | 7 | 3 | 52 | 3F |
| Octal | 356 | 131 | 121 | 0 | 77 | 102 | 7 | 3 | 122 | 77 |
| Binary | 11101110 | 1011001 | 1010001 | 0 | 111111 | 1000010 | 111 | 11 | 1010010 | 111111 |
Color Harmonies of #EE5951
Complementary color
Monochromatic Colors of #EE5951
Black with #EE5951
Text Example
Text Example
White with #EE5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5951; }
p { color: rgb(238,89,81); }
H1.HeaderClassName
{
color: #EE5951;
}
.AnyTagClassName
{
color: #EE5951;
}
</style>
background-color css
<style>
a { background-color: #EE5951; }
a { background-color: rgb(238,89,81); }
div.DivClassName
{
background-color: #EE5951;
}
.BgClassName
{
background-color: #EE5951;
}
</style>
border-color css
<style>
span { border-color: #EE5951; }
span { border-color: rgb(238,89,81); }
td.TdClassName
{
border-color: #EE5951;
}
.TagClassName
{
border-color: #EE5951;
}
</style>