Shades of Pink Flamingo #EE65EC
Tints of Pink Flamingo #EE65EC
RGB
CMYK
RGB Variations
Color information
#EE65EC (or 0xEE65EC) is known color: Pink Flamingo. HEX triplet: EE, 65 and EC. RGB value is (238,101,236). Sum of RGB (Red+Green+Blue) = 238+101+236=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65EC is #119A13. Grayscale: #9C9C9C. Windows color (decimal): -1153556 or 15492590. OLE color: 15492590.
HSL color Cylindrical-coordinate representation of color #EE65EC: hue angle of 300.88º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65EC is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 236 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.07 |
| HSL | 300.88º | 0.8% | 0.66% | - |
| HSV(B) | 300.88º | 0.58% | 0.93% | - |
| XYZ | 55.05 | 33.54 | 82.93 | - |
| YUV | 157.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 236 | 0 | 0.58 | 0.01 | 0.07 | 300.88 | 0.8 | 0.66 |
| Hex | EE | 65 | EC | 0 | 3A | 1 | 7 | 12D | 50 | 42 |
| Octal | 356 | 145 | 354 | 0 | 72 | 1 | 7 | 455 | 120 | 102 |
| Binary | 11101110 | 1100101 | 11101100 | 0 | 111010 | 1 | 111 | 100101101 | 1010000 | 1000010 |
Color Harmonies of #EE65EC
Complementary color
Monochromatic Colors of #EE65EC
Black with #EE65EC
Text Example
Text Example
White with #EE65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE65EC; }
p { color: rgb(238,101,236); }
H1.HeaderClassName
{
color: #EE65EC;
}
.AnyTagClassName
{
color: #EE65EC;
}
</style>
background-color css
<style>
a { background-color: #EE65EC; }
a { background-color: rgb(238,101,236); }
div.DivClassName
{
background-color: #EE65EC;
}
.BgClassName
{
background-color: #EE65EC;
}
</style>
border-color css
<style>
span { border-color: #EE65EC; }
span { border-color: rgb(238,101,236); }
td.TdClassName
{
border-color: #EE65EC;
}
.TagClassName
{
border-color: #EE65EC;
}
</style>