Shades of Pink Flamingo #EC3AFC
Tints of Pink Flamingo #EC3AFC
RGB
CMYK
RGB Variations
Color information
#EC3AFC (or 0xEC3AFC) is known color: Pink Flamingo. HEX triplet: EC, 3A and FC. RGB value is (236,58,252). Sum of RGB (Red+Green+Blue) = 236+58+252=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 58 (23.05% from 255 or 10.62% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC3AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3AFC is #13C503. Grayscale: #848484. Windows color (decimal): -1295620 or 16530156. OLE color: 16530156.
HSL color Cylindrical-coordinate representation of color #EC3AFC: hue angle of 295.05º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3AFC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 58 | 252 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.01 |
| HSL | 295.05º | 0.97% | 0.61% | - |
| HSV(B) | 295.05º | 0.77% | 0.99% | - |
| XYZ | 53.68 | 27.89 | 94.65 | - |
| YUV | 133.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 252 | 0.06 | 0.77 | 0 | 0.01 | 295.05 | 0.97 | 0.61 |
| Hex | EC | 3A | FC | 6 | 4D | 0 | 1 | 127 | 61 | 3D |
| Octal | 354 | 72 | 374 | 6 | 115 | 0 | 1 | 447 | 141 | 75 |
| Binary | 11101100 | 111010 | 11111100 | 110 | 1001101 | 0 | 1 | 100100111 | 1100001 | 111101 |
Color Harmonies of #EC3AFC
Complementary color
Monochromatic Colors of #EC3AFC
Black with #EC3AFC
Text Example
Text Example
White with #EC3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3AFC; }
p { color: rgb(236,58,252); }
H1.HeaderClassName
{
color: #EC3AFC;
}
.AnyTagClassName
{
color: #EC3AFC;
}
</style>
background-color css
<style>
a { background-color: #EC3AFC; }
a { background-color: rgb(236,58,252); }
div.DivClassName
{
background-color: #EC3AFC;
}
.BgClassName
{
background-color: #EC3AFC;
}
</style>
border-color css
<style>
span { border-color: #EC3AFC; }
span { border-color: rgb(236,58,252); }
td.TdClassName
{
border-color: #EC3AFC;
}
.TagClassName
{
border-color: #EC3AFC;
}
</style>