Shades of Pink Flamingo #EE66EE
Tints of Pink Flamingo #EE66EE
RGB
CMYK
RGB Variations
Color information
#EE66EE (or 0xEE66EE) is known color: Pink Flamingo. HEX triplet: EE, 66 and EE. RGB value is (238,102,238). Sum of RGB (Red+Green+Blue) = 238+102+238=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE66EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE66EE is #119911. Grayscale: #9D9D9D. Windows color (decimal): -1153298 or 15623918. OLE color: 15623918.
HSL color Cylindrical-coordinate representation of color #EE66EE: hue angle of 300º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE66EE is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 238 | - |
| CMYK | 0 | 0.57 | 0 | 0.07 |
| HSL | 300º | 0.8% | 0.67% | - |
| HSV(B) | 300º | 0.57% | 0.93% | - |
| XYZ | 55.44 | 33.85 | 84.5 | - |
| YUV | 158.17 | 173.06 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 238 | 0 | 0.57 | 0 | 0.07 | 300 | 0.8 | 0.67 |
| Hex | EE | 66 | EE | 0 | 39 | 0 | 7 | 12C | 50 | 43 |
| Octal | 356 | 146 | 356 | 0 | 71 | 0 | 7 | 454 | 120 | 103 |
| Binary | 11101110 | 1100110 | 11101110 | 0 | 111001 | 0 | 111 | 100101100 | 1010000 | 1000011 |
Color Harmonies of #EE66EE
Complementary color
Monochromatic Colors of #EE66EE
Black with #EE66EE
Text Example
Text Example
White with #EE66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE66EE; }
p { color: rgb(238,102,238); }
H1.HeaderClassName
{
color: #EE66EE;
}
.AnyTagClassName
{
color: #EE66EE;
}
</style>
background-color css
<style>
a { background-color: #EE66EE; }
a { background-color: rgb(238,102,238); }
div.DivClassName
{
background-color: #EE66EE;
}
.BgClassName
{
background-color: #EE66EE;
}
</style>
border-color css
<style>
span { border-color: #EE66EE; }
span { border-color: rgb(238,102,238); }
td.TdClassName
{
border-color: #EE66EE;
}
.TagClassName
{
border-color: #EE66EE;
}
</style>