Shades of Pink Flamingo #EE5FEE
Tints of Pink Flamingo #EE5FEE
RGB
CMYK
RGB Variations
Color information
#EE5FEE (or 0xEE5FEE) is known color: Pink Flamingo. HEX triplet: EE, 5F and EE. RGB value is (238,95,238). Sum of RGB (Red+Green+Blue) = 238+95+238=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 95 (37.5% from 255 or 16.64% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE5FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5FEE is #11A011. Grayscale: #999999. Windows color (decimal): -1155090 or 15622126. OLE color: 15622126.
HSL color Cylindrical-coordinate representation of color #EE5FEE: hue angle of 300º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FEE is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 238 | - |
| CMYK | 0 | 0.60 | 0 | 0.07 |
| HSL | 300º | 0.81% | 0.65% | - |
| HSV(B) | 300º | 0.6% | 0.93% | - |
| XYZ | 54.78 | 32.53 | 84.28 | - |
| YUV | 154.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 238 | 0 | 0.60 | 0 | 0.07 | 300 | 0.81 | 0.65 |
| Hex | EE | 5F | EE | 0 | 3C | 0 | 7 | 12C | 51 | 41 |
| Octal | 356 | 137 | 356 | 0 | 74 | 0 | 7 | 454 | 121 | 101 |
| Binary | 11101110 | 1011111 | 11101110 | 0 | 111100 | 0 | 111 | 100101100 | 1010001 | 1000001 |
Color Harmonies of #EE5FEE
Complementary color
Monochromatic Colors of #EE5FEE
Black with #EE5FEE
Text Example
Text Example
White with #EE5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5FEE; }
p { color: rgb(238,95,238); }
H1.HeaderClassName
{
color: #EE5FEE;
}
.AnyTagClassName
{
color: #EE5FEE;
}
</style>
background-color css
<style>
a { background-color: #EE5FEE; }
a { background-color: rgb(238,95,238); }
div.DivClassName
{
background-color: #EE5FEE;
}
.BgClassName
{
background-color: #EE5FEE;
}
</style>
border-color css
<style>
span { border-color: #EE5FEE; }
span { border-color: rgb(238,95,238); }
td.TdClassName
{
border-color: #EE5FEE;
}
.TagClassName
{
border-color: #EE5FEE;
}
</style>