Shades of Pink Flamingo #EC4EFF
Tints of Pink Flamingo #EC4EFF
RGB
CMYK
RGB Variations
Color information
#EC4EFF (or 0xEC4EFF) is known color: Pink Flamingo. HEX triplet: EC, 4E and FF. RGB value is (236,78,255). Sum of RGB (Red+Green+Blue) = 236+78+255=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 78 (30.86% from 255 or 13.71% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4EFF is #13B100. Grayscale: #909090. Windows color (decimal): -1290497 or 16731884. OLE color: 16731884.
HSL color Cylindrical-coordinate representation of color #EC4EFF: hue angle of 293.56º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4EFF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 78 | 255 | - |
| CMYK | 0.07 | 0.69 | 0 | 0 |
| HSL | 293.56º | 1% | 0.65% | - |
| HSV(B) | 293.56º | 0.69% | 1% | - |
| XYZ | 55.37 | 30.5 | 97.58 | - |
| YUV | 145.42 | 189.85 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 78 | 255 | 0.07 | 0.69 | 0 | 0 | 293.56 | 1 | 0.65 |
| Hex | EC | 4E | FF | 7 | 45 | 0 | 0 | 126 | 64 | 41 |
| Octal | 354 | 116 | 377 | 7 | 105 | 0 | 0 | 446 | 144 | 101 |
| Binary | 11101100 | 1001110 | 11111111 | 111 | 1000101 | 0 | 0 | 100100110 | 1100100 | 1000001 |
Color Harmonies of #EC4EFF
Complementary color
Monochromatic Colors of #EC4EFF
Black with #EC4EFF
Text Example
Text Example
White with #EC4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4EFF; }
p { color: rgb(236,78,255); }
H1.HeaderClassName
{
color: #EC4EFF;
}
.AnyTagClassName
{
color: #EC4EFF;
}
</style>
background-color css
<style>
a { background-color: #EC4EFF; }
a { background-color: rgb(236,78,255); }
div.DivClassName
{
background-color: #EC4EFF;
}
.BgClassName
{
background-color: #EC4EFF;
}
</style>
border-color css
<style>
span { border-color: #EC4EFF; }
span { border-color: rgb(236,78,255); }
td.TdClassName
{
border-color: #EC4EFF;
}
.TagClassName
{
border-color: #EC4EFF;
}
</style>