Shades of Pink Flamingo #EC4BFE
Tints of Pink Flamingo #EC4BFE
RGB
CMYK
RGB Variations
Color information
#EC4BFE (or 0xEC4BFE) is known color: Pink Flamingo. HEX triplet: EC, 4B and FE. RGB value is (236,75,254). Sum of RGB (Red+Green+Blue) = 236+75+254=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC4BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4BFE is #13B401. Grayscale: #8E8E8E. Windows color (decimal): -1291266 or 16665580. OLE color: 16665580.
HSL color Cylindrical-coordinate representation of color #EC4BFE: hue angle of 293.97º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4BFE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 75 | 254 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.00 |
| HSL | 293.97º | 0.99% | 0.65% | - |
| HSV(B) | 293.97º | 0.7% | 1% | - |
| XYZ | 55 | 30.02 | 96.66 | - |
| YUV | 143.55 | 190.34 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 254 | 0.07 | 0.70 | 0 | 0.00 | 293.97 | 0.99 | 0.65 |
| Hex | EC | 4B | FE | 7 | 46 | 0 | 0 | 126 | 63 | 41 |
| Octal | 354 | 113 | 376 | 7 | 106 | 0 | 0 | 446 | 143 | 101 |
| Binary | 11101100 | 1001011 | 11111110 | 111 | 1000110 | 0 | 0 | 100100110 | 1100011 | 1000001 |
Color Harmonies of #EC4BFE
Complementary color
Monochromatic Colors of #EC4BFE
Black with #EC4BFE
Text Example
Text Example
White with #EC4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4BFE; }
p { color: rgb(236,75,254); }
H1.HeaderClassName
{
color: #EC4BFE;
}
.AnyTagClassName
{
color: #EC4BFE;
}
</style>
background-color css
<style>
a { background-color: #EC4BFE; }
a { background-color: rgb(236,75,254); }
div.DivClassName
{
background-color: #EC4BFE;
}
.BgClassName
{
background-color: #EC4BFE;
}
</style>
border-color css
<style>
span { border-color: #EC4BFE; }
span { border-color: rgb(236,75,254); }
td.TdClassName
{
border-color: #EC4BFE;
}
.TagClassName
{
border-color: #EC4BFE;
}
</style>