Shades of Pink Flamingo #EC4BF4
Tints of Pink Flamingo #EC4BF4
RGB
CMYK
RGB Variations
Color information
#EC4BF4 (or 0xEC4BF4) is known color: Pink Flamingo. HEX triplet: EC, 4B and F4. RGB value is (236,75,244). Sum of RGB (Red+Green+Blue) = 236+75+244=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 75 (29.69% from 255 or 13.51% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC4BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BF4 is #13B40B. Grayscale: #8D8D8D. Windows color (decimal): -1291276 or 16010220. OLE color: 16010220.
HSL color Cylindrical-coordinate representation of color #EC4BF4: hue angle of 297.16º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4BF4 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 75 | 244 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.04 |
| HSL | 297.16º | 0.88% | 0.63% | - |
| HSV(B) | 297.16º | 0.69% | 0.96% | - |
| XYZ | 53.44 | 29.4 | 88.45 | - |
| YUV | 142.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 244 | 0.03 | 0.69 | 0 | 0.04 | 297.16 | 0.88 | 0.63 |
| Hex | EC | 4B | F4 | 3 | 45 | 0 | 4 | 129 | 58 | 3F |
| Octal | 354 | 113 | 364 | 3 | 105 | 0 | 4 | 451 | 130 | 77 |
| Binary | 11101100 | 1001011 | 11110100 | 11 | 1000101 | 0 | 100 | 100101001 | 1011000 | 111111 |
Color Harmonies of #EC4BF4
Complementary color
Monochromatic Colors of #EC4BF4
Black with #EC4BF4
Text Example
Text Example
White with #EC4BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BF4; }
p { color: rgb(236,75,244); }
H1.HeaderClassName
{
color: #EC4BF4;
}
.AnyTagClassName
{
color: #EC4BF4;
}
</style>
background-color css
<style>
a { background-color: #EC4BF4; }
a { background-color: rgb(236,75,244); }
div.DivClassName
{
background-color: #EC4BF4;
}
.BgClassName
{
background-color: #EC4BF4;
}
</style>
border-color css
<style>
span { border-color: #EC4BF4; }
span { border-color: rgb(236,75,244); }
td.TdClassName
{
border-color: #EC4BF4;
}
.TagClassName
{
border-color: #EC4BF4;
}
</style>