Shades of Pink Flamingo #EC3BFD
Tints of Pink Flamingo #EC3BFD
RGB
CMYK
RGB Variations
Color information
#EC3BFD (or 0xEC3BFD) is known color: Pink Flamingo. HEX triplet: EC, 3B and FD. RGB value is (236,59,253). Sum of RGB (Red+Green+Blue) = 236+59+253=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 59 (23.44% from 255 or 10.77% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC3BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3BFD is #13C402. Grayscale: #858585. Windows color (decimal): -1295363 or 16595948. OLE color: 16595948.
HSL color Cylindrical-coordinate representation of color #EC3BFD: hue angle of 294.74º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3BFD is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 59 | 253 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.01 |
| HSL | 294.74º | 0.98% | 0.61% | - |
| HSV(B) | 294.74º | 0.77% | 0.99% | - |
| XYZ | 53.89 | 28.05 | 95.5 | - |
| YUV | 134.04 | 195.14 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 253 | 0.07 | 0.77 | 0 | 0.01 | 294.74 | 0.98 | 0.61 |
| Hex | EC | 3B | FD | 7 | 4D | 0 | 1 | 127 | 62 | 3D |
| Octal | 354 | 73 | 375 | 7 | 115 | 0 | 1 | 447 | 142 | 75 |
| Binary | 11101100 | 111011 | 11111101 | 111 | 1001101 | 0 | 1 | 100100111 | 1100010 | 111101 |
Color Harmonies of #EC3BFD
Complementary color
Monochromatic Colors of #EC3BFD
Black with #EC3BFD
Text Example
Text Example
White with #EC3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BFD; }
p { color: rgb(236,59,253); }
H1.HeaderClassName
{
color: #EC3BFD;
}
.AnyTagClassName
{
color: #EC3BFD;
}
</style>
background-color css
<style>
a { background-color: #EC3BFD; }
a { background-color: rgb(236,59,253); }
div.DivClassName
{
background-color: #EC3BFD;
}
.BgClassName
{
background-color: #EC3BFD;
}
</style>
border-color css
<style>
span { border-color: #EC3BFD; }
span { border-color: rgb(236,59,253); }
td.TdClassName
{
border-color: #EC3BFD;
}
.TagClassName
{
border-color: #EC3BFD;
}
</style>