Shades of Pink Flamingo #EC3EFC
Tints of Pink Flamingo #EC3EFC
RGB
CMYK
RGB Variations
Color information
#EC3EFC (or 0xEC3EFC) is known color: Pink Flamingo. HEX triplet: EC, 3E and FC. RGB value is (236,62,252). Sum of RGB (Red+Green+Blue) = 236+62+252=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 62 (24.61% from 255 or 11.27% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC3EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3EFC is #13C103. Grayscale: #878787. Windows color (decimal): -1294596 or 16531180. OLE color: 16531180.
HSL color Cylindrical-coordinate representation of color #EC3EFC: hue angle of 294.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3EFC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 62 | 252 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.01 |
| HSL | 294.95º | 0.97% | 0.62% | - |
| HSV(B) | 294.95º | 0.75% | 0.99% | - |
| XYZ | 53.89 | 28.31 | 94.72 | - |
| YUV | 135.69 | 193.65 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 252 | 0.06 | 0.75 | 0 | 0.01 | 294.95 | 0.97 | 0.62 |
| Hex | EC | 3E | FC | 6 | 4B | 0 | 1 | 127 | 61 | 3E |
| Octal | 354 | 76 | 374 | 6 | 113 | 0 | 1 | 447 | 141 | 76 |
| Binary | 11101100 | 111110 | 11111100 | 110 | 1001011 | 0 | 1 | 100100111 | 1100001 | 111110 |
Color Harmonies of #EC3EFC
Complementary color
Monochromatic Colors of #EC3EFC
Black with #EC3EFC
Text Example
Text Example
White with #EC3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EFC; }
p { color: rgb(236,62,252); }
H1.HeaderClassName
{
color: #EC3EFC;
}
.AnyTagClassName
{
color: #EC3EFC;
}
</style>
background-color css
<style>
a { background-color: #EC3EFC; }
a { background-color: rgb(236,62,252); }
div.DivClassName
{
background-color: #EC3EFC;
}
.BgClassName
{
background-color: #EC3EFC;
}
</style>
border-color css
<style>
span { border-color: #EC3EFC; }
span { border-color: rgb(236,62,252); }
td.TdClassName
{
border-color: #EC3EFC;
}
.TagClassName
{
border-color: #EC3EFC;
}
</style>