Shades of Pink Flamingo #EE5BFC
Tints of Pink Flamingo #EE5BFC
RGB
CMYK
RGB Variations
Color information
#EE5BFC (or 0xEE5BFC) is known color: Pink Flamingo. HEX triplet: EE, 5B and FC. RGB value is (238,91,252). Sum of RGB (Red+Green+Blue) = 238+91+252=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE5BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5BFC is #11A403. Grayscale: #989898. Windows color (decimal): -1156100 or 16538606. OLE color: 16538606.
HSL color Cylindrical-coordinate representation of color #EE5BFC: hue angle of 294.78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5BFC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 91 | 252 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.01 |
| HSL | 294.78º | 0.96% | 0.67% | - |
| HSV(B) | 294.78º | 0.64% | 0.99% | - |
| XYZ | 56.57 | 32.69 | 95.42 | - |
| YUV | 153.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 252 | 0.06 | 0.64 | 0 | 0.01 | 294.78 | 0.96 | 0.67 |
| Hex | EE | 5B | FC | 6 | 40 | 0 | 1 | 127 | 60 | 43 |
| Octal | 356 | 133 | 374 | 6 | 100 | 0 | 1 | 447 | 140 | 103 |
| Binary | 11101110 | 1011011 | 11111100 | 110 | 1000000 | 0 | 1 | 100100111 | 1100000 | 1000011 |
Color Harmonies of #EE5BFC
Complementary color
Monochromatic Colors of #EE5BFC
Black with #EE5BFC
Text Example
Text Example
White with #EE5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BFC; }
p { color: rgb(238,91,252); }
H1.HeaderClassName
{
color: #EE5BFC;
}
.AnyTagClassName
{
color: #EE5BFC;
}
</style>
background-color css
<style>
a { background-color: #EE5BFC; }
a { background-color: rgb(238,91,252); }
div.DivClassName
{
background-color: #EE5BFC;
}
.BgClassName
{
background-color: #EE5BFC;
}
</style>
border-color css
<style>
span { border-color: #EE5BFC; }
span { border-color: rgb(238,91,252); }
td.TdClassName
{
border-color: #EE5BFC;
}
.TagClassName
{
border-color: #EE5BFC;
}
</style>