Shades of Pink Flamingo #FF4EEC
Tints of Pink Flamingo #FF4EEC
RGB
CMYK
RGB Variations
Color information
#FF4EEC (or 0xFF4EEC) is known color: Pink Flamingo. HEX triplet: FF, 4E and EC. RGB value is (255,78,236). Sum of RGB (Red+Green+Blue) = 255+78+236=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 78 (30.86% from 255 or 13.71% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4EEC is #00B113. Grayscale: #949494. Windows color (decimal): -45332 or 15486719. OLE color: 15486719.
HSL color Cylindrical-coordinate representation of color #FF4EEC: hue angle of 306.44º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4EEC is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 236 | - |
| CMYK | 0 | 0.69 | 0.07 | 0 |
| HSL | 306.44º | 1% | 0.65% | - |
| HSV(B) | 306.44º | 0.69% | 1% | - |
| XYZ | 59.1 | 32.76 | 82.57 | - |
| YUV | 148.94 | 177.14 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 236 | 0 | 0.69 | 0.07 | 0 | 306.44 | 1 | 0.65 |
| Hex | FF | 4E | EC | 0 | 45 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 116 | 354 | 0 | 105 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11101100 | 0 | 1000101 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4EEC
Complementary color
Monochromatic Colors of #FF4EEC
Black with #FF4EEC
Text Example
Text Example
White with #FF4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EEC; }
p { color: rgb(255,78,236); }
H1.HeaderClassName
{
color: #FF4EEC;
}
.AnyTagClassName
{
color: #FF4EEC;
}
</style>
background-color css
<style>
a { background-color: #FF4EEC; }
a { background-color: rgb(255,78,236); }
div.DivClassName
{
background-color: #FF4EEC;
}
.BgClassName
{
background-color: #FF4EEC;
}
</style>
border-color css
<style>
span { border-color: #FF4EEC; }
span { border-color: rgb(255,78,236); }
td.TdClassName
{
border-color: #FF4EEC;
}
.TagClassName
{
border-color: #FF4EEC;
}
</style>