Shades of Pink Flamingo #EC37FC
Tints of Pink Flamingo #EC37FC
RGB
CMYK
RGB Variations
Color information
#EC37FC (or 0xEC37FC) is known color: Pink Flamingo. HEX triplet: EC, 37 and FC. RGB value is (236,55,252). Sum of RGB (Red+Green+Blue) = 236+55+252=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 55 (21.88% from 255 or 10.13% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC37FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC37FC is #13C803. Grayscale: #828282. Windows color (decimal): -1296388 or 16529388. OLE color: 16529388.
HSL color Cylindrical-coordinate representation of color #EC37FC: hue angle of 295.13º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC37FC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 55 | 252 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.01 |
| HSL | 295.13º | 0.97% | 0.6% | - |
| HSV(B) | 295.13º | 0.78% | 0.99% | - |
| XYZ | 53.53 | 27.59 | 94.6 | - |
| YUV | 131.58 | 195.97 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 252 | 0.06 | 0.78 | 0 | 0.01 | 295.13 | 0.97 | 0.6 |
| Hex | EC | 37 | FC | 6 | 4E | 0 | 1 | 127 | 61 | 3C |
| Octal | 354 | 67 | 374 | 6 | 116 | 0 | 1 | 447 | 141 | 74 |
| Binary | 11101100 | 110111 | 11111100 | 110 | 1001110 | 0 | 1 | 100100111 | 1100001 | 111100 |
Color Harmonies of #EC37FC
Complementary color
Monochromatic Colors of #EC37FC
Black with #EC37FC
Text Example
Text Example
White with #EC37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC37FC; }
p { color: rgb(236,55,252); }
H1.HeaderClassName
{
color: #EC37FC;
}
.AnyTagClassName
{
color: #EC37FC;
}
</style>
background-color css
<style>
a { background-color: #EC37FC; }
a { background-color: rgb(236,55,252); }
div.DivClassName
{
background-color: #EC37FC;
}
.BgClassName
{
background-color: #EC37FC;
}
</style>
border-color css
<style>
span { border-color: #EC37FC; }
span { border-color: rgb(236,55,252); }
td.TdClassName
{
border-color: #EC37FC;
}
.TagClassName
{
border-color: #EC37FC;
}
</style>