Shades of Pink Flamingo #EC41FF
Tints of Pink Flamingo #EC41FF
RGB
CMYK
RGB Variations
Color information
#EC41FF (or 0xEC41FF) is known color: Pink Flamingo. HEX triplet: EC, 41 and FF. RGB value is (236,65,255). Sum of RGB (Red+Green+Blue) = 236+65+255=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41FF is #13BE00. Grayscale: #898989. Windows color (decimal): -1293825 or 16728556. OLE color: 16728556.
HSL color Cylindrical-coordinate representation of color #EC41FF: hue angle of 294º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC41FF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 65 | 255 | - |
| CMYK | 0.07 | 0.75 | 0 | 0 |
| HSL | 294º | 1% | 0.63% | - |
| HSV(B) | 294º | 0.75% | 1% | - |
| XYZ | 54.53 | 28.83 | 97.3 | - |
| YUV | 137.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 255 | 0.07 | 0.75 | 0 | 0 | 294 | 1 | 0.63 |
| Hex | EC | 41 | FF | 7 | 4B | 0 | 0 | 126 | 64 | 3F |
| Octal | 354 | 101 | 377 | 7 | 113 | 0 | 0 | 446 | 144 | 77 |
| Binary | 11101100 | 1000001 | 11111111 | 111 | 1001011 | 0 | 0 | 100100110 | 1100100 | 111111 |
Color Harmonies of #EC41FF
Complementary color
Monochromatic Colors of #EC41FF
Black with #EC41FF
Text Example
Text Example
White with #EC41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41FF; }
p { color: rgb(236,65,255); }
H1.HeaderClassName
{
color: #EC41FF;
}
.AnyTagClassName
{
color: #EC41FF;
}
</style>
background-color css
<style>
a { background-color: #EC41FF; }
a { background-color: rgb(236,65,255); }
div.DivClassName
{
background-color: #EC41FF;
}
.BgClassName
{
background-color: #EC41FF;
}
</style>
border-color css
<style>
span { border-color: #EC41FF; }
span { border-color: rgb(236,65,255); }
td.TdClassName
{
border-color: #EC41FF;
}
.TagClassName
{
border-color: #EC41FF;
}
</style>