Shades of Pink Flamingo #E64AFB
Tints of Pink Flamingo #E64AFB
RGB
CMYK
RGB Variations
Color information
#E64AFB (or 0xE64AFB) is known color: Pink Flamingo. HEX triplet: E6, 4A and FB. RGB value is (230,74,251). Sum of RGB (Red+Green+Blue) = 230+74+251=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 74 (29.30% from 255 or 13.33% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #E64AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64AFB is #19B504. Grayscale: #8C8C8C. Windows color (decimal): -1684741 or 16468710. OLE color: 16468710.
HSL color Cylindrical-coordinate representation of color #E64AFB: hue angle of 292.88º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E64AFB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 74 | 251 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.02 |
| HSL | 292.88º | 0.96% | 0.64% | - |
| HSV(B) | 292.88º | 0.71% | 0.98% | - |
| XYZ | 52.49 | 28.69 | 94.04 | - |
| YUV | 140.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 251 | 0.08 | 0.71 | 0 | 0.02 | 292.88 | 0.96 | 0.64 |
| Hex | E6 | 4A | FB | 8 | 47 | 0 | 2 | 125 | 60 | 40 |
| Octal | 346 | 112 | 373 | 10 | 107 | 0 | 2 | 445 | 140 | 100 |
| Binary | 11100110 | 1001010 | 11111011 | 1000 | 1000111 | 0 | 10 | 100100101 | 1100000 | 1000000 |
Color Harmonies of #E64AFB
Complementary color
Monochromatic Colors of #E64AFB
Black with #E64AFB
Text Example
Text Example
White with #E64AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64AFB; }
p { color: rgb(230,74,251); }
H1.HeaderClassName
{
color: #E64AFB;
}
.AnyTagClassName
{
color: #E64AFB;
}
</style>
background-color css
<style>
a { background-color: #E64AFB; }
a { background-color: rgb(230,74,251); }
div.DivClassName
{
background-color: #E64AFB;
}
.BgClassName
{
background-color: #E64AFB;
}
</style>
border-color css
<style>
span { border-color: #E64AFB; }
span { border-color: rgb(230,74,251); }
td.TdClassName
{
border-color: #E64AFB;
}
.TagClassName
{
border-color: #E64AFB;
}
</style>