Shades of Pink Flamingo #E64BFD
Tints of Pink Flamingo #E64BFD
RGB
CMYK
RGB Variations
Color information
#E64BFD (or 0xE64BFD) is known color: Pink Flamingo. HEX triplet: E6, 4B and FD. RGB value is (230,75,253). Sum of RGB (Red+Green+Blue) = 230+75+253=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 75 (29.69% from 255 or 13.44% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #E64BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64BFD is #19B402. Grayscale: #8D8D8D. Windows color (decimal): -1684483 or 16600038. OLE color: 16600038.
HSL color Cylindrical-coordinate representation of color #E64BFD: hue angle of 292.25º degrees, saturation: 0.98, 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 #E64BFD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 75 | 253 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.01 |
| HSL | 292.25º | 0.98% | 0.64% | - |
| HSV(B) | 292.25º | 0.7% | 0.99% | - |
| XYZ | 52.88 | 28.95 | 95.73 | - |
| YUV | 141.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 253 | 0.09 | 0.70 | 0 | 0.01 | 292.25 | 0.98 | 0.64 |
| Hex | E6 | 4B | FD | 9 | 46 | 0 | 1 | 124 | 62 | 40 |
| Octal | 346 | 113 | 375 | 11 | 106 | 0 | 1 | 444 | 142 | 100 |
| Binary | 11100110 | 1001011 | 11111101 | 1001 | 1000110 | 0 | 1 | 100100100 | 1100010 | 1000000 |
Color Harmonies of #E64BFD
Complementary color
Monochromatic Colors of #E64BFD
Black with #E64BFD
Text Example
Text Example
White with #E64BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BFD; }
p { color: rgb(230,75,253); }
H1.HeaderClassName
{
color: #E64BFD;
}
.AnyTagClassName
{
color: #E64BFD;
}
</style>
background-color css
<style>
a { background-color: #E64BFD; }
a { background-color: rgb(230,75,253); }
div.DivClassName
{
background-color: #E64BFD;
}
.BgClassName
{
background-color: #E64BFD;
}
</style>
border-color css
<style>
span { border-color: #E64BFD; }
span { border-color: rgb(230,75,253); }
td.TdClassName
{
border-color: #E64BFD;
}
.TagClassName
{
border-color: #E64BFD;
}
</style>