Shades of Pink Flamingo #EC3AFF
Tints of Pink Flamingo #EC3AFF
RGB
CMYK
RGB Variations
Color information
#EC3AFF (or 0xEC3AFF) is known color: Pink Flamingo. HEX triplet: EC, 3A and FF. RGB value is (236,58,255). Sum of RGB (Red+Green+Blue) = 236+58+255=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 58 (23.05% from 255 or 10.56% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC3AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3AFF is #13C500. Grayscale: #858585. Windows color (decimal): -1295617 or 16726764. OLE color: 16726764.
HSL color Cylindrical-coordinate representation of color #EC3AFF: hue angle of 294.21º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3AFF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 58 | 255 | - |
| CMYK | 0.07 | 0.77 | 0 | 0 |
| HSL | 294.21º | 1% | 0.61% | - |
| HSV(B) | 294.21º | 0.77% | 1% | - |
| XYZ | 54.16 | 28.08 | 97.17 | - |
| YUV | 133.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 255 | 0.07 | 0.77 | 0 | 0 | 294.21 | 1 | 0.61 |
| Hex | EC | 3A | FF | 7 | 4D | 0 | 0 | 126 | 64 | 3D |
| Octal | 354 | 72 | 377 | 7 | 115 | 0 | 0 | 446 | 144 | 75 |
| Binary | 11101100 | 111010 | 11111111 | 111 | 1001101 | 0 | 0 | 100100110 | 1100100 | 111101 |
Color Harmonies of #EC3AFF
Complementary color
Monochromatic Colors of #EC3AFF
Black with #EC3AFF
Text Example
Text Example
White with #EC3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3AFF; }
p { color: rgb(236,58,255); }
H1.HeaderClassName
{
color: #EC3AFF;
}
.AnyTagClassName
{
color: #EC3AFF;
}
</style>
background-color css
<style>
a { background-color: #EC3AFF; }
a { background-color: rgb(236,58,255); }
div.DivClassName
{
background-color: #EC3AFF;
}
.BgClassName
{
background-color: #EC3AFF;
}
</style>
border-color css
<style>
span { border-color: #EC3AFF; }
span { border-color: rgb(236,58,255); }
td.TdClassName
{
border-color: #EC3AFF;
}
.TagClassName
{
border-color: #EC3AFF;
}
</style>