Shades of Pink Flamingo #EC4DFE
Tints of Pink Flamingo #EC4DFE
RGB
CMYK
RGB Variations
Color information
#EC4DFE (or 0xEC4DFE) is known color: Pink Flamingo. HEX triplet: EC, 4D and FE. RGB value is (236,77,254). Sum of RGB (Red+Green+Blue) = 236+77+254=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4DFE is #13B201. Grayscale: #909090. Windows color (decimal): -1290754 or 16666092. OLE color: 16666092.
HSL color Cylindrical-coordinate representation of color #EC4DFE: hue angle of 293.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4DFE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 77 | 254 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.00 |
| HSL | 293.9º | 0.99% | 0.65% | - |
| HSV(B) | 293.9º | 0.7% | 1% | - |
| XYZ | 55.14 | 30.3 | 96.71 | - |
| YUV | 144.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 254 | 0.07 | 0.70 | 0 | 0.00 | 293.9 | 0.99 | 0.65 |
| Hex | EC | 4D | FE | 7 | 46 | 0 | 0 | 126 | 63 | 41 |
| Octal | 354 | 115 | 376 | 7 | 106 | 0 | 0 | 446 | 143 | 101 |
| Binary | 11101100 | 1001101 | 11111110 | 111 | 1000110 | 0 | 0 | 100100110 | 1100011 | 1000001 |
Color Harmonies of #EC4DFE
Complementary color
Monochromatic Colors of #EC4DFE
Black with #EC4DFE
Text Example
Text Example
White with #EC4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4DFE; }
p { color: rgb(236,77,254); }
H1.HeaderClassName
{
color: #EC4DFE;
}
.AnyTagClassName
{
color: #EC4DFE;
}
</style>
background-color css
<style>
a { background-color: #EC4DFE; }
a { background-color: rgb(236,77,254); }
div.DivClassName
{
background-color: #EC4DFE;
}
.BgClassName
{
background-color: #EC4DFE;
}
</style>
border-color css
<style>
span { border-color: #EC4DFE; }
span { border-color: rgb(236,77,254); }
td.TdClassName
{
border-color: #EC4DFE;
}
.TagClassName
{
border-color: #EC4DFE;
}
</style>