Shades of Pink Flamingo #EC4AF8
Tints of Pink Flamingo #EC4AF8
RGB
CMYK
RGB Variations
Color information
#EC4AF8 (or 0xEC4AF8) is known color: Pink Flamingo. HEX triplet: EC, 4A and F8. RGB value is (236,74,248). Sum of RGB (Red+Green+Blue) = 236+74+248=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC4AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC4AF8 is #13B507. Grayscale: #8D8D8D. Windows color (decimal): -1291528 or 16272108. OLE color: 16272108.
HSL color Cylindrical-coordinate representation of color #EC4AF8: hue angle of 295.86º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4AF8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 74 | 248 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.03 |
| HSL | 295.86º | 0.93% | 0.63% | - |
| HSV(B) | 295.86º | 0.7% | 0.97% | - |
| XYZ | 53.98 | 29.51 | 91.66 | - |
| YUV | 142.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 248 | 0.05 | 0.70 | 0 | 0.03 | 295.86 | 0.93 | 0.63 |
| Hex | EC | 4A | F8 | 5 | 46 | 0 | 3 | 128 | 5D | 3F |
| Octal | 354 | 112 | 370 | 5 | 106 | 0 | 3 | 450 | 135 | 77 |
| Binary | 11101100 | 1001010 | 11111000 | 101 | 1000110 | 0 | 11 | 100101000 | 1011101 | 111111 |
Color Harmonies of #EC4AF8
Complementary color
Monochromatic Colors of #EC4AF8
Black with #EC4AF8
Text Example
Text Example
White with #EC4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4AF8; }
p { color: rgb(236,74,248); }
H1.HeaderClassName
{
color: #EC4AF8;
}
.AnyTagClassName
{
color: #EC4AF8;
}
</style>
background-color css
<style>
a { background-color: #EC4AF8; }
a { background-color: rgb(236,74,248); }
div.DivClassName
{
background-color: #EC4AF8;
}
.BgClassName
{
background-color: #EC4AF8;
}
</style>
border-color css
<style>
span { border-color: #EC4AF8; }
span { border-color: rgb(236,74,248); }
td.TdClassName
{
border-color: #EC4AF8;
}
.TagClassName
{
border-color: #EC4AF8;
}
</style>