Shades of Pink Flamingo #E544FC
Tints of Pink Flamingo #E544FC
RGB
CMYK
RGB Variations
Color information
#E544FC (or 0xE544FC) is known color: Pink Flamingo. HEX triplet: E5, 44 and FC. RGB value is (229,68,252). Sum of RGB (Red+Green+Blue) = 229+68+252=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 68 (26.95% from 255 or 12.39% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #E544FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E544FC is #1ABB03. Grayscale: #888888. Windows color (decimal): -1751812 or 16532709. OLE color: 16532709.
HSL color Cylindrical-coordinate representation of color #E544FC: hue angle of 292.5º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E544FC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 68 | 252 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.01 |
| HSL | 292.5º | 0.97% | 0.63% | - |
| HSV(B) | 292.5º | 0.73% | 0.99% | - |
| XYZ | 51.95 | 27.82 | 94.73 | - |
| YUV | 137.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 252 | 0.09 | 0.73 | 0 | 0.01 | 292.5 | 0.97 | 0.63 |
| Hex | E5 | 44 | FC | 9 | 49 | 0 | 1 | 124 | 61 | 3F |
| Octal | 345 | 104 | 374 | 11 | 111 | 0 | 1 | 444 | 141 | 77 |
| Binary | 11100101 | 1000100 | 11111100 | 1001 | 1001001 | 0 | 1 | 100100100 | 1100001 | 111111 |
Color Harmonies of #E544FC
Complementary color
Monochromatic Colors of #E544FC
Black with #E544FC
Text Example
Text Example
White with #E544FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544FC; }
p { color: rgb(229,68,252); }
H1.HeaderClassName
{
color: #E544FC;
}
.AnyTagClassName
{
color: #E544FC;
}
</style>
background-color css
<style>
a { background-color: #E544FC; }
a { background-color: rgb(229,68,252); }
div.DivClassName
{
background-color: #E544FC;
}
.BgClassName
{
background-color: #E544FC;
}
</style>
border-color css
<style>
span { border-color: #E544FC; }
span { border-color: rgb(229,68,252); }
td.TdClassName
{
border-color: #E544FC;
}
.TagClassName
{
border-color: #E544FC;
}
</style>