Shades of Pink Flamingo #E54FFF
Tints of Pink Flamingo #E54FFF
RGB
CMYK
RGB Variations
Color information
#E54FFF (or 0xE54FFF) is known color: Pink Flamingo. HEX triplet: E5, 4F and FF. RGB value is (229,79,255). Sum of RGB (Red+Green+Blue) = 229+79+255=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 79 (31.25% from 255 or 14.03% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #E54FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54FFF is #1AB000. Grayscale: #8F8F8F. Windows color (decimal): -1748993 or 16732133. OLE color: 16732133.
HSL color Cylindrical-coordinate representation of color #E54FFF: hue angle of 291.14º 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 #E54FFF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 79 | 255 | - |
| CMYK | 0.10 | 0.69 | 0 | 0 |
| HSL | 291.14º | 1% | 0.65% | - |
| HSV(B) | 291.14º | 0.69% | 1% | - |
| XYZ | 53.16 | 29.47 | 97.49 | - |
| YUV | 143.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 255 | 0.10 | 0.69 | 0 | 0 | 291.14 | 1 | 0.65 |
| Hex | E5 | 4F | FF | A | 45 | 0 | 0 | 123 | 64 | 41 |
| Octal | 345 | 117 | 377 | 12 | 105 | 0 | 0 | 443 | 144 | 101 |
| Binary | 11100101 | 1001111 | 11111111 | 1010 | 1000101 | 0 | 0 | 100100011 | 1100100 | 1000001 |
Color Harmonies of #E54FFF
Complementary color
Monochromatic Colors of #E54FFF
Black with #E54FFF
Text Example
Text Example
White with #E54FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FFF; }
p { color: rgb(229,79,255); }
H1.HeaderClassName
{
color: #E54FFF;
}
.AnyTagClassName
{
color: #E54FFF;
}
</style>
background-color css
<style>
a { background-color: #E54FFF; }
a { background-color: rgb(229,79,255); }
div.DivClassName
{
background-color: #E54FFF;
}
.BgClassName
{
background-color: #E54FFF;
}
</style>
border-color css
<style>
span { border-color: #E54FFF; }
span { border-color: rgb(229,79,255); }
td.TdClassName
{
border-color: #E54FFF;
}
.TagClassName
{
border-color: #E54FFF;
}
</style>