Shades of Pink Flamingo #E548FA
Tints of Pink Flamingo #E548FA
RGB
CMYK
RGB Variations
Color information
#E548FA (or 0xE548FA) is known color: Pink Flamingo. HEX triplet: E5, 48 and FA. RGB value is (229,72,250). Sum of RGB (Red+Green+Blue) = 229+72+250=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 72 (28.52% from 255 or 13.07% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #E548FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E548FA is #1AB705. Grayscale: #8A8A8A. Windows color (decimal): -1750790 or 16402661. OLE color: 16402661.
HSL color Cylindrical-coordinate representation of color #E548FA: hue angle of 292.92º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E548FA is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 72 | 250 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.02 |
| HSL | 292.92º | 0.95% | 0.63% | - |
| HSV(B) | 292.92º | 0.71% | 0.98% | - |
| XYZ | 51.89 | 28.19 | 93.15 | - |
| YUV | 139.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 250 | 0.08 | 0.71 | 0 | 0.02 | 292.92 | 0.95 | 0.63 |
| Hex | E5 | 48 | FA | 8 | 47 | 0 | 2 | 125 | 5F | 3F |
| Octal | 345 | 110 | 372 | 10 | 107 | 0 | 2 | 445 | 137 | 77 |
| Binary | 11100101 | 1001000 | 11111010 | 1000 | 1000111 | 0 | 10 | 100100101 | 1011111 | 111111 |
Color Harmonies of #E548FA
Complementary color
Monochromatic Colors of #E548FA
Black with #E548FA
Text Example
Text Example
White with #E548FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E548FA; }
p { color: rgb(229,72,250); }
H1.HeaderClassName
{
color: #E548FA;
}
.AnyTagClassName
{
color: #E548FA;
}
</style>
background-color css
<style>
a { background-color: #E548FA; }
a { background-color: rgb(229,72,250); }
div.DivClassName
{
background-color: #E548FA;
}
.BgClassName
{
background-color: #E548FA;
}
</style>
border-color css
<style>
span { border-color: #E548FA; }
span { border-color: rgb(229,72,250); }
td.TdClassName
{
border-color: #E548FA;
}
.TagClassName
{
border-color: #E548FA;
}
</style>