Shades of Pink Flamingo #EC3BFE
Tints of Pink Flamingo #EC3BFE
RGB
CMYK
RGB Variations
Color information
#EC3BFE (or 0xEC3BFE) is known color: Pink Flamingo. HEX triplet: EC, 3B and FE. RGB value is (236,59,254). Sum of RGB (Red+Green+Blue) = 236+59+254=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 59 (23.44% from 255 or 10.75% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC3BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3BFE is #13C401. Grayscale: #858585. Windows color (decimal): -1295362 or 16661484. OLE color: 16661484.
HSL color Cylindrical-coordinate representation of color #EC3BFE: hue angle of 294.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3BFE is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 59 | 254 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.00 |
| HSL | 294.46º | 0.99% | 0.61% | - |
| HSV(B) | 294.46º | 0.77% | 1% | - |
| XYZ | 54.05 | 28.12 | 96.34 | - |
| YUV | 134.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 59 | 254 | 0.07 | 0.77 | 0 | 0.00 | 294.46 | 0.99 | 0.61 |
| Hex | EC | 3B | FE | 7 | 4D | 0 | 0 | 126 | 63 | 3D |
| Octal | 354 | 73 | 376 | 7 | 115 | 0 | 0 | 446 | 143 | 75 |
| Binary | 11101100 | 111011 | 11111110 | 111 | 1001101 | 0 | 0 | 100100110 | 1100011 | 111101 |
Color Harmonies of #EC3BFE
Complementary color
Monochromatic Colors of #EC3BFE
Black with #EC3BFE
Text Example
Text Example
White with #EC3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3BFE; }
p { color: rgb(236,59,254); }
H1.HeaderClassName
{
color: #EC3BFE;
}
.AnyTagClassName
{
color: #EC3BFE;
}
</style>
background-color css
<style>
a { background-color: #EC3BFE; }
a { background-color: rgb(236,59,254); }
div.DivClassName
{
background-color: #EC3BFE;
}
.BgClassName
{
background-color: #EC3BFE;
}
</style>
border-color css
<style>
span { border-color: #EC3BFE; }
span { border-color: rgb(236,59,254); }
td.TdClassName
{
border-color: #EC3BFE;
}
.TagClassName
{
border-color: #EC3BFE;
}
</style>