Shades of Pink Flamingo #EE5BF1
Tints of Pink Flamingo #EE5BF1
RGB
CMYK
RGB Variations
Color information
#EE5BF1 (or 0xEE5BF1) is known color: Pink Flamingo. HEX triplet: EE, 5B and F1. RGB value is (238,91,241). Sum of RGB (Red+Green+Blue) = 238+91+241=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 91 (35.94% from 255 or 15.96% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE5BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5BF1 is #11A40E. Grayscale: #979797. Windows color (decimal): -1156111 or 15817710. OLE color: 15817710.
HSL color Cylindrical-coordinate representation of color #EE5BF1: hue angle of 298.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5BF1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 91 | 241 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.05 |
| HSL | 298.8º | 0.84% | 0.65% | - |
| HSV(B) | 298.8º | 0.62% | 0.95% | - |
| XYZ | 54.88 | 32.01 | 86.51 | - |
| YUV | 152.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 241 | 0.01 | 0.62 | 0 | 0.05 | 298.8 | 0.84 | 0.65 |
| Hex | EE | 5B | F1 | 1 | 3E | 0 | 5 | 12B | 54 | 41 |
| Octal | 356 | 133 | 361 | 1 | 76 | 0 | 5 | 453 | 124 | 101 |
| Binary | 11101110 | 1011011 | 11110001 | 1 | 111110 | 0 | 101 | 100101011 | 1010100 | 1000001 |
Color Harmonies of #EE5BF1
Complementary color
Monochromatic Colors of #EE5BF1
Black with #EE5BF1
Text Example
Text Example
White with #EE5BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BF1; }
p { color: rgb(238,91,241); }
H1.HeaderClassName
{
color: #EE5BF1;
}
.AnyTagClassName
{
color: #EE5BF1;
}
</style>
background-color css
<style>
a { background-color: #EE5BF1; }
a { background-color: rgb(238,91,241); }
div.DivClassName
{
background-color: #EE5BF1;
}
.BgClassName
{
background-color: #EE5BF1;
}
</style>
border-color css
<style>
span { border-color: #EE5BF1; }
span { border-color: rgb(238,91,241); }
td.TdClassName
{
border-color: #EE5BF1;
}
.TagClassName
{
border-color: #EE5BF1;
}
</style>