Shades of Pink Flamingo #EE49F7
Tints of Pink Flamingo #EE49F7
RGB
CMYK
RGB Variations
Color information
#EE49F7 (or 0xEE49F7) is known color: Pink Flamingo. HEX triplet: EE, 49 and F7. RGB value is (238,73,247). Sum of RGB (Red+Green+Blue) = 238+73+247=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 73 (28.91% from 255 or 13.08% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE49F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49F7 is #11B608. Grayscale: #8D8D8D. Windows color (decimal): -1160713 or 16206318. OLE color: 16206318.
HSL color Cylindrical-coordinate representation of color #EE49F7: hue angle of 296.9º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE49F7 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 73 | 247 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.03 |
| HSL | 296.9º | 0.92% | 0.63% | - |
| HSV(B) | 296.9º | 0.7% | 0.97% | - |
| XYZ | 54.43 | 29.66 | 90.85 | - |
| YUV | 142.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 247 | 0.04 | 0.70 | 0 | 0.03 | 296.9 | 0.92 | 0.63 |
| Hex | EE | 49 | F7 | 4 | 46 | 0 | 3 | 129 | 5C | 3F |
| Octal | 356 | 111 | 367 | 4 | 106 | 0 | 3 | 451 | 134 | 77 |
| Binary | 11101110 | 1001001 | 11110111 | 100 | 1000110 | 0 | 11 | 100101001 | 1011100 | 111111 |
Color Harmonies of #EE49F7
Complementary color
Monochromatic Colors of #EE49F7
Black with #EE49F7
Text Example
Text Example
White with #EE49F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49F7; }
p { color: rgb(238,73,247); }
H1.HeaderClassName
{
color: #EE49F7;
}
.AnyTagClassName
{
color: #EE49F7;
}
</style>
background-color css
<style>
a { background-color: #EE49F7; }
a { background-color: rgb(238,73,247); }
div.DivClassName
{
background-color: #EE49F7;
}
.BgClassName
{
background-color: #EE49F7;
}
</style>
border-color css
<style>
span { border-color: #EE49F7; }
span { border-color: rgb(238,73,247); }
td.TdClassName
{
border-color: #EE49F7;
}
.TagClassName
{
border-color: #EE49F7;
}
</style>