Shades of Pink Flamingo #EC46FB
Tints of Pink Flamingo #EC46FB
RGB
CMYK
RGB Variations
Color information
#EC46FB (or 0xEC46FB) is known color: Pink Flamingo. HEX triplet: EC, 46 and FB. RGB value is (236,70,251). Sum of RGB (Red+Green+Blue) = 236+70+251=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 70 (27.73% from 255 or 12.57% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC46FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC46FB is #13B904. Grayscale: #8B8B8B. Windows color (decimal): -1292549 or 16467692. OLE color: 16467692.
HSL color Cylindrical-coordinate representation of color #EC46FB: hue angle of 295.03º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC46FB is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 70 | 251 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.02 |
| HSL | 295.03º | 0.96% | 0.63% | - |
| HSV(B) | 295.03º | 0.72% | 0.98% | - |
| XYZ | 54.19 | 29.18 | 94.04 | - |
| YUV | 140.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 251 | 0.06 | 0.72 | 0 | 0.02 | 295.03 | 0.96 | 0.63 |
| Hex | EC | 46 | FB | 6 | 48 | 0 | 2 | 127 | 60 | 3F |
| Octal | 354 | 106 | 373 | 6 | 110 | 0 | 2 | 447 | 140 | 77 |
| Binary | 11101100 | 1000110 | 11111011 | 110 | 1001000 | 0 | 10 | 100100111 | 1100000 | 111111 |
Color Harmonies of #EC46FB
Complementary color
Monochromatic Colors of #EC46FB
Black with #EC46FB
Text Example
Text Example
White with #EC46FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46FB; }
p { color: rgb(236,70,251); }
H1.HeaderClassName
{
color: #EC46FB;
}
.AnyTagClassName
{
color: #EC46FB;
}
</style>
background-color css
<style>
a { background-color: #EC46FB; }
a { background-color: rgb(236,70,251); }
div.DivClassName
{
background-color: #EC46FB;
}
.BgClassName
{
background-color: #EC46FB;
}
</style>
border-color css
<style>
span { border-color: #EC46FB; }
span { border-color: rgb(236,70,251); }
td.TdClassName
{
border-color: #EC46FB;
}
.TagClassName
{
border-color: #EC46FB;
}
</style>