Shades of Pink Flamingo #EE5FEF
Tints of Pink Flamingo #EE5FEF
RGB
CMYK
RGB Variations
Color information
#EE5FEF (or 0xEE5FEF) is known color: Pink Flamingo. HEX triplet: EE, 5F and EF. RGB value is (238,95,239). Sum of RGB (Red+Green+Blue) = 238+95+239=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE5FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FEF is #11A010. Grayscale: #999999. Windows color (decimal): -1155089 or 15687662. OLE color: 15687662.
HSL color Cylindrical-coordinate representation of color #EE5FEF: hue angle of 299.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FEF is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 95 | 239 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.06 |
| HSL | 299.58º | 0.82% | 0.65% | - |
| HSV(B) | 299.58º | 0.6% | 0.94% | - |
| XYZ | 54.93 | 32.59 | 85.06 | - |
| YUV | 154.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 239 | 0.00 | 0.60 | 0 | 0.06 | 299.58 | 0.82 | 0.65 |
| Hex | EE | 5F | EF | 0 | 3C | 0 | 6 | 12C | 52 | 41 |
| Octal | 356 | 137 | 357 | 0 | 74 | 0 | 6 | 454 | 122 | 101 |
| Binary | 11101110 | 1011111 | 11101111 | 0 | 111100 | 0 | 110 | 100101100 | 1010010 | 1000001 |
Color Harmonies of #EE5FEF
Complementary color
Monochromatic Colors of #EE5FEF
Black with #EE5FEF
Text Example
Text Example
White with #EE5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FEF; }
p { color: rgb(238,95,239); }
H1.HeaderClassName
{
color: #EE5FEF;
}
.AnyTagClassName
{
color: #EE5FEF;
}
</style>
background-color css
<style>
a { background-color: #EE5FEF; }
a { background-color: rgb(238,95,239); }
div.DivClassName
{
background-color: #EE5FEF;
}
.BgClassName
{
background-color: #EE5FEF;
}
</style>
border-color css
<style>
span { border-color: #EE5FEF; }
span { border-color: rgb(238,95,239); }
td.TdClassName
{
border-color: #EE5FEF;
}
.TagClassName
{
border-color: #EE5FEF;
}
</style>