Shades of Pink Flamingo #E64BFC
Tints of Pink Flamingo #E64BFC
RGB
CMYK
RGB Variations
Color information
#E64BFC (or 0xE64BFC) is known color: Pink Flamingo. HEX triplet: E6, 4B and FC. RGB value is (230,75,252). Sum of RGB (Red+Green+Blue) = 230+75+252=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 75 (29.69% from 255 or 13.46% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #E64BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64BFC is #19B403. Grayscale: #8C8C8C. Windows color (decimal): -1684484 or 16534502. OLE color: 16534502.
HSL color Cylindrical-coordinate representation of color #E64BFC: hue angle of 292.54º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64BFC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 75 | 252 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.01 |
| HSL | 292.54º | 0.97% | 0.64% | - |
| HSV(B) | 292.54º | 0.7% | 0.99% | - |
| XYZ | 52.72 | 28.88 | 94.89 | - |
| YUV | 141.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 252 | 0.09 | 0.70 | 0 | 0.01 | 292.54 | 0.97 | 0.64 |
| Hex | E6 | 4B | FC | 9 | 46 | 0 | 1 | 125 | 61 | 40 |
| Octal | 346 | 113 | 374 | 11 | 106 | 0 | 1 | 445 | 141 | 100 |
| Binary | 11100110 | 1001011 | 11111100 | 1001 | 1000110 | 0 | 1 | 100100101 | 1100001 | 1000000 |
Color Harmonies of #E64BFC
Complementary color
Monochromatic Colors of #E64BFC
Black with #E64BFC
Text Example
Text Example
White with #E64BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BFC; }
p { color: rgb(230,75,252); }
H1.HeaderClassName
{
color: #E64BFC;
}
.AnyTagClassName
{
color: #E64BFC;
}
</style>
background-color css
<style>
a { background-color: #E64BFC; }
a { background-color: rgb(230,75,252); }
div.DivClassName
{
background-color: #E64BFC;
}
.BgClassName
{
background-color: #E64BFC;
}
</style>
border-color css
<style>
span { border-color: #E64BFC; }
span { border-color: rgb(230,75,252); }
td.TdClassName
{
border-color: #E64BFC;
}
.TagClassName
{
border-color: #E64BFC;
}
</style>