Shades of Pink Flamingo #EE5BFF
Tints of Pink Flamingo #EE5BFF
RGB
CMYK
RGB Variations
Color information
#EE5BFF (or 0xEE5BFF) is known color: Pink Flamingo. HEX triplet: EE, 5B and FF. RGB value is (238,91,255). Sum of RGB (Red+Green+Blue) = 238+91+255=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 91 (35.94% from 255 or 15.58% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5BFF is #11A400. Grayscale: #999999. Windows color (decimal): -1156097 or 16735214. OLE color: 16735214.
HSL color Cylindrical-coordinate representation of color #EE5BFF: hue angle of 293.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5BFF is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 91 | 255 | - |
| CMYK | 0.07 | 0.64 | 0 | 0 |
| HSL | 293.78º | 1% | 0.68% | - |
| HSV(B) | 293.78º | 0.64% | 1% | - |
| XYZ | 57.05 | 32.88 | 97.95 | - |
| YUV | 153.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 255 | 0.07 | 0.64 | 0 | 0 | 293.78 | 1 | 0.68 |
| Hex | EE | 5B | FF | 7 | 40 | 0 | 0 | 126 | 64 | 44 |
| Octal | 356 | 133 | 377 | 7 | 100 | 0 | 0 | 446 | 144 | 104 |
| Binary | 11101110 | 1011011 | 11111111 | 111 | 1000000 | 0 | 0 | 100100110 | 1100100 | 1000100 |
Color Harmonies of #EE5BFF
Complementary color
Monochromatic Colors of #EE5BFF
Black with #EE5BFF
Text Example
Text Example
White with #EE5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BFF; }
p { color: rgb(238,91,255); }
H1.HeaderClassName
{
color: #EE5BFF;
}
.AnyTagClassName
{
color: #EE5BFF;
}
</style>
background-color css
<style>
a { background-color: #EE5BFF; }
a { background-color: rgb(238,91,255); }
div.DivClassName
{
background-color: #EE5BFF;
}
.BgClassName
{
background-color: #EE5BFF;
}
</style>
border-color css
<style>
span { border-color: #EE5BFF; }
span { border-color: rgb(238,91,255); }
td.TdClassName
{
border-color: #EE5BFF;
}
.TagClassName
{
border-color: #EE5BFF;
}
</style>