Shades of Pink Flamingo #EE55FB
Tints of Pink Flamingo #EE55FB
RGB
CMYK
RGB Variations
Color information
#EE55FB (or 0xEE55FB) is known color: Pink Flamingo. HEX triplet: EE, 55 and FB. RGB value is (238,85,251). Sum of RGB (Red+Green+Blue) = 238+85+251=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 85 (33.59% from 255 or 14.81% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE55FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE55FB is #11AA04. Grayscale: #959595. Windows color (decimal): -1157637 or 16471534. OLE color: 16471534.
HSL color Cylindrical-coordinate representation of color #EE55FB: hue angle of 295.3º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE55FB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 85 | 251 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.02 |
| HSL | 295.3º | 0.95% | 0.66% | - |
| HSV(B) | 295.3º | 0.66% | 0.98% | - |
| XYZ | 55.92 | 31.64 | 94.43 | - |
| YUV | 149.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 251 | 0.05 | 0.66 | 0 | 0.02 | 295.3 | 0.95 | 0.66 |
| Hex | EE | 55 | FB | 5 | 42 | 0 | 2 | 127 | 5F | 42 |
| Octal | 356 | 125 | 373 | 5 | 102 | 0 | 2 | 447 | 137 | 102 |
| Binary | 11101110 | 1010101 | 11111011 | 101 | 1000010 | 0 | 10 | 100100111 | 1011111 | 1000010 |
Color Harmonies of #EE55FB
Complementary color
Monochromatic Colors of #EE55FB
Black with #EE55FB
Text Example
Text Example
White with #EE55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE55FB; }
p { color: rgb(238,85,251); }
H1.HeaderClassName
{
color: #EE55FB;
}
.AnyTagClassName
{
color: #EE55FB;
}
</style>
background-color css
<style>
a { background-color: #EE55FB; }
a { background-color: rgb(238,85,251); }
div.DivClassName
{
background-color: #EE55FB;
}
.BgClassName
{
background-color: #EE55FB;
}
</style>
border-color css
<style>
span { border-color: #EE55FB; }
span { border-color: rgb(238,85,251); }
td.TdClassName
{
border-color: #EE55FB;
}
.TagClassName
{
border-color: #EE55FB;
}
</style>