Shades of Pink Flamingo #EE5BF6
Tints of Pink Flamingo #EE5BF6
RGB
CMYK
RGB Variations
Color information
#EE5BF6 (or 0xEE5BF6) is known color: Pink Flamingo. HEX triplet: EE, 5B and F6. RGB value is (238,91,246). Sum of RGB (Red+Green+Blue) = 238+91+246=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE5BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5BF6 is #11A409. Grayscale: #989898. Windows color (decimal): -1156106 or 16145390. OLE color: 16145390.
HSL color Cylindrical-coordinate representation of color #EE5BF6: hue angle of 296.9º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5BF6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 91 | 246 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.04 |
| HSL | 296.9º | 0.9% | 0.66% | - |
| HSV(B) | 296.9º | 0.63% | 0.96% | - |
| XYZ | 55.64 | 32.31 | 90.49 | - |
| YUV | 152.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 246 | 0.03 | 0.63 | 0 | 0.04 | 296.9 | 0.9 | 0.66 |
| Hex | EE | 5B | F6 | 3 | 3F | 0 | 4 | 129 | 5A | 42 |
| Octal | 356 | 133 | 366 | 3 | 77 | 0 | 4 | 451 | 132 | 102 |
| Binary | 11101110 | 1011011 | 11110110 | 11 | 111111 | 0 | 100 | 100101001 | 1011010 | 1000010 |
Color Harmonies of #EE5BF6
Complementary color
Monochromatic Colors of #EE5BF6
Black with #EE5BF6
Text Example
Text Example
White with #EE5BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BF6; }
p { color: rgb(238,91,246); }
H1.HeaderClassName
{
color: #EE5BF6;
}
.AnyTagClassName
{
color: #EE5BF6;
}
</style>
background-color css
<style>
a { background-color: #EE5BF6; }
a { background-color: rgb(238,91,246); }
div.DivClassName
{
background-color: #EE5BF6;
}
.BgClassName
{
background-color: #EE5BF6;
}
</style>
border-color css
<style>
span { border-color: #EE5BF6; }
span { border-color: rgb(238,91,246); }
td.TdClassName
{
border-color: #EE5BF6;
}
.TagClassName
{
border-color: #EE5BF6;
}
</style>