Shades of Pink Flamingo #EC4FFF
Tints of Pink Flamingo #EC4FFF
RGB
CMYK
RGB Variations
Color information
#EC4FFF (or 0xEC4FFF) is known color: Pink Flamingo. HEX triplet: EC, 4F and FF. RGB value is (236,79,255). Sum of RGB (Red+Green+Blue) = 236+79+255=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 79 (31.25% from 255 or 13.86% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC4FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC4FFF is #13B000. Grayscale: #919191. Windows color (decimal): -1290241 or 16732140. OLE color: 16732140.
HSL color Cylindrical-coordinate representation of color #EC4FFF: hue angle of 293.52º 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 #EC4FFF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 79 | 255 | - |
| CMYK | 0.07 | 0.69 | 0 | 0 |
| HSL | 293.52º | 1% | 0.65% | - |
| HSV(B) | 293.52º | 0.69% | 1% | - |
| XYZ | 55.44 | 30.64 | 97.6 | - |
| YUV | 146.01 | 189.51 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 255 | 0.07 | 0.69 | 0 | 0 | 293.52 | 1 | 0.65 |
| Hex | EC | 4F | FF | 7 | 45 | 0 | 0 | 126 | 64 | 41 |
| Octal | 354 | 117 | 377 | 7 | 105 | 0 | 0 | 446 | 144 | 101 |
| Binary | 11101100 | 1001111 | 11111111 | 111 | 1000101 | 0 | 0 | 100100110 | 1100100 | 1000001 |
Color Harmonies of #EC4FFF
Complementary color
Monochromatic Colors of #EC4FFF
Black with #EC4FFF
Text Example
Text Example
White with #EC4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4FFF; }
p { color: rgb(236,79,255); }
H1.HeaderClassName
{
color: #EC4FFF;
}
.AnyTagClassName
{
color: #EC4FFF;
}
</style>
background-color css
<style>
a { background-color: #EC4FFF; }
a { background-color: rgb(236,79,255); }
div.DivClassName
{
background-color: #EC4FFF;
}
.BgClassName
{
background-color: #EC4FFF;
}
</style>
border-color css
<style>
span { border-color: #EC4FFF; }
span { border-color: rgb(236,79,255); }
td.TdClassName
{
border-color: #EC4FFF;
}
.TagClassName
{
border-color: #EC4FFF;
}
</style>