Shades of Pink Flamingo #EE49FA
Tints of Pink Flamingo #EE49FA
RGB
CMYK
RGB Variations
Color information
#EE49FA (or 0xEE49FA) is known color: Pink Flamingo. HEX triplet: EE, 49 and FA. RGB value is (238,73,250). Sum of RGB (Red+Green+Blue) = 238+73+250=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 73 (28.91% from 255 or 13.01% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE49FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49FA is #11B605. Grayscale: #8D8D8D. Windows color (decimal): -1160710 or 16402926. OLE color: 16402926.
HSL color Cylindrical-coordinate representation of color #EE49FA: hue angle of 295.93º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE49FA is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 73 | 250 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.02 |
| HSL | 295.93º | 0.95% | 0.63% | - |
| HSV(B) | 295.93º | 0.71% | 0.98% | - |
| XYZ | 54.9 | 29.84 | 93.31 | - |
| YUV | 142.51 | 188.66 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 250 | 0.05 | 0.71 | 0 | 0.02 | 295.93 | 0.95 | 0.63 |
| Hex | EE | 49 | FA | 5 | 47 | 0 | 2 | 128 | 5F | 3F |
| Octal | 356 | 111 | 372 | 5 | 107 | 0 | 2 | 450 | 137 | 77 |
| Binary | 11101110 | 1001001 | 11111010 | 101 | 1000111 | 0 | 10 | 100101000 | 1011111 | 111111 |
Color Harmonies of #EE49FA
Complementary color
Monochromatic Colors of #EE49FA
Black with #EE49FA
Text Example
Text Example
White with #EE49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49FA; }
p { color: rgb(238,73,250); }
H1.HeaderClassName
{
color: #EE49FA;
}
.AnyTagClassName
{
color: #EE49FA;
}
</style>
background-color css
<style>
a { background-color: #EE49FA; }
a { background-color: rgb(238,73,250); }
div.DivClassName
{
background-color: #EE49FA;
}
.BgClassName
{
background-color: #EE49FA;
}
</style>
border-color css
<style>
span { border-color: #EE49FA; }
span { border-color: rgb(238,73,250); }
td.TdClassName
{
border-color: #EE49FA;
}
.TagClassName
{
border-color: #EE49FA;
}
</style>