Shades of Pink Flamingo #EC62EE
Tints of Pink Flamingo #EC62EE
RGB
CMYK
RGB Variations
Color information
#EC62EE (or 0xEC62EE) is known color: Pink Flamingo. HEX triplet: EC, 62 and EE. RGB value is (236,98,238). Sum of RGB (Red+Green+Blue) = 236+98+238=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 98 (38.67% from 255 or 17.13% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC62EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC62EE is #139D11. Grayscale: #9A9A9A. Windows color (decimal): -1285394 or 15622892. OLE color: 15622892.
HSL color Cylindrical-coordinate representation of color #EC62EE: hue angle of 299.14º degrees, saturation: 0.8, 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 #EC62EE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 238 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.07 |
| HSL | 299.14º | 0.8% | 0.66% | - |
| HSV(B) | 299.14º | 0.59% | 0.93% | - |
| XYZ | 54.39 | 32.74 | 84.34 | - |
| YUV | 155.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 238 | 0.01 | 0.59 | 0 | 0.07 | 299.14 | 0.8 | 0.66 |
| Hex | EC | 62 | EE | 1 | 3B | 0 | 7 | 12B | 50 | 42 |
| Octal | 354 | 142 | 356 | 1 | 73 | 0 | 7 | 453 | 120 | 102 |
| Binary | 11101100 | 1100010 | 11101110 | 1 | 111011 | 0 | 111 | 100101011 | 1010000 | 1000010 |
Color Harmonies of #EC62EE
Complementary color
Monochromatic Colors of #EC62EE
Black with #EC62EE
Text Example
Text Example
White with #EC62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62EE; }
p { color: rgb(236,98,238); }
H1.HeaderClassName
{
color: #EC62EE;
}
.AnyTagClassName
{
color: #EC62EE;
}
</style>
background-color css
<style>
a { background-color: #EC62EE; }
a { background-color: rgb(236,98,238); }
div.DivClassName
{
background-color: #EC62EE;
}
.BgClassName
{
background-color: #EC62EE;
}
</style>
border-color css
<style>
span { border-color: #EC62EE; }
span { border-color: rgb(236,98,238); }
td.TdClassName
{
border-color: #EC62EE;
}
.TagClassName
{
border-color: #EC62EE;
}
</style>