Shades of Pink Flamingo #EE61EE
Tints of Pink Flamingo #EE61EE
RGB
CMYK
RGB Variations
Color information
#EE61EE (or 0xEE61EE) is known color: Pink Flamingo. HEX triplet: EE, 61 and EE. RGB value is (238,97,238). Sum of RGB (Red+Green+Blue) = 238+97+238=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 97 (38.28% from 255 or 16.93% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE61EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE61EE is #119E11. Grayscale: #9A9A9A. Windows color (decimal): -1154578 or 15622638. OLE color: 15622638.
HSL color Cylindrical-coordinate representation of color #EE61EE: hue angle of 300º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE61EE is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 238 | - |
| CMYK | 0 | 0.59 | 0 | 0.07 |
| HSL | 300º | 0.81% | 0.66% | - |
| HSV(B) | 300º | 0.59% | 0.93% | - |
| XYZ | 54.97 | 32.9 | 84.34 | - |
| YUV | 155.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 238 | 0 | 0.59 | 0 | 0.07 | 300 | 0.81 | 0.66 |
| Hex | EE | 61 | EE | 0 | 3B | 0 | 7 | 12C | 51 | 42 |
| Octal | 356 | 141 | 356 | 0 | 73 | 0 | 7 | 454 | 121 | 102 |
| Binary | 11101110 | 1100001 | 11101110 | 0 | 111011 | 0 | 111 | 100101100 | 1010001 | 1000010 |
Color Harmonies of #EE61EE
Complementary color
Monochromatic Colors of #EE61EE
Black with #EE61EE
Text Example
Text Example
White with #EE61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE61EE; }
p { color: rgb(238,97,238); }
H1.HeaderClassName
{
color: #EE61EE;
}
.AnyTagClassName
{
color: #EE61EE;
}
</style>
background-color css
<style>
a { background-color: #EE61EE; }
a { background-color: rgb(238,97,238); }
div.DivClassName
{
background-color: #EE61EE;
}
.BgClassName
{
background-color: #EE61EE;
}
</style>
border-color css
<style>
span { border-color: #EE61EE; }
span { border-color: rgb(238,97,238); }
td.TdClassName
{
border-color: #EE61EE;
}
.TagClassName
{
border-color: #EE61EE;
}
</style>