Shades of Pink Flamingo #EC3FFF
Tints of Pink Flamingo #EC3FFF
RGB
CMYK
RGB Variations
Color information
#EC3FFF (or 0xEC3FFF) is known color: Pink Flamingo. HEX triplet: EC, 3F and FF. RGB value is (236,63,255). Sum of RGB (Red+Green+Blue) = 236+63+255=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 63 (25% from 255 or 11.37% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3FFF is #13C000. Grayscale: #888888. Windows color (decimal): -1294337 or 16728044. OLE color: 16728044.
HSL color Cylindrical-coordinate representation of color #EC3FFF: hue angle of 294.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3FFF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 63 | 255 | - |
| CMYK | 0.07 | 0.75 | 0 | 0 |
| HSL | 294.06º | 1% | 0.62% | - |
| HSV(B) | 294.06º | 0.75% | 1% | - |
| XYZ | 54.42 | 28.61 | 97.26 | - |
| YUV | 136.62 | 194.81 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 255 | 0.07 | 0.75 | 0 | 0 | 294.06 | 1 | 0.62 |
| Hex | EC | 3F | FF | 7 | 4B | 0 | 0 | 126 | 64 | 3E |
| Octal | 354 | 77 | 377 | 7 | 113 | 0 | 0 | 446 | 144 | 76 |
| Binary | 11101100 | 111111 | 11111111 | 111 | 1001011 | 0 | 0 | 100100110 | 1100100 | 111110 |
Color Harmonies of #EC3FFF
Complementary color
Monochromatic Colors of #EC3FFF
Black with #EC3FFF
Text Example
Text Example
White with #EC3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FFF; }
p { color: rgb(236,63,255); }
H1.HeaderClassName
{
color: #EC3FFF;
}
.AnyTagClassName
{
color: #EC3FFF;
}
</style>
background-color css
<style>
a { background-color: #EC3FFF; }
a { background-color: rgb(236,63,255); }
div.DivClassName
{
background-color: #EC3FFF;
}
.BgClassName
{
background-color: #EC3FFF;
}
</style>
border-color css
<style>
span { border-color: #EC3FFF; }
span { border-color: rgb(236,63,255); }
td.TdClassName
{
border-color: #EC3FFF;
}
.TagClassName
{
border-color: #EC3FFF;
}
</style>