Shades of Pink Flamingo #E546FF
Tints of Pink Flamingo #E546FF
RGB
CMYK
RGB Variations
Color information
#E546FF (or 0xE546FF) is known color: Pink Flamingo. HEX triplet: E5, 46 and FF. RGB value is (229,70,255). Sum of RGB (Red+Green+Blue) = 229+70+255=554 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.34% from 554); Green value is 70 (27.73% from 255 or 12.64% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #E546FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E546FF is #1AB900. Grayscale: #8A8A8A. Windows color (decimal): -1751297 or 16729829. OLE color: 16729829.
HSL color Cylindrical-coordinate representation of color #E546FF: hue angle of 291.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E546FF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 70 | 255 | - |
| CMYK | 0.10 | 0.73 | 0 | 0 |
| HSL | 291.57º | 1% | 0.64% | - |
| HSV(B) | 291.57º | 0.73% | 1% | - |
| XYZ | 52.55 | 28.26 | 97.29 | - |
| YUV | 138.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 255 | 0.10 | 0.73 | 0 | 0 | 291.57 | 1 | 0.64 |
| Hex | E5 | 46 | FF | A | 49 | 0 | 0 | 124 | 64 | 40 |
| Octal | 345 | 106 | 377 | 12 | 111 | 0 | 0 | 444 | 144 | 100 |
| Binary | 11100101 | 1000110 | 11111111 | 1010 | 1001001 | 0 | 0 | 100100100 | 1100100 | 1000000 |
Color Harmonies of #E546FF
Complementary color
Monochromatic Colors of #E546FF
Black with #E546FF
Text Example
Text Example
White with #E546FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546FF; }
p { color: rgb(229,70,255); }
H1.HeaderClassName
{
color: #E546FF;
}
.AnyTagClassName
{
color: #E546FF;
}
</style>
background-color css
<style>
a { background-color: #E546FF; }
a { background-color: rgb(229,70,255); }
div.DivClassName
{
background-color: #E546FF;
}
.BgClassName
{
background-color: #E546FF;
}
</style>
border-color css
<style>
span { border-color: #E546FF; }
span { border-color: rgb(229,70,255); }
td.TdClassName
{
border-color: #E546FF;
}
.TagClassName
{
border-color: #E546FF;
}
</style>