Shades of Pink Flamingo #E546FC
Tints of Pink Flamingo #E546FC
RGB
CMYK
RGB Variations
Color information
#E546FC (or 0xE546FC) is known color: Pink Flamingo. HEX triplet: E5, 46 and FC. RGB value is (229,70,252). Sum of RGB (Red+Green+Blue) = 229+70+252=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 70 (27.73% from 255 or 12.70% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #E546FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E546FC is #1AB903. Grayscale: #898989. Windows color (decimal): -1751300 or 16533221. OLE color: 16533221.
HSL color Cylindrical-coordinate representation of color #E546FC: hue angle of 292.42º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E546FC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 70 | 252 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.01 |
| HSL | 292.42º | 0.97% | 0.63% | - |
| HSV(B) | 292.42º | 0.72% | 0.99% | - |
| XYZ | 52.07 | 28.07 | 94.77 | - |
| YUV | 138.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 252 | 0.09 | 0.72 | 0 | 0.01 | 292.42 | 0.97 | 0.63 |
| Hex | E5 | 46 | FC | 9 | 48 | 0 | 1 | 124 | 61 | 3F |
| Octal | 345 | 106 | 374 | 11 | 110 | 0 | 1 | 444 | 141 | 77 |
| Binary | 11100101 | 1000110 | 11111100 | 1001 | 1001000 | 0 | 1 | 100100100 | 1100001 | 111111 |
Color Harmonies of #E546FC
Complementary color
Monochromatic Colors of #E546FC
Black with #E546FC
Text Example
Text Example
White with #E546FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546FC; }
p { color: rgb(229,70,252); }
H1.HeaderClassName
{
color: #E546FC;
}
.AnyTagClassName
{
color: #E546FC;
}
</style>
background-color css
<style>
a { background-color: #E546FC; }
a { background-color: rgb(229,70,252); }
div.DivClassName
{
background-color: #E546FC;
}
.BgClassName
{
background-color: #E546FC;
}
</style>
border-color css
<style>
span { border-color: #E546FC; }
span { border-color: rgb(229,70,252); }
td.TdClassName
{
border-color: #E546FC;
}
.TagClassName
{
border-color: #E546FC;
}
</style>