Shades of Pink Flamingo #EC4BFD
Tints of Pink Flamingo #EC4BFD
RGB
CMYK
RGB Variations
Color information
#EC4BFD (or 0xEC4BFD) is known color: Pink Flamingo. HEX triplet: EC, 4B and FD. RGB value is (236,75,253). Sum of RGB (Red+Green+Blue) = 236+75+253=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 75 (29.69% from 255 or 13.30% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC4BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BFD is #13B402. Grayscale: #8E8E8E. Windows color (decimal): -1291267 or 16600044. OLE color: 16600044.
HSL color Cylindrical-coordinate representation of color #EC4BFD: hue angle of 294.27º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4BFD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 75 | 253 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.01 |
| HSL | 294.27º | 0.98% | 0.64% | - |
| HSV(B) | 294.27º | 0.7% | 0.99% | - |
| XYZ | 54.84 | 29.96 | 95.82 | - |
| YUV | 143.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 253 | 0.07 | 0.70 | 0 | 0.01 | 294.27 | 0.98 | 0.64 |
| Hex | EC | 4B | FD | 7 | 46 | 0 | 1 | 126 | 62 | 40 |
| Octal | 354 | 113 | 375 | 7 | 106 | 0 | 1 | 446 | 142 | 100 |
| Binary | 11101100 | 1001011 | 11111101 | 111 | 1000110 | 0 | 1 | 100100110 | 1100010 | 1000000 |
Color Harmonies of #EC4BFD
Complementary color
Monochromatic Colors of #EC4BFD
Black with #EC4BFD
Text Example
Text Example
White with #EC4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BFD; }
p { color: rgb(236,75,253); }
H1.HeaderClassName
{
color: #EC4BFD;
}
.AnyTagClassName
{
color: #EC4BFD;
}
</style>
background-color css
<style>
a { background-color: #EC4BFD; }
a { background-color: rgb(236,75,253); }
div.DivClassName
{
background-color: #EC4BFD;
}
.BgClassName
{
background-color: #EC4BFD;
}
</style>
border-color css
<style>
span { border-color: #EC4BFD; }
span { border-color: rgb(236,75,253); }
td.TdClassName
{
border-color: #EC4BFD;
}
.TagClassName
{
border-color: #EC4BFD;
}
</style>