Shades of Pink Flamingo #EE50FC
Tints of Pink Flamingo #EE50FC
RGB
CMYK
RGB Variations
Color information
#EE50FC (or 0xEE50FC) is known color: Pink Flamingo. HEX triplet: EE, 50 and FC. RGB value is (238,80,252). Sum of RGB (Red+Green+Blue) = 238+80+252=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 80 (31.64% from 255 or 14.04% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE50FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50FC is #11AF03. Grayscale: #929292. Windows color (decimal): -1158916 or 16535790. OLE color: 16535790.
HSL color Cylindrical-coordinate representation of color #EE50FC: hue angle of 295.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE50FC is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 80 | 252 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.01 |
| HSL | 295.12º | 0.97% | 0.65% | - |
| HSV(B) | 295.12º | 0.68% | 0.99% | - |
| XYZ | 55.7 | 30.94 | 95.13 | - |
| YUV | 146.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 252 | 0.06 | 0.68 | 0 | 0.01 | 295.12 | 0.97 | 0.65 |
| Hex | EE | 50 | FC | 6 | 44 | 0 | 1 | 127 | 61 | 41 |
| Octal | 356 | 120 | 374 | 6 | 104 | 0 | 1 | 447 | 141 | 101 |
| Binary | 11101110 | 1010000 | 11111100 | 110 | 1000100 | 0 | 1 | 100100111 | 1100001 | 1000001 |
Color Harmonies of #EE50FC
Complementary color
Monochromatic Colors of #EE50FC
Black with #EE50FC
Text Example
Text Example
White with #EE50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50FC; }
p { color: rgb(238,80,252); }
H1.HeaderClassName
{
color: #EE50FC;
}
.AnyTagClassName
{
color: #EE50FC;
}
</style>
background-color css
<style>
a { background-color: #EE50FC; }
a { background-color: rgb(238,80,252); }
div.DivClassName
{
background-color: #EE50FC;
}
.BgClassName
{
background-color: #EE50FC;
}
</style>
border-color css
<style>
span { border-color: #EE50FC; }
span { border-color: rgb(238,80,252); }
td.TdClassName
{
border-color: #EE50FC;
}
.TagClassName
{
border-color: #EE50FC;
}
</style>