Shades of Pink Flamingo #E54DFE
Tints of Pink Flamingo #E54DFE
RGB
CMYK
RGB Variations
Color information
#E54DFE (or 0xE54DFE) is known color: Pink Flamingo. HEX triplet: E5, 4D and FE. RGB value is (229,77,254). Sum of RGB (Red+Green+Blue) = 229+77+254=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 77 (30.47% from 255 or 13.75% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #E54DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54DFE is #1AB201. Grayscale: #8E8E8E. Windows color (decimal): -1749506 or 16666085. OLE color: 16666085.
HSL color Cylindrical-coordinate representation of color #E54DFE: hue angle of 291.53º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54DFE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 77 | 254 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.00 |
| HSL | 291.53º | 0.99% | 0.65% | - |
| HSV(B) | 291.53º | 0.7% | 1% | - |
| XYZ | 52.86 | 29.12 | 96.6 | - |
| YUV | 142.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 254 | 0.10 | 0.70 | 0 | 0.00 | 291.53 | 0.99 | 0.65 |
| Hex | E5 | 4D | FE | A | 46 | 0 | 0 | 124 | 63 | 41 |
| Octal | 345 | 115 | 376 | 12 | 106 | 0 | 0 | 444 | 143 | 101 |
| Binary | 11100101 | 1001101 | 11111110 | 1010 | 1000110 | 0 | 0 | 100100100 | 1100011 | 1000001 |
Color Harmonies of #E54DFE
Complementary color
Monochromatic Colors of #E54DFE
Black with #E54DFE
Text Example
Text Example
White with #E54DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DFE; }
p { color: rgb(229,77,254); }
H1.HeaderClassName
{
color: #E54DFE;
}
.AnyTagClassName
{
color: #E54DFE;
}
</style>
background-color css
<style>
a { background-color: #E54DFE; }
a { background-color: rgb(229,77,254); }
div.DivClassName
{
background-color: #E54DFE;
}
.BgClassName
{
background-color: #E54DFE;
}
</style>
border-color css
<style>
span { border-color: #E54DFE; }
span { border-color: rgb(229,77,254); }
td.TdClassName
{
border-color: #E54DFE;
}
.TagClassName
{
border-color: #E54DFE;
}
</style>