Shades of Pink Flamingo #EC4EFD
Tints of Pink Flamingo #EC4EFD
RGB
CMYK
RGB Variations
Color information
#EC4EFD (or 0xEC4EFD) is known color: Pink Flamingo. HEX triplet: EC, 4E and FD. RGB value is (236,78,253). Sum of RGB (Red+Green+Blue) = 236+78+253=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 78 (30.86% from 255 or 13.76% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC4EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EFD is #13B102. Grayscale: #909090. Windows color (decimal): -1290499 or 16600812. OLE color: 16600812.
HSL color Cylindrical-coordinate representation of color #EC4EFD: hue angle of 294.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4EFD is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 78 | 253 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.01 |
| HSL | 294.17º | 0.98% | 0.65% | - |
| HSV(B) | 294.17º | 0.69% | 0.99% | - |
| XYZ | 55.05 | 30.37 | 95.89 | - |
| YUV | 145.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 253 | 0.07 | 0.69 | 0 | 0.01 | 294.17 | 0.98 | 0.65 |
| Hex | EC | 4E | FD | 7 | 45 | 0 | 1 | 126 | 62 | 41 |
| Octal | 354 | 116 | 375 | 7 | 105 | 0 | 1 | 446 | 142 | 101 |
| Binary | 11101100 | 1001110 | 11111101 | 111 | 1000101 | 0 | 1 | 100100110 | 1100010 | 1000001 |
Color Harmonies of #EC4EFD
Complementary color
Monochromatic Colors of #EC4EFD
Black with #EC4EFD
Text Example
Text Example
White with #EC4EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EFD; }
p { color: rgb(236,78,253); }
H1.HeaderClassName
{
color: #EC4EFD;
}
.AnyTagClassName
{
color: #EC4EFD;
}
</style>
background-color css
<style>
a { background-color: #EC4EFD; }
a { background-color: rgb(236,78,253); }
div.DivClassName
{
background-color: #EC4EFD;
}
.BgClassName
{
background-color: #EC4EFD;
}
</style>
border-color css
<style>
span { border-color: #EC4EFD; }
span { border-color: rgb(236,78,253); }
td.TdClassName
{
border-color: #EC4EFD;
}
.TagClassName
{
border-color: #EC4EFD;
}
</style>