Shades of Pink Flamingo #EE50FE
Tints of Pink Flamingo #EE50FE
RGB
CMYK
RGB Variations
Color information
#EE50FE (or 0xEE50FE) is known color: Pink Flamingo. HEX triplet: EE, 50 and FE. RGB value is (238,80,254). Sum of RGB (Red+Green+Blue) = 238+80+254=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 80 (31.64% from 255 or 13.99% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50FE is #11AF01. Grayscale: #929292. Windows color (decimal): -1158914 or 16666862. OLE color: 16666862.
HSL color Cylindrical-coordinate representation of color #EE50FE: hue angle of 294.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE50FE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 80 | 254 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.00 |
| HSL | 294.48º | 0.99% | 0.65% | - |
| HSV(B) | 294.48º | 0.69% | 1% | - |
| XYZ | 56.02 | 31.07 | 96.81 | - |
| YUV | 147.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 254 | 0.06 | 0.69 | 0 | 0.00 | 294.48 | 0.99 | 0.65 |
| Hex | EE | 50 | FE | 6 | 45 | 0 | 0 | 126 | 63 | 41 |
| Octal | 356 | 120 | 376 | 6 | 105 | 0 | 0 | 446 | 143 | 101 |
| Binary | 11101110 | 1010000 | 11111110 | 110 | 1000101 | 0 | 0 | 100100110 | 1100011 | 1000001 |
Color Harmonies of #EE50FE
Complementary color
Monochromatic Colors of #EE50FE
Black with #EE50FE
Text Example
Text Example
White with #EE50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50FE; }
p { color: rgb(238,80,254); }
H1.HeaderClassName
{
color: #EE50FE;
}
.AnyTagClassName
{
color: #EE50FE;
}
</style>
background-color css
<style>
a { background-color: #EE50FE; }
a { background-color: rgb(238,80,254); }
div.DivClassName
{
background-color: #EE50FE;
}
.BgClassName
{
background-color: #EE50FE;
}
</style>
border-color css
<style>
span { border-color: #EE50FE; }
span { border-color: rgb(238,80,254); }
td.TdClassName
{
border-color: #EE50FE;
}
.TagClassName
{
border-color: #EE50FE;
}
</style>