Shades of Pink Flamingo #EE66FF
Tints of Pink Flamingo #EE66FF
RGB
CMYK
RGB Variations
Color information
#EE66FF (or 0xEE66FF) is known color: Pink Flamingo. HEX triplet: EE, 66 and FF. RGB value is (238,102,255). Sum of RGB (Red+Green+Blue) = 238+102+255=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE66FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE66FF is #119900. Grayscale: #9F9F9F. Windows color (decimal): -1153281 or 16738030. OLE color: 16738030.
HSL color Cylindrical-coordinate representation of color #EE66FF: hue angle of 293.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE66FF is Cyan = 0.07, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 102 | 255 | - |
| CMYK | 0.07 | 0.6 | 0 | 0 |
| HSL | 293.33º | 1% | 0.7% | - |
| HSV(B) | 293.33º | 0.6% | 1% | - |
| XYZ | 58.06 | 34.9 | 98.28 | - |
| YUV | 160.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 255 | 0.07 | 0.6 | 0 | 0 | 293.33 | 1 | 0.7 |
| Hex | EE | 66 | FF | 7 | 3C | 0 | 0 | 125 | 64 | 46 |
| Octal | 356 | 146 | 377 | 7 | 74 | 0 | 0 | 445 | 144 | 106 |
| Binary | 11101110 | 1100110 | 11111111 | 111 | 111100 | 0 | 0 | 100100101 | 1100100 | 1000110 |
Color Harmonies of #EE66FF
Complementary color
Monochromatic Colors of #EE66FF
Black with #EE66FF
Text Example
Text Example
White with #EE66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE66FF; }
p { color: rgb(238,102,255); }
H1.HeaderClassName
{
color: #EE66FF;
}
.AnyTagClassName
{
color: #EE66FF;
}
</style>
background-color css
<style>
a { background-color: #EE66FF; }
a { background-color: rgb(238,102,255); }
div.DivClassName
{
background-color: #EE66FF;
}
.BgClassName
{
background-color: #EE66FF;
}
</style>
border-color css
<style>
span { border-color: #EE66FF; }
span { border-color: rgb(238,102,255); }
td.TdClassName
{
border-color: #EE66FF;
}
.TagClassName
{
border-color: #EE66FF;
}
</style>