Shades of Flamingo #EE5947
Tints of Flamingo #EE5947
RGB
CMYK
RGB Variations
Color information
#EE5947 (or 0xEE5947) is known color: Flamingo. HEX triplet: EE, 59 and 47. RGB value is (238,89,71). Sum of RGB (Red+Green+Blue) = 238+89+71=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5947 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5947 is #11A6B8. Grayscale: #838383. Windows color (decimal): -1156793 or 4676078. OLE color: 4676078.
HSL color Cylindrical-coordinate representation of color #EE5947: hue angle of 6.47º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE5947 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 71 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.07 |
| HSL | 6.47º | 0.83% | 0.61% | - |
| HSV(B) | 6.47º | 0.7% | 0.93% | - |
| XYZ | 39.97 | 25.78 | 8.83 | - |
| YUV | 131.5 | 93.86 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 71 | 0 | 0.63 | 0.70 | 0.07 | 6.47 | 0.83 | 0.61 |
| Hex | EE | 59 | 47 | 0 | 3F | 46 | 7 | 6 | 53 | 3D |
| Octal | 356 | 131 | 107 | 0 | 77 | 106 | 7 | 6 | 123 | 75 |
| Binary | 11101110 | 1011001 | 1000111 | 0 | 111111 | 1000110 | 111 | 110 | 1010011 | 111101 |
Color Harmonies of #EE5947
Complementary color
Monochromatic Colors of #EE5947
Black with #EE5947
Text Example
Text Example
White with #EE5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5947; }
p { color: rgb(238,89,71); }
H1.HeaderClassName
{
color: #EE5947;
}
.AnyTagClassName
{
color: #EE5947;
}
</style>
background-color css
<style>
a { background-color: #EE5947; }
a { background-color: rgb(238,89,71); }
div.DivClassName
{
background-color: #EE5947;
}
.BgClassName
{
background-color: #EE5947;
}
</style>
border-color css
<style>
span { border-color: #EE5947; }
span { border-color: rgb(238,89,71); }
td.TdClassName
{
border-color: #EE5947;
}
.TagClassName
{
border-color: #EE5947;
}
</style>