Shades of Pink Flamingo #E54BFC
Tints of Pink Flamingo #E54BFC
RGB
CMYK
RGB Variations
Color information
#E54BFC (or 0xE54BFC) is known color: Pink Flamingo. HEX triplet: E5, 4B and FC. RGB value is (229,75,252). Sum of RGB (Red+Green+Blue) = 229+75+252=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 75 (29.69% from 255 or 13.49% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #E54BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54BFC is #1AB403. Grayscale: #8C8C8C. Windows color (decimal): -1750020 or 16534501. OLE color: 16534501.
HSL color Cylindrical-coordinate representation of color #E54BFC: hue angle of 292.2º 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 #E54BFC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 75 | 252 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.01 |
| HSL | 292.2º | 0.97% | 0.64% | - |
| HSV(B) | 292.2º | 0.7% | 0.99% | - |
| XYZ | 52.4 | 28.72 | 94.88 | - |
| YUV | 141.22 | 190.52 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 252 | 0.09 | 0.70 | 0 | 0.01 | 292.2 | 0.97 | 0.64 |
| Hex | E5 | 4B | FC | 9 | 46 | 0 | 1 | 124 | 61 | 40 |
| Octal | 345 | 113 | 374 | 11 | 106 | 0 | 1 | 444 | 141 | 100 |
| Binary | 11100101 | 1001011 | 11111100 | 1001 | 1000110 | 0 | 1 | 100100100 | 1100001 | 1000000 |
Color Harmonies of #E54BFC
Complementary color
Monochromatic Colors of #E54BFC
Black with #E54BFC
Text Example
Text Example
White with #E54BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54BFC; }
p { color: rgb(229,75,252); }
H1.HeaderClassName
{
color: #E54BFC;
}
.AnyTagClassName
{
color: #E54BFC;
}
</style>
background-color css
<style>
a { background-color: #E54BFC; }
a { background-color: rgb(229,75,252); }
div.DivClassName
{
background-color: #E54BFC;
}
.BgClassName
{
background-color: #E54BFC;
}
</style>
border-color css
<style>
span { border-color: #E54BFC; }
span { border-color: rgb(229,75,252); }
td.TdClassName
{
border-color: #E54BFC;
}
.TagClassName
{
border-color: #E54BFC;
}
</style>