Shades of Pink Flamingo #EC4DFD
Tints of Pink Flamingo #EC4DFD
RGB
CMYK
RGB Variations
Color information
#EC4DFD (or 0xEC4DFD) is known color: Pink Flamingo. HEX triplet: EC, 4D and FD. RGB value is (236,77,253). Sum of RGB (Red+Green+Blue) = 236+77+253=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC4DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DFD is #13B202. Grayscale: #909090. Windows color (decimal): -1290755 or 16600556. OLE color: 16600556.
HSL color Cylindrical-coordinate representation of color #EC4DFD: hue angle of 294.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4DFD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 77 | 253 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.01 |
| HSL | 294.2º | 0.98% | 0.65% | - |
| HSV(B) | 294.2º | 0.7% | 0.99% | - |
| XYZ | 54.98 | 30.23 | 95.87 | - |
| YUV | 144.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 253 | 0.07 | 0.70 | 0 | 0.01 | 294.2 | 0.98 | 0.65 |
| Hex | EC | 4D | FD | 7 | 46 | 0 | 1 | 126 | 62 | 41 |
| Octal | 354 | 115 | 375 | 7 | 106 | 0 | 1 | 446 | 142 | 101 |
| Binary | 11101100 | 1001101 | 11111101 | 111 | 1000110 | 0 | 1 | 100100110 | 1100010 | 1000001 |
Color Harmonies of #EC4DFD
Complementary color
Monochromatic Colors of #EC4DFD
Black with #EC4DFD
Text Example
Text Example
White with #EC4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DFD; }
p { color: rgb(236,77,253); }
H1.HeaderClassName
{
color: #EC4DFD;
}
.AnyTagClassName
{
color: #EC4DFD;
}
</style>
background-color css
<style>
a { background-color: #EC4DFD; }
a { background-color: rgb(236,77,253); }
div.DivClassName
{
background-color: #EC4DFD;
}
.BgClassName
{
background-color: #EC4DFD;
}
</style>
border-color css
<style>
span { border-color: #EC4DFD; }
span { border-color: rgb(236,77,253); }
td.TdClassName
{
border-color: #EC4DFD;
}
.TagClassName
{
border-color: #EC4DFD;
}
</style>