Shades of Pink Flamingo #EC63FC
Tints of Pink Flamingo #EC63FC
RGB
CMYK
RGB Variations
Color information
#EC63FC (or 0xEC63FC) is known color: Pink Flamingo. HEX triplet: EC, 63 and FC. RGB value is (236,99,252). Sum of RGB (Red+Green+Blue) = 236+99+252=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63FC is #139C03. Grayscale: #9C9C9C. Windows color (decimal): -1285124 or 16540652. OLE color: 16540652.
HSL color Cylindrical-coordinate representation of color #EC63FC: hue angle of 293.73º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC63FC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 99 | 252 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.01 |
| HSL | 293.73º | 0.96% | 0.69% | - |
| HSV(B) | 293.73º | 0.61% | 0.99% | - |
| XYZ | 56.62 | 33.78 | 95.63 | - |
| YUV | 157.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 252 | 0.06 | 0.61 | 0 | 0.01 | 293.73 | 0.96 | 0.69 |
| Hex | EC | 63 | FC | 6 | 3D | 0 | 1 | 126 | 60 | 45 |
| Octal | 354 | 143 | 374 | 6 | 75 | 0 | 1 | 446 | 140 | 105 |
| Binary | 11101100 | 1100011 | 11111100 | 110 | 111101 | 0 | 1 | 100100110 | 1100000 | 1000101 |
Color Harmonies of #EC63FC
Complementary color
Monochromatic Colors of #EC63FC
Black with #EC63FC
Text Example
Text Example
White with #EC63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63FC; }
p { color: rgb(236,99,252); }
H1.HeaderClassName
{
color: #EC63FC;
}
.AnyTagClassName
{
color: #EC63FC;
}
</style>
background-color css
<style>
a { background-color: #EC63FC; }
a { background-color: rgb(236,99,252); }
div.DivClassName
{
background-color: #EC63FC;
}
.BgClassName
{
background-color: #EC63FC;
}
</style>
border-color css
<style>
span { border-color: #EC63FC; }
span { border-color: rgb(236,99,252); }
td.TdClassName
{
border-color: #EC63FC;
}
.TagClassName
{
border-color: #EC63FC;
}
</style>