Shades of Pink Flamingo #EC3DFE
Tints of Pink Flamingo #EC3DFE
RGB
CMYK
RGB Variations
Color information
#EC3DFE (or 0xEC3DFE) is known color: Pink Flamingo. HEX triplet: EC, 3D and FE. RGB value is (236,61,254). Sum of RGB (Red+Green+Blue) = 236+61+254=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 61 (24.22% from 255 or 11.07% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC3DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DFE is #13C201. Grayscale: #868686. Windows color (decimal): -1294850 or 16661996. OLE color: 16661996.
HSL color Cylindrical-coordinate representation of color #EC3DFE: hue angle of 294.4º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC3DFE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 61 | 254 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.00 |
| HSL | 294.4º | 0.99% | 0.62% | - |
| HSV(B) | 294.4º | 0.76% | 1% | - |
| XYZ | 54.15 | 28.33 | 96.38 | - |
| YUV | 135.33 | 194.98 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 254 | 0.07 | 0.76 | 0 | 0.00 | 294.4 | 0.99 | 0.62 |
| Hex | EC | 3D | FE | 7 | 4C | 0 | 0 | 126 | 63 | 3E |
| Octal | 354 | 75 | 376 | 7 | 114 | 0 | 0 | 446 | 143 | 76 |
| Binary | 11101100 | 111101 | 11111110 | 111 | 1001100 | 0 | 0 | 100100110 | 1100011 | 111110 |
Color Harmonies of #EC3DFE
Complementary color
Monochromatic Colors of #EC3DFE
Black with #EC3DFE
Text Example
Text Example
White with #EC3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3DFE; }
p { color: rgb(236,61,254); }
H1.HeaderClassName
{
color: #EC3DFE;
}
.AnyTagClassName
{
color: #EC3DFE;
}
</style>
background-color css
<style>
a { background-color: #EC3DFE; }
a { background-color: rgb(236,61,254); }
div.DivClassName
{
background-color: #EC3DFE;
}
.BgClassName
{
background-color: #EC3DFE;
}
</style>
border-color css
<style>
span { border-color: #EC3DFE; }
span { border-color: rgb(236,61,254); }
td.TdClassName
{
border-color: #EC3DFE;
}
.TagClassName
{
border-color: #EC3DFE;
}
</style>