Shades of Pink Flamingo #EC41FB
Tints of Pink Flamingo #EC41FB
RGB
CMYK
RGB Variations
Color information
#EC41FB (or 0xEC41FB) is known color: Pink Flamingo. HEX triplet: EC, 41 and FB. RGB value is (236,65,251). Sum of RGB (Red+Green+Blue) = 236+65+251=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 65 (25.78% from 255 or 11.78% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC41FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41FB is #13BE04. Grayscale: #888888. Windows color (decimal): -1293829 or 16466412. OLE color: 16466412.
HSL color Cylindrical-coordinate representation of color #EC41FB: hue angle of 295.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC41FB is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 65 | 251 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.02 |
| HSL | 295.16º | 0.96% | 0.62% | - |
| HSV(B) | 295.16º | 0.74% | 0.98% | - |
| XYZ | 53.89 | 28.58 | 93.94 | - |
| YUV | 137.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 251 | 0.06 | 0.74 | 0 | 0.02 | 295.16 | 0.96 | 0.62 |
| Hex | EC | 41 | FB | 6 | 4A | 0 | 2 | 127 | 60 | 3E |
| Octal | 354 | 101 | 373 | 6 | 112 | 0 | 2 | 447 | 140 | 76 |
| Binary | 11101100 | 1000001 | 11111011 | 110 | 1001010 | 0 | 10 | 100100111 | 1100000 | 111110 |
Color Harmonies of #EC41FB
Complementary color
Monochromatic Colors of #EC41FB
Black with #EC41FB
Text Example
Text Example
White with #EC41FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41FB; }
p { color: rgb(236,65,251); }
H1.HeaderClassName
{
color: #EC41FB;
}
.AnyTagClassName
{
color: #EC41FB;
}
</style>
background-color css
<style>
a { background-color: #EC41FB; }
a { background-color: rgb(236,65,251); }
div.DivClassName
{
background-color: #EC41FB;
}
.BgClassName
{
background-color: #EC41FB;
}
</style>
border-color css
<style>
span { border-color: #EC41FB; }
span { border-color: rgb(236,65,251); }
td.TdClassName
{
border-color: #EC41FB;
}
.TagClassName
{
border-color: #EC41FB;
}
</style>