Shades of Pink Flamingo #E540FC
Tints of Pink Flamingo #E540FC
RGB
CMYK
RGB Variations
Color information
#E540FC (or 0xE540FC) is known color: Pink Flamingo. HEX triplet: E5, 40 and FC. RGB value is (229,64,252). Sum of RGB (Red+Green+Blue) = 229+64+252=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #E540FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540FC is #1ABF03. Grayscale: #868686. Windows color (decimal): -1752836 or 16531685. OLE color: 16531685.
HSL color Cylindrical-coordinate representation of color #E540FC: hue angle of 292.66º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E540FC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 64 | 252 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.01 |
| HSL | 292.66º | 0.97% | 0.62% | - |
| HSV(B) | 292.66º | 0.75% | 0.99% | - |
| XYZ | 51.72 | 27.35 | 94.65 | - |
| YUV | 134.77 | 194.16 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 252 | 0.09 | 0.75 | 0 | 0.01 | 292.66 | 0.97 | 0.62 |
| Hex | E5 | 40 | FC | 9 | 4B | 0 | 1 | 125 | 61 | 3E |
| Octal | 345 | 100 | 374 | 11 | 113 | 0 | 1 | 445 | 141 | 76 |
| Binary | 11100101 | 1000000 | 11111100 | 1001 | 1001011 | 0 | 1 | 100100101 | 1100001 | 111110 |
Color Harmonies of #E540FC
Complementary color
Monochromatic Colors of #E540FC
Black with #E540FC
Text Example
Text Example
White with #E540FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540FC; }
p { color: rgb(229,64,252); }
H1.HeaderClassName
{
color: #E540FC;
}
.AnyTagClassName
{
color: #E540FC;
}
</style>
background-color css
<style>
a { background-color: #E540FC; }
a { background-color: rgb(229,64,252); }
div.DivClassName
{
background-color: #E540FC;
}
.BgClassName
{
background-color: #E540FC;
}
</style>
border-color css
<style>
span { border-color: #E540FC; }
span { border-color: rgb(229,64,252); }
td.TdClassName
{
border-color: #E540FC;
}
.TagClassName
{
border-color: #E540FC;
}
</style>