Shades of Pink Flamingo #EE49FF
Tints of Pink Flamingo #EE49FF
RGB
CMYK
RGB Variations
Color information
#EE49FF (or 0xEE49FF) is known color: Pink Flamingo. HEX triplet: EE, 49 and FF. RGB value is (238,73,255). Sum of RGB (Red+Green+Blue) = 238+73+255=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 73 (28.91% from 255 or 12.90% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE49FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49FF is #11B600. Grayscale: #8E8E8E. Windows color (decimal): -1160705 or 16730606. OLE color: 16730606.
HSL color Cylindrical-coordinate representation of color #EE49FF: hue angle of 294.4º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE49FF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 73 | 255 | - |
| CMYK | 0.07 | 0.71 | 0 | 0 |
| HSL | 294.4º | 1% | 0.64% | - |
| HSV(B) | 294.4º | 0.71% | 1% | - |
| XYZ | 55.69 | 30.16 | 97.49 | - |
| YUV | 143.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 255 | 0.07 | 0.71 | 0 | 0 | 294.4 | 1 | 0.64 |
| Hex | EE | 49 | FF | 7 | 47 | 0 | 0 | 126 | 64 | 40 |
| Octal | 356 | 111 | 377 | 7 | 107 | 0 | 0 | 446 | 144 | 100 |
| Binary | 11101110 | 1001001 | 11111111 | 111 | 1000111 | 0 | 0 | 100100110 | 1100100 | 1000000 |
Color Harmonies of #EE49FF
Complementary color
Monochromatic Colors of #EE49FF
Black with #EE49FF
Text Example
Text Example
White with #EE49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49FF; }
p { color: rgb(238,73,255); }
H1.HeaderClassName
{
color: #EE49FF;
}
.AnyTagClassName
{
color: #EE49FF;
}
</style>
background-color css
<style>
a { background-color: #EE49FF; }
a { background-color: rgb(238,73,255); }
div.DivClassName
{
background-color: #EE49FF;
}
.BgClassName
{
background-color: #EE49FF;
}
</style>
border-color css
<style>
span { border-color: #EE49FF; }
span { border-color: rgb(238,73,255); }
td.TdClassName
{
border-color: #EE49FF;
}
.TagClassName
{
border-color: #EE49FF;
}
</style>