Shades of Pink Flamingo #EC63FB
Tints of Pink Flamingo #EC63FB
RGB
CMYK
RGB Variations
Color information
#EC63FB (or 0xEC63FB) is known color: Pink Flamingo. HEX triplet: EC, 63 and FB. RGB value is (236,99,251). Sum of RGB (Red+Green+Blue) = 236+99+251=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 99 (39.06% from 255 or 16.89% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC63FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63FB is #139C04. Grayscale: #9C9C9C. Windows color (decimal): -1285125 or 16475116. OLE color: 16475116.
HSL color Cylindrical-coordinate representation of color #EC63FB: hue angle of 294.08º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC63FB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 99 | 251 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.02 |
| HSL | 294.08º | 0.95% | 0.69% | - |
| HSV(B) | 294.08º | 0.61% | 0.98% | - |
| XYZ | 56.47 | 33.72 | 94.8 | - |
| YUV | 157.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 251 | 0.06 | 0.61 | 0 | 0.02 | 294.08 | 0.95 | 0.69 |
| Hex | EC | 63 | FB | 6 | 3D | 0 | 2 | 126 | 5F | 45 |
| Octal | 354 | 143 | 373 | 6 | 75 | 0 | 2 | 446 | 137 | 105 |
| Binary | 11101100 | 1100011 | 11111011 | 110 | 111101 | 0 | 10 | 100100110 | 1011111 | 1000101 |
Color Harmonies of #EC63FB
Complementary color
Monochromatic Colors of #EC63FB
Black with #EC63FB
Text Example
Text Example
White with #EC63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63FB; }
p { color: rgb(236,99,251); }
H1.HeaderClassName
{
color: #EC63FB;
}
.AnyTagClassName
{
color: #EC63FB;
}
</style>
background-color css
<style>
a { background-color: #EC63FB; }
a { background-color: rgb(236,99,251); }
div.DivClassName
{
background-color: #EC63FB;
}
.BgClassName
{
background-color: #EC63FB;
}
</style>
border-color css
<style>
span { border-color: #EC63FB; }
span { border-color: rgb(236,99,251); }
td.TdClassName
{
border-color: #EC63FB;
}
.TagClassName
{
border-color: #EC63FB;
}
</style>