Shades of Pink Flamingo #EE5EF6
Tints of Pink Flamingo #EE5EF6
RGB
CMYK
RGB Variations
Color information
#EE5EF6 (or 0xEE5EF6) is known color: Pink Flamingo. HEX triplet: EE, 5E and F6. RGB value is (238,94,246). Sum of RGB (Red+Green+Blue) = 238+94+246=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 94 (37.11% from 255 or 16.26% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE5EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EF6 is #11A109. Grayscale: #999999. Windows color (decimal): -1155338 or 16146158. OLE color: 16146158.
HSL color Cylindrical-coordinate representation of color #EE5EF6: hue angle of 296.84º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5EF6 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 94 | 246 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.04 |
| HSL | 296.84º | 0.89% | 0.67% | - |
| HSV(B) | 296.84º | 0.62% | 0.96% | - |
| XYZ | 55.9 | 32.84 | 90.58 | - |
| YUV | 154.38 | 179.71 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 246 | 0.03 | 0.62 | 0 | 0.04 | 296.84 | 0.89 | 0.67 |
| Hex | EE | 5E | F6 | 3 | 3E | 0 | 4 | 129 | 59 | 43 |
| Octal | 356 | 136 | 366 | 3 | 76 | 0 | 4 | 451 | 131 | 103 |
| Binary | 11101110 | 1011110 | 11110110 | 11 | 111110 | 0 | 100 | 100101001 | 1011001 | 1000011 |
Color Harmonies of #EE5EF6
Complementary color
Monochromatic Colors of #EE5EF6
Black with #EE5EF6
Text Example
Text Example
White with #EE5EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5EF6; }
p { color: rgb(238,94,246); }
H1.HeaderClassName
{
color: #EE5EF6;
}
.AnyTagClassName
{
color: #EE5EF6;
}
</style>
background-color css
<style>
a { background-color: #EE5EF6; }
a { background-color: rgb(238,94,246); }
div.DivClassName
{
background-color: #EE5EF6;
}
.BgClassName
{
background-color: #EE5EF6;
}
</style>
border-color css
<style>
span { border-color: #EE5EF6; }
span { border-color: rgb(238,94,246); }
td.TdClassName
{
border-color: #EE5EF6;
}
.TagClassName
{
border-color: #EE5EF6;
}
</style>