Shades of Pink Flamingo #E54AFB
Tints of Pink Flamingo #E54AFB
RGB
CMYK
RGB Variations
Color information
#E54AFB (or 0xE54AFB) is known color: Pink Flamingo. HEX triplet: E5, 4A and FB. RGB value is (229,74,251). Sum of RGB (Red+Green+Blue) = 229+74+251=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 74 (29.30% from 255 or 13.36% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #E54AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AFB is #1AB504. Grayscale: #8B8B8B. Windows color (decimal): -1750277 or 16468709. OLE color: 16468709.
HSL color Cylindrical-coordinate representation of color #E54AFB: hue angle of 292.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54AFB is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 74 | 251 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.02 |
| HSL | 292.54º | 0.96% | 0.64% | - |
| HSV(B) | 292.54º | 0.71% | 0.98% | - |
| XYZ | 52.17 | 28.52 | 94.02 | - |
| YUV | 140.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 251 | 0.09 | 0.71 | 0 | 0.02 | 292.54 | 0.96 | 0.64 |
| Hex | E5 | 4A | FB | 9 | 47 | 0 | 2 | 125 | 60 | 40 |
| Octal | 345 | 112 | 373 | 11 | 107 | 0 | 2 | 445 | 140 | 100 |
| Binary | 11100101 | 1001010 | 11111011 | 1001 | 1000111 | 0 | 10 | 100100101 | 1100000 | 1000000 |
Color Harmonies of #E54AFB
Complementary color
Monochromatic Colors of #E54AFB
Black with #E54AFB
Text Example
Text Example
White with #E54AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AFB; }
p { color: rgb(229,74,251); }
H1.HeaderClassName
{
color: #E54AFB;
}
.AnyTagClassName
{
color: #E54AFB;
}
</style>
background-color css
<style>
a { background-color: #E54AFB; }
a { background-color: rgb(229,74,251); }
div.DivClassName
{
background-color: #E54AFB;
}
.BgClassName
{
background-color: #E54AFB;
}
</style>
border-color css
<style>
span { border-color: #E54AFB; }
span { border-color: rgb(229,74,251); }
td.TdClassName
{
border-color: #E54AFB;
}
.TagClassName
{
border-color: #E54AFB;
}
</style>