Shades of Pink Flamingo #EE56FB
Tints of Pink Flamingo #EE56FB
RGB
CMYK
RGB Variations
Color information
#EE56FB (or 0xEE56FB) is known color: Pink Flamingo. HEX triplet: EE, 56 and FB. RGB value is (238,86,251). Sum of RGB (Red+Green+Blue) = 238+86+251=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 86 (33.98% from 255 or 14.96% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE56FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE56FB is #11A904. Grayscale: #959595. Windows color (decimal): -1157381 or 16471790. OLE color: 16471790.
HSL color Cylindrical-coordinate representation of color #EE56FB: hue angle of 295.27º 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 #EE56FB is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 86 | 251 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.02 |
| HSL | 295.27º | 0.95% | 0.66% | - |
| HSV(B) | 295.27º | 0.66% | 0.98% | - |
| XYZ | 56 | 31.8 | 94.45 | - |
| YUV | 150.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 251 | 0.05 | 0.66 | 0 | 0.02 | 295.27 | 0.95 | 0.66 |
| Hex | EE | 56 | FB | 5 | 42 | 0 | 2 | 127 | 5F | 42 |
| Octal | 356 | 126 | 373 | 5 | 102 | 0 | 2 | 447 | 137 | 102 |
| Binary | 11101110 | 1010110 | 11111011 | 101 | 1000010 | 0 | 10 | 100100111 | 1011111 | 1000010 |
Color Harmonies of #EE56FB
Complementary color
Monochromatic Colors of #EE56FB
Black with #EE56FB
Text Example
Text Example
White with #EE56FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE56FB; }
p { color: rgb(238,86,251); }
H1.HeaderClassName
{
color: #EE56FB;
}
.AnyTagClassName
{
color: #EE56FB;
}
</style>
background-color css
<style>
a { background-color: #EE56FB; }
a { background-color: rgb(238,86,251); }
div.DivClassName
{
background-color: #EE56FB;
}
.BgClassName
{
background-color: #EE56FB;
}
</style>
border-color css
<style>
span { border-color: #EE56FB; }
span { border-color: rgb(238,86,251); }
td.TdClassName
{
border-color: #EE56FB;
}
.TagClassName
{
border-color: #EE56FB;
}
</style>