Shades of Pink Flamingo #EE50FB
Tints of Pink Flamingo #EE50FB
RGB
CMYK
RGB Variations
Color information
#EE50FB (or 0xEE50FB) is known color: Pink Flamingo. HEX triplet: EE, 50 and FB. RGB value is (238,80,251). Sum of RGB (Red+Green+Blue) = 238+80+251=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE50FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50FB is #11AF04. Grayscale: #929292. Windows color (decimal): -1158917 or 16470254. OLE color: 16470254.
HSL color Cylindrical-coordinate representation of color #EE50FB: hue angle of 295.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE50FB is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 80 | 251 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.02 |
| HSL | 295.44º | 0.96% | 0.65% | - |
| HSV(B) | 295.44º | 0.68% | 0.98% | - |
| XYZ | 55.54 | 30.88 | 94.3 | - |
| YUV | 146.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 251 | 0.05 | 0.68 | 0 | 0.02 | 295.44 | 0.96 | 0.65 |
| Hex | EE | 50 | FB | 5 | 44 | 0 | 2 | 127 | 60 | 41 |
| Octal | 356 | 120 | 373 | 5 | 104 | 0 | 2 | 447 | 140 | 101 |
| Binary | 11101110 | 1010000 | 11111011 | 101 | 1000100 | 0 | 10 | 100100111 | 1100000 | 1000001 |
Color Harmonies of #EE50FB
Complementary color
Monochromatic Colors of #EE50FB
Black with #EE50FB
Text Example
Text Example
White with #EE50FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50FB; }
p { color: rgb(238,80,251); }
H1.HeaderClassName
{
color: #EE50FB;
}
.AnyTagClassName
{
color: #EE50FB;
}
</style>
background-color css
<style>
a { background-color: #EE50FB; }
a { background-color: rgb(238,80,251); }
div.DivClassName
{
background-color: #EE50FB;
}
.BgClassName
{
background-color: #EE50FB;
}
</style>
border-color css
<style>
span { border-color: #EE50FB; }
span { border-color: rgb(238,80,251); }
td.TdClassName
{
border-color: #EE50FB;
}
.TagClassName
{
border-color: #EE50FB;
}
</style>