Shades of Pink Flamingo #EE50F9
Tints of Pink Flamingo #EE50F9
RGB
CMYK
RGB Variations
Color information
#EE50F9 (or 0xEE50F9) is known color: Pink Flamingo. HEX triplet: EE, 50 and F9. RGB value is (238,80,249). Sum of RGB (Red+Green+Blue) = 238+80+249=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE50F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50F9 is #11AF06. Grayscale: #919191. Windows color (decimal): -1158919 or 16339182. OLE color: 16339182.
HSL color Cylindrical-coordinate representation of color #EE50F9: hue angle of 296.09º degrees, saturation: 0.93, 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 #EE50F9 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 80 | 249 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.02 |
| HSL | 296.09º | 0.93% | 0.65% | - |
| HSV(B) | 296.09º | 0.68% | 0.98% | - |
| XYZ | 55.23 | 30.75 | 92.65 | - |
| YUV | 146.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 249 | 0.04 | 0.68 | 0 | 0.02 | 296.09 | 0.93 | 0.65 |
| Hex | EE | 50 | F9 | 4 | 44 | 0 | 2 | 128 | 5D | 41 |
| Octal | 356 | 120 | 371 | 4 | 104 | 0 | 2 | 450 | 135 | 101 |
| Binary | 11101110 | 1010000 | 11111001 | 100 | 1000100 | 0 | 10 | 100101000 | 1011101 | 1000001 |
Color Harmonies of #EE50F9
Complementary color
Monochromatic Colors of #EE50F9
Black with #EE50F9
Text Example
Text Example
White with #EE50F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50F9; }
p { color: rgb(238,80,249); }
H1.HeaderClassName
{
color: #EE50F9;
}
.AnyTagClassName
{
color: #EE50F9;
}
</style>
background-color css
<style>
a { background-color: #EE50F9; }
a { background-color: rgb(238,80,249); }
div.DivClassName
{
background-color: #EE50F9;
}
.BgClassName
{
background-color: #EE50F9;
}
</style>
border-color css
<style>
span { border-color: #EE50F9; }
span { border-color: rgb(238,80,249); }
td.TdClassName
{
border-color: #EE50F9;
}
.TagClassName
{
border-color: #EE50F9;
}
</style>