Shades of Pink Flamingo #EE55FF
Tints of Pink Flamingo #EE55FF
RGB
CMYK
RGB Variations
Color information
#EE55FF (or 0xEE55FF) is known color: Pink Flamingo. HEX triplet: EE, 55 and FF. RGB value is (238,85,255). Sum of RGB (Red+Green+Blue) = 238+85+255=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55FF is #11AA00. Grayscale: #959595. Windows color (decimal): -1157633 or 16733678. OLE color: 16733678.
HSL color Cylindrical-coordinate representation of color #EE55FF: hue angle of 294º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE55FF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 85 | 255 | - |
| CMYK | 0.07 | 0.67 | 0 | 0 |
| HSL | 294º | 1% | 0.67% | - |
| HSV(B) | 294º | 0.67% | 1% | - |
| XYZ | 56.56 | 31.89 | 97.78 | - |
| YUV | 150.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 255 | 0.07 | 0.67 | 0 | 0 | 294 | 1 | 0.67 |
| Hex | EE | 55 | FF | 7 | 43 | 0 | 0 | 126 | 64 | 43 |
| Octal | 356 | 125 | 377 | 7 | 103 | 0 | 0 | 446 | 144 | 103 |
| Binary | 11101110 | 1010101 | 11111111 | 111 | 1000011 | 0 | 0 | 100100110 | 1100100 | 1000011 |
Color Harmonies of #EE55FF
Complementary color
Monochromatic Colors of #EE55FF
Black with #EE55FF
Text Example
Text Example
White with #EE55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55FF; }
p { color: rgb(238,85,255); }
H1.HeaderClassName
{
color: #EE55FF;
}
.AnyTagClassName
{
color: #EE55FF;
}
</style>
background-color css
<style>
a { background-color: #EE55FF; }
a { background-color: rgb(238,85,255); }
div.DivClassName
{
background-color: #EE55FF;
}
.BgClassName
{
background-color: #EE55FF;
}
</style>
border-color css
<style>
span { border-color: #EE55FF; }
span { border-color: rgb(238,85,255); }
td.TdClassName
{
border-color: #EE55FF;
}
.TagClassName
{
border-color: #EE55FF;
}
</style>