Shades of Pink Flamingo #EC4AFE
Tints of Pink Flamingo #EC4AFE
RGB
CMYK
RGB Variations
Color information
#EC4AFE (or 0xEC4AFE) is known color: Pink Flamingo. HEX triplet: EC, 4A and FE. RGB value is (236,74,254). Sum of RGB (Red+Green+Blue) = 236+74+254=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC4AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4AFE is #13B501. Grayscale: #8E8E8E. Windows color (decimal): -1291522 or 16665324. OLE color: 16665324.
HSL color Cylindrical-coordinate representation of color #EC4AFE: hue angle of 294º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4AFE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 74 | 254 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.00 |
| HSL | 294º | 0.99% | 0.64% | - |
| HSV(B) | 294º | 0.71% | 1% | - |
| XYZ | 54.93 | 29.89 | 96.64 | - |
| YUV | 142.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 254 | 0.07 | 0.71 | 0 | 0.00 | 294 | 0.99 | 0.64 |
| Hex | EC | 4A | FE | 7 | 47 | 0 | 0 | 126 | 63 | 40 |
| Octal | 354 | 112 | 376 | 7 | 107 | 0 | 0 | 446 | 143 | 100 |
| Binary | 11101100 | 1001010 | 11111110 | 111 | 1000111 | 0 | 0 | 100100110 | 1100011 | 1000000 |
Color Harmonies of #EC4AFE
Complementary color
Monochromatic Colors of #EC4AFE
Black with #EC4AFE
Text Example
Text Example
White with #EC4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AFE; }
p { color: rgb(236,74,254); }
H1.HeaderClassName
{
color: #EC4AFE;
}
.AnyTagClassName
{
color: #EC4AFE;
}
</style>
background-color css
<style>
a { background-color: #EC4AFE; }
a { background-color: rgb(236,74,254); }
div.DivClassName
{
background-color: #EC4AFE;
}
.BgClassName
{
background-color: #EC4AFE;
}
</style>
border-color css
<style>
span { border-color: #EC4AFE; }
span { border-color: rgb(236,74,254); }
td.TdClassName
{
border-color: #EC4AFE;
}
.TagClassName
{
border-color: #EC4AFE;
}
</style>