Shades of Pink Flamingo #EC64EE
Tints of Pink Flamingo #EC64EE
RGB
CMYK
RGB Variations
Color information
#EC64EE (or 0xEC64EE) is known color: Pink Flamingo. HEX triplet: EC, 64 and EE. RGB value is (236,100,238). Sum of RGB (Red+Green+Blue) = 236+100+238=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC64EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC64EE is #139B11. Grayscale: #9B9B9B. Windows color (decimal): -1284882 or 15623404. OLE color: 15623404.
HSL color Cylindrical-coordinate representation of color #EC64EE: hue angle of 299.13º 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 #EC64EE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 238 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.07 |
| HSL | 299.13º | 0.8% | 0.66% | - |
| HSV(B) | 299.13º | 0.58% | 0.93% | - |
| XYZ | 54.58 | 33.12 | 84.4 | - |
| YUV | 156.4 | 174.06 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 238 | 0.01 | 0.58 | 0 | 0.07 | 299.13 | 0.8 | 0.66 |
| Hex | EC | 64 | EE | 1 | 3A | 0 | 7 | 12B | 50 | 42 |
| Octal | 354 | 144 | 356 | 1 | 72 | 0 | 7 | 453 | 120 | 102 |
| Binary | 11101100 | 1100100 | 11101110 | 1 | 111010 | 0 | 111 | 100101011 | 1010000 | 1000010 |
Color Harmonies of #EC64EE
Complementary color
Monochromatic Colors of #EC64EE
Black with #EC64EE
Text Example
Text Example
White with #EC64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64EE; }
p { color: rgb(236,100,238); }
H1.HeaderClassName
{
color: #EC64EE;
}
.AnyTagClassName
{
color: #EC64EE;
}
</style>
background-color css
<style>
a { background-color: #EC64EE; }
a { background-color: rgb(236,100,238); }
div.DivClassName
{
background-color: #EC64EE;
}
.BgClassName
{
background-color: #EC64EE;
}
</style>
border-color css
<style>
span { border-color: #EC64EE; }
span { border-color: rgb(236,100,238); }
td.TdClassName
{
border-color: #EC64EE;
}
.TagClassName
{
border-color: #EC64EE;
}
</style>