Shades of Pink Flamingo #EC3DFD
Tints of Pink Flamingo #EC3DFD
RGB
CMYK
RGB Variations
Color information
#EC3DFD (or 0xEC3DFD) is known color: Pink Flamingo. HEX triplet: EC, 3D and FD. RGB value is (236,61,253). Sum of RGB (Red+Green+Blue) = 236+61+253=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 61 (24.22% from 255 or 11.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC3DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DFD is #13C202. Grayscale: #868686. Windows color (decimal): -1294851 or 16596460. OLE color: 16596460.
HSL color Cylindrical-coordinate representation of color #EC3DFD: hue angle of 294.69º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3DFD is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 61 | 253 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.01 |
| HSL | 294.69º | 0.98% | 0.62% | - |
| HSV(B) | 294.69º | 0.76% | 0.99% | - |
| XYZ | 53.99 | 28.26 | 95.54 | - |
| YUV | 135.21 | 194.48 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 253 | 0.07 | 0.76 | 0 | 0.01 | 294.69 | 0.98 | 0.62 |
| Hex | EC | 3D | FD | 7 | 4C | 0 | 1 | 127 | 62 | 3E |
| Octal | 354 | 75 | 375 | 7 | 114 | 0 | 1 | 447 | 142 | 76 |
| Binary | 11101100 | 111101 | 11111101 | 111 | 1001100 | 0 | 1 | 100100111 | 1100010 | 111110 |
Color Harmonies of #EC3DFD
Complementary color
Monochromatic Colors of #EC3DFD
Black with #EC3DFD
Text Example
Text Example
White with #EC3DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DFD; }
p { color: rgb(236,61,253); }
H1.HeaderClassName
{
color: #EC3DFD;
}
.AnyTagClassName
{
color: #EC3DFD;
}
</style>
background-color css
<style>
a { background-color: #EC3DFD; }
a { background-color: rgb(236,61,253); }
div.DivClassName
{
background-color: #EC3DFD;
}
.BgClassName
{
background-color: #EC3DFD;
}
</style>
border-color css
<style>
span { border-color: #EC3DFD; }
span { border-color: rgb(236,61,253); }
td.TdClassName
{
border-color: #EC3DFD;
}
.TagClassName
{
border-color: #EC3DFD;
}
</style>