Shades of Pink Flamingo #EC40FE
Tints of Pink Flamingo #EC40FE
RGB
CMYK
RGB Variations
Color information
#EC40FE (or 0xEC40FE) is known color: Pink Flamingo. HEX triplet: EC, 40 and FE. RGB value is (236,64,254). Sum of RGB (Red+Green+Blue) = 236+64+254=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 64 (25.39% from 255 or 11.55% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC40FE is #13BF01. Grayscale: #888888. Windows color (decimal): -1294082 or 16662764. OLE color: 16662764.
HSL color Cylindrical-coordinate representation of color #EC40FE: hue angle of 294.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC40FE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 64 | 254 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.00 |
| HSL | 294.32º | 0.99% | 0.62% | - |
| HSV(B) | 294.32º | 0.75% | 1% | - |
| XYZ | 54.31 | 28.66 | 96.43 | - |
| YUV | 137.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 254 | 0.07 | 0.75 | 0 | 0.00 | 294.32 | 0.99 | 0.62 |
| Hex | EC | 40 | FE | 7 | 4B | 0 | 0 | 126 | 63 | 3E |
| Octal | 354 | 100 | 376 | 7 | 113 | 0 | 0 | 446 | 143 | 76 |
| Binary | 11101100 | 1000000 | 11111110 | 111 | 1001011 | 0 | 0 | 100100110 | 1100011 | 111110 |
Color Harmonies of #EC40FE
Complementary color
Monochromatic Colors of #EC40FE
Black with #EC40FE
Text Example
Text Example
White with #EC40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40FE; }
p { color: rgb(236,64,254); }
H1.HeaderClassName
{
color: #EC40FE;
}
.AnyTagClassName
{
color: #EC40FE;
}
</style>
background-color css
<style>
a { background-color: #EC40FE; }
a { background-color: rgb(236,64,254); }
div.DivClassName
{
background-color: #EC40FE;
}
.BgClassName
{
background-color: #EC40FE;
}
</style>
border-color css
<style>
span { border-color: #EC40FE; }
span { border-color: rgb(236,64,254); }
td.TdClassName
{
border-color: #EC40FE;
}
.TagClassName
{
border-color: #EC40FE;
}
</style>