Shades of Pink Flamingo #EC40FA
Tints of Pink Flamingo #EC40FA
RGB
CMYK
RGB Variations
Color information
#EC40FA (or 0xEC40FA) is known color: Pink Flamingo. HEX triplet: EC, 40 and FA. RGB value is (236,64,250). Sum of RGB (Red+Green+Blue) = 236+64+250=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 64 (25.39% from 255 or 11.64% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC40FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FA is #13BF05. Grayscale: #888888. Windows color (decimal): -1294086 or 16400620. OLE color: 16400620.
HSL color Cylindrical-coordinate representation of color #EC40FA: hue angle of 295.48º 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 #EC40FA is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 64 | 250 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.02 |
| HSL | 295.48º | 0.95% | 0.62% | - |
| HSV(B) | 295.48º | 0.74% | 0.98% | - |
| XYZ | 53.68 | 28.4 | 93.1 | - |
| YUV | 136.63 | 191.98 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 250 | 0.06 | 0.74 | 0 | 0.02 | 295.48 | 0.95 | 0.62 |
| Hex | EC | 40 | FA | 6 | 4A | 0 | 2 | 127 | 5F | 3E |
| Octal | 354 | 100 | 372 | 6 | 112 | 0 | 2 | 447 | 137 | 76 |
| Binary | 11101100 | 1000000 | 11111010 | 110 | 1001010 | 0 | 10 | 100100111 | 1011111 | 111110 |
Color Harmonies of #EC40FA
Complementary color
Monochromatic Colors of #EC40FA
Black with #EC40FA
Text Example
Text Example
White with #EC40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40FA; }
p { color: rgb(236,64,250); }
H1.HeaderClassName
{
color: #EC40FA;
}
.AnyTagClassName
{
color: #EC40FA;
}
</style>
background-color css
<style>
a { background-color: #EC40FA; }
a { background-color: rgb(236,64,250); }
div.DivClassName
{
background-color: #EC40FA;
}
.BgClassName
{
background-color: #EC40FA;
}
</style>
border-color css
<style>
span { border-color: #EC40FA; }
span { border-color: rgb(236,64,250); }
td.TdClassName
{
border-color: #EC40FA;
}
.TagClassName
{
border-color: #EC40FA;
}
</style>