Shades of Pink Flamingo #EC63FD
Tints of Pink Flamingo #EC63FD
RGB
CMYK
RGB Variations
Color information
#EC63FD (or 0xEC63FD) is known color: Pink Flamingo. HEX triplet: EC, 63 and FD. RGB value is (236,99,253). Sum of RGB (Red+Green+Blue) = 236+99+253=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 99 (39.06% from 255 or 16.84% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC63FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63FD is #139C02. Grayscale: #9D9D9D. Windows color (decimal): -1285123 or 16606188. OLE color: 16606188.
HSL color Cylindrical-coordinate representation of color #EC63FD: hue angle of 293.38º degrees, saturation: 0.97, 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 #EC63FD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 99 | 253 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.01 |
| HSL | 293.38º | 0.97% | 0.69% | - |
| HSV(B) | 293.38º | 0.61% | 0.99% | - |
| XYZ | 56.78 | 33.85 | 96.47 | - |
| YUV | 157.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 253 | 0.07 | 0.61 | 0 | 0.01 | 293.38 | 0.97 | 0.69 |
| Hex | EC | 63 | FD | 7 | 3D | 0 | 1 | 125 | 61 | 45 |
| Octal | 354 | 143 | 375 | 7 | 75 | 0 | 1 | 445 | 141 | 105 |
| Binary | 11101100 | 1100011 | 11111101 | 111 | 111101 | 0 | 1 | 100100101 | 1100001 | 1000101 |
Color Harmonies of #EC63FD
Complementary color
Monochromatic Colors of #EC63FD
Black with #EC63FD
Text Example
Text Example
White with #EC63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63FD; }
p { color: rgb(236,99,253); }
H1.HeaderClassName
{
color: #EC63FD;
}
.AnyTagClassName
{
color: #EC63FD;
}
</style>
background-color css
<style>
a { background-color: #EC63FD; }
a { background-color: rgb(236,99,253); }
div.DivClassName
{
background-color: #EC63FD;
}
.BgClassName
{
background-color: #EC63FD;
}
</style>
border-color css
<style>
span { border-color: #EC63FD; }
span { border-color: rgb(236,99,253); }
td.TdClassName
{
border-color: #EC63FD;
}
.TagClassName
{
border-color: #EC63FD;
}
</style>