Shades of Flamingo #EE5952
Tints of Flamingo #EE5952
RGB
CMYK
RGB Variations
Color information
#EE5952 (or 0xEE5952) is known color: Flamingo. HEX triplet: EE, 59 and 52. RGB value is (238,89,82). Sum of RGB (Red+Green+Blue) = 238+89+82=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5952 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5952 is #11A6AD. Grayscale: #848484. Windows color (decimal): -1156782 or 5396974. OLE color: 5396974.
HSL color Cylindrical-coordinate representation of color #EE5952: hue angle of 2.69º 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 #EE5952 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 82 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.07 |
| HSL | 2.69º | 0.82% | 0.63% | - |
| HSV(B) | 2.69º | 0.66% | 0.93% | - |
| XYZ | 40.36 | 25.93 | 10.86 | - |
| YUV | 132.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 82 | 0 | 0.63 | 0.66 | 0.07 | 2.69 | 0.82 | 0.63 |
| Hex | EE | 59 | 52 | 0 | 3F | 42 | 7 | 3 | 52 | 3F |
| Octal | 356 | 131 | 122 | 0 | 77 | 102 | 7 | 3 | 122 | 77 |
| Binary | 11101110 | 1011001 | 1010010 | 0 | 111111 | 1000010 | 111 | 11 | 1010010 | 111111 |
Color Harmonies of #EE5952
Complementary color
Monochromatic Colors of #EE5952
Black with #EE5952
Text Example
Text Example
White with #EE5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5952; }
p { color: rgb(238,89,82); }
H1.HeaderClassName
{
color: #EE5952;
}
.AnyTagClassName
{
color: #EE5952;
}
</style>
background-color css
<style>
a { background-color: #EE5952; }
a { background-color: rgb(238,89,82); }
div.DivClassName
{
background-color: #EE5952;
}
.BgClassName
{
background-color: #EE5952;
}
</style>
border-color css
<style>
span { border-color: #EE5952; }
span { border-color: rgb(238,89,82); }
td.TdClassName
{
border-color: #EE5952;
}
.TagClassName
{
border-color: #EE5952;
}
</style>