Shades of Pink Flamingo #E54AFF
Tints of Pink Flamingo #E54AFF
RGB
CMYK
RGB Variations
Color information
#E54AFF (or 0xE54AFF) is known color: Pink Flamingo. HEX triplet: E5, 4A and FF. RGB value is (229,74,255). Sum of RGB (Red+Green+Blue) = 229+74+255=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #E54AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AFF is #1AB500. Grayscale: #8C8C8C. Windows color (decimal): -1750273 or 16730853. OLE color: 16730853.
HSL color Cylindrical-coordinate representation of color #E54AFF: hue angle of 291.38º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54AFF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 74 | 255 | - |
| CMYK | 0.10 | 0.71 | 0 | 0 |
| HSL | 291.38º | 1% | 0.65% | - |
| HSV(B) | 291.38º | 0.71% | 1% | - |
| XYZ | 52.81 | 28.78 | 97.38 | - |
| YUV | 140.98 | 192.35 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 255 | 0.10 | 0.71 | 0 | 0 | 291.38 | 1 | 0.65 |
| Hex | E5 | 4A | FF | A | 47 | 0 | 0 | 123 | 64 | 41 |
| Octal | 345 | 112 | 377 | 12 | 107 | 0 | 0 | 443 | 144 | 101 |
| Binary | 11100101 | 1001010 | 11111111 | 1010 | 1000111 | 0 | 0 | 100100011 | 1100100 | 1000001 |
Color Harmonies of #E54AFF
Complementary color
Monochromatic Colors of #E54AFF
Black with #E54AFF
Text Example
Text Example
White with #E54AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AFF; }
p { color: rgb(229,74,255); }
H1.HeaderClassName
{
color: #E54AFF;
}
.AnyTagClassName
{
color: #E54AFF;
}
</style>
background-color css
<style>
a { background-color: #E54AFF; }
a { background-color: rgb(229,74,255); }
div.DivClassName
{
background-color: #E54AFF;
}
.BgClassName
{
background-color: #E54AFF;
}
</style>
border-color css
<style>
span { border-color: #E54AFF; }
span { border-color: rgb(229,74,255); }
td.TdClassName
{
border-color: #E54AFF;
}
.TagClassName
{
border-color: #E54AFF;
}
</style>