Shades of Pink Flamingo #E548FD
Tints of Pink Flamingo #E548FD
RGB
CMYK
RGB Variations
Color information
#E548FD (or 0xE548FD) is known color: Pink Flamingo. HEX triplet: E5, 48 and FD. RGB value is (229,72,253). Sum of RGB (Red+Green+Blue) = 229+72+253=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 72 (28.52% from 255 or 13.00% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #E548FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E548FD is #1AB702. Grayscale: #8B8B8B. Windows color (decimal): -1750787 or 16599269. OLE color: 16599269.
HSL color Cylindrical-coordinate representation of color #E548FD: hue angle of 292.04º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E548FD is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 72 | 253 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.01 |
| HSL | 292.04º | 0.98% | 0.64% | - |
| HSV(B) | 292.04º | 0.72% | 0.99% | - |
| XYZ | 52.36 | 28.38 | 95.65 | - |
| YUV | 139.58 | 192.01 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 253 | 0.09 | 0.72 | 0 | 0.01 | 292.04 | 0.98 | 0.64 |
| Hex | E5 | 48 | FD | 9 | 48 | 0 | 1 | 124 | 62 | 40 |
| Octal | 345 | 110 | 375 | 11 | 110 | 0 | 1 | 444 | 142 | 100 |
| Binary | 11100101 | 1001000 | 11111101 | 1001 | 1001000 | 0 | 1 | 100100100 | 1100010 | 1000000 |
Color Harmonies of #E548FD
Complementary color
Monochromatic Colors of #E548FD
Black with #E548FD
Text Example
Text Example
White with #E548FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E548FD; }
p { color: rgb(229,72,253); }
H1.HeaderClassName
{
color: #E548FD;
}
.AnyTagClassName
{
color: #E548FD;
}
</style>
background-color css
<style>
a { background-color: #E548FD; }
a { background-color: rgb(229,72,253); }
div.DivClassName
{
background-color: #E548FD;
}
.BgClassName
{
background-color: #E548FD;
}
</style>
border-color css
<style>
span { border-color: #E548FD; }
span { border-color: rgb(229,72,253); }
td.TdClassName
{
border-color: #E548FD;
}
.TagClassName
{
border-color: #E548FD;
}
</style>