Shades of Pink Flamingo #EE50FD
Tints of Pink Flamingo #EE50FD
RGB
CMYK
RGB Variations
Color information
#EE50FD (or 0xEE50FD) is known color: Pink Flamingo. HEX triplet: EE, 50 and FD. RGB value is (238,80,253). Sum of RGB (Red+Green+Blue) = 238+80+253=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE50FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50FD is #11AF02. Grayscale: #929292. Windows color (decimal): -1158915 or 16601326. OLE color: 16601326.
HSL color Cylindrical-coordinate representation of color #EE50FD: hue angle of 294.8º degrees, saturation: 0.98, 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 #EE50FD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 80 | 253 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.01 |
| HSL | 294.8º | 0.98% | 0.65% | - |
| HSV(B) | 294.8º | 0.68% | 0.99% | - |
| XYZ | 55.86 | 31.01 | 95.97 | - |
| YUV | 146.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 253 | 0.06 | 0.68 | 0 | 0.01 | 294.8 | 0.98 | 0.65 |
| Hex | EE | 50 | FD | 6 | 44 | 0 | 1 | 127 | 62 | 41 |
| Octal | 356 | 120 | 375 | 6 | 104 | 0 | 1 | 447 | 142 | 101 |
| Binary | 11101110 | 1010000 | 11111101 | 110 | 1000100 | 0 | 1 | 100100111 | 1100010 | 1000001 |
Color Harmonies of #EE50FD
Complementary color
Monochromatic Colors of #EE50FD
Black with #EE50FD
Text Example
Text Example
White with #EE50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50FD; }
p { color: rgb(238,80,253); }
H1.HeaderClassName
{
color: #EE50FD;
}
.AnyTagClassName
{
color: #EE50FD;
}
</style>
background-color css
<style>
a { background-color: #EE50FD; }
a { background-color: rgb(238,80,253); }
div.DivClassName
{
background-color: #EE50FD;
}
.BgClassName
{
background-color: #EE50FD;
}
</style>
border-color css
<style>
span { border-color: #EE50FD; }
span { border-color: rgb(238,80,253); }
td.TdClassName
{
border-color: #EE50FD;
}
.TagClassName
{
border-color: #EE50FD;
}
</style>