Shades of Pink Flamingo #EE50FA
Tints of Pink Flamingo #EE50FA
RGB
CMYK
RGB Variations
Color information
#EE50FA (or 0xEE50FA) is known color: Pink Flamingo. HEX triplet: EE, 50 and FA. RGB value is (238,80,250). Sum of RGB (Red+Green+Blue) = 238+80+250=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE50FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50FA is #11AF05. Grayscale: #929292. Windows color (decimal): -1158918 or 16404718. OLE color: 16404718.
HSL color Cylindrical-coordinate representation of color #EE50FA: hue angle of 295.76º degrees, saturation: 0.94, 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 #EE50FA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 80 | 250 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.02 |
| HSL | 295.76º | 0.94% | 0.65% | - |
| HSV(B) | 295.76º | 0.68% | 0.98% | - |
| XYZ | 55.38 | 30.82 | 93.47 | - |
| YUV | 146.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 250 | 0.05 | 0.68 | 0 | 0.02 | 295.76 | 0.94 | 0.65 |
| Hex | EE | 50 | FA | 5 | 44 | 0 | 2 | 128 | 5E | 41 |
| Octal | 356 | 120 | 372 | 5 | 104 | 0 | 2 | 450 | 136 | 101 |
| Binary | 11101110 | 1010000 | 11111010 | 101 | 1000100 | 0 | 10 | 100101000 | 1011110 | 1000001 |
Color Harmonies of #EE50FA
Complementary color
Monochromatic Colors of #EE50FA
Black with #EE50FA
Text Example
Text Example
White with #EE50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50FA; }
p { color: rgb(238,80,250); }
H1.HeaderClassName
{
color: #EE50FA;
}
.AnyTagClassName
{
color: #EE50FA;
}
</style>
background-color css
<style>
a { background-color: #EE50FA; }
a { background-color: rgb(238,80,250); }
div.DivClassName
{
background-color: #EE50FA;
}
.BgClassName
{
background-color: #EE50FA;
}
</style>
border-color css
<style>
span { border-color: #EE50FA; }
span { border-color: rgb(238,80,250); }
td.TdClassName
{
border-color: #EE50FA;
}
.TagClassName
{
border-color: #EE50FA;
}
</style>