Shades of Pink Flamingo #EE50FF
Tints of Pink Flamingo #EE50FF
RGB
CMYK
RGB Variations
Color information
#EE50FF (or 0xEE50FF) is known color: Pink Flamingo. HEX triplet: EE, 50 and FF. RGB value is (238,80,255). Sum of RGB (Red+Green+Blue) = 238+80+255=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 80 (31.64% from 255 or 13.96% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE50FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50FF is #11AF00. Grayscale: #929292. Windows color (decimal): -1158913 or 16732398. OLE color: 16732398.
HSL color Cylindrical-coordinate representation of color #EE50FF: hue angle of 294.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE50FF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 80 | 255 | - |
| CMYK | 0.07 | 0.69 | 0 | 0 |
| HSL | 294.17º | 1% | 0.66% | - |
| HSV(B) | 294.17º | 0.69% | 1% | - |
| XYZ | 56.18 | 31.13 | 97.66 | - |
| YUV | 147.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 255 | 0.07 | 0.69 | 0 | 0 | 294.17 | 1 | 0.66 |
| Hex | EE | 50 | FF | 7 | 45 | 0 | 0 | 126 | 64 | 42 |
| Octal | 356 | 120 | 377 | 7 | 105 | 0 | 0 | 446 | 144 | 102 |
| Binary | 11101110 | 1010000 | 11111111 | 111 | 1000101 | 0 | 0 | 100100110 | 1100100 | 1000010 |
Color Harmonies of #EE50FF
Complementary color
Monochromatic Colors of #EE50FF
Black with #EE50FF
Text Example
Text Example
White with #EE50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50FF; }
p { color: rgb(238,80,255); }
H1.HeaderClassName
{
color: #EE50FF;
}
.AnyTagClassName
{
color: #EE50FF;
}
</style>
background-color css
<style>
a { background-color: #EE50FF; }
a { background-color: rgb(238,80,255); }
div.DivClassName
{
background-color: #EE50FF;
}
.BgClassName
{
background-color: #EE50FF;
}
</style>
border-color css
<style>
span { border-color: #EE50FF; }
span { border-color: rgb(238,80,255); }
td.TdClassName
{
border-color: #EE50FF;
}
.TagClassName
{
border-color: #EE50FF;
}
</style>