Shades of Pink Flamingo #EC41FA
Tints of Pink Flamingo #EC41FA
RGB
CMYK
RGB Variations
Color information
#EC41FA (or 0xEC41FA) is known color: Pink Flamingo. HEX triplet: EC, 41 and FA. RGB value is (236,65,250). Sum of RGB (Red+Green+Blue) = 236+65+250=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 65 (25.78% from 255 or 11.80% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC41FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41FA is #13BE05. Grayscale: #888888. Windows color (decimal): -1293830 or 16400876. OLE color: 16400876.
HSL color Cylindrical-coordinate representation of color #EC41FA: hue angle of 295.46º degrees, saturation: 0.95, 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 #EC41FA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 65 | 250 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.02 |
| HSL | 295.46º | 0.95% | 0.62% | - |
| HSV(B) | 295.46º | 0.74% | 0.98% | - |
| XYZ | 53.74 | 28.52 | 93.11 | - |
| YUV | 137.22 | 191.65 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 250 | 0.06 | 0.74 | 0 | 0.02 | 295.46 | 0.95 | 0.62 |
| Hex | EC | 41 | FA | 6 | 4A | 0 | 2 | 127 | 5F | 3E |
| Octal | 354 | 101 | 372 | 6 | 112 | 0 | 2 | 447 | 137 | 76 |
| Binary | 11101100 | 1000001 | 11111010 | 110 | 1001010 | 0 | 10 | 100100111 | 1011111 | 111110 |
Color Harmonies of #EC41FA
Complementary color
Monochromatic Colors of #EC41FA
Black with #EC41FA
Text Example
Text Example
White with #EC41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41FA; }
p { color: rgb(236,65,250); }
H1.HeaderClassName
{
color: #EC41FA;
}
.AnyTagClassName
{
color: #EC41FA;
}
</style>
background-color css
<style>
a { background-color: #EC41FA; }
a { background-color: rgb(236,65,250); }
div.DivClassName
{
background-color: #EC41FA;
}
.BgClassName
{
background-color: #EC41FA;
}
</style>
border-color css
<style>
span { border-color: #EC41FA; }
span { border-color: rgb(236,65,250); }
td.TdClassName
{
border-color: #EC41FA;
}
.TagClassName
{
border-color: #EC41FA;
}
</style>