Shades of Pink Flamingo #E54DFB
Tints of Pink Flamingo #E54DFB
RGB
CMYK
RGB Variations
Color information
#E54DFB (or 0xE54DFB) is known color: Pink Flamingo. HEX triplet: E5, 4D and FB. RGB value is (229,77,251). Sum of RGB (Red+Green+Blue) = 229+77+251=557 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.11% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #E54DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54DFB is #1AB204. Grayscale: #8D8D8D. Windows color (decimal): -1749509 or 16469477. OLE color: 16469477.
HSL color Cylindrical-coordinate representation of color #E54DFB: hue angle of 292.41º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54DFB is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 77 | 251 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.02 |
| HSL | 292.41º | 0.96% | 0.64% | - |
| HSV(B) | 292.41º | 0.69% | 0.98% | - |
| XYZ | 52.38 | 28.93 | 94.09 | - |
| YUV | 142.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 251 | 0.09 | 0.69 | 0 | 0.02 | 292.41 | 0.96 | 0.64 |
| Hex | E5 | 4D | FB | 9 | 45 | 0 | 2 | 124 | 60 | 40 |
| Octal | 345 | 115 | 373 | 11 | 105 | 0 | 2 | 444 | 140 | 100 |
| Binary | 11100101 | 1001101 | 11111011 | 1001 | 1000101 | 0 | 10 | 100100100 | 1100000 | 1000000 |
Color Harmonies of #E54DFB
Complementary color
Monochromatic Colors of #E54DFB
Black with #E54DFB
Text Example
Text Example
White with #E54DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DFB; }
p { color: rgb(229,77,251); }
H1.HeaderClassName
{
color: #E54DFB;
}
.AnyTagClassName
{
color: #E54DFB;
}
</style>
background-color css
<style>
a { background-color: #E54DFB; }
a { background-color: rgb(229,77,251); }
div.DivClassName
{
background-color: #E54DFB;
}
.BgClassName
{
background-color: #E54DFB;
}
</style>
border-color css
<style>
span { border-color: #E54DFB; }
span { border-color: rgb(229,77,251); }
td.TdClassName
{
border-color: #E54DFB;
}
.TagClassName
{
border-color: #E54DFB;
}
</style>