Shades of Pink Flamingo #E54CFC
Tints of Pink Flamingo #E54CFC
RGB
CMYK
RGB Variations
Color information
#E54CFC (or 0xE54CFC) is known color: Pink Flamingo. HEX triplet: E5, 4C and FC. RGB value is (229,76,252). Sum of RGB (Red+Green+Blue) = 229+76+252=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #E54CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54CFC is #1AB303. Grayscale: #8D8D8D. Windows color (decimal): -1749764 or 16534757. OLE color: 16534757.
HSL color Cylindrical-coordinate representation of color #E54CFC: hue angle of 292.16º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54CFC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 76 | 252 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.01 |
| HSL | 292.16º | 0.97% | 0.64% | - |
| HSV(B) | 292.16º | 0.7% | 0.99% | - |
| XYZ | 52.47 | 28.86 | 94.9 | - |
| YUV | 141.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 252 | 0.09 | 0.70 | 0 | 0.01 | 292.16 | 0.97 | 0.64 |
| Hex | E5 | 4C | FC | 9 | 46 | 0 | 1 | 124 | 61 | 40 |
| Octal | 345 | 114 | 374 | 11 | 106 | 0 | 1 | 444 | 141 | 100 |
| Binary | 11100101 | 1001100 | 11111100 | 1001 | 1000110 | 0 | 1 | 100100100 | 1100001 | 1000000 |
Color Harmonies of #E54CFC
Complementary color
Monochromatic Colors of #E54CFC
Black with #E54CFC
Text Example
Text Example
White with #E54CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CFC; }
p { color: rgb(229,76,252); }
H1.HeaderClassName
{
color: #E54CFC;
}
.AnyTagClassName
{
color: #E54CFC;
}
</style>
background-color css
<style>
a { background-color: #E54CFC; }
a { background-color: rgb(229,76,252); }
div.DivClassName
{
background-color: #E54CFC;
}
.BgClassName
{
background-color: #E54CFC;
}
</style>
border-color css
<style>
span { border-color: #E54CFC; }
span { border-color: rgb(229,76,252); }
td.TdClassName
{
border-color: #E54CFC;
}
.TagClassName
{
border-color: #E54CFC;
}
</style>