Shades of Pink Flamingo #E64BFE
Tints of Pink Flamingo #E64BFE
RGB
CMYK
RGB Variations
Color information
#E64BFE (or 0xE64BFE) is known color: Pink Flamingo. HEX triplet: E6, 4B and FE. RGB value is (230,75,254). Sum of RGB (Red+Green+Blue) = 230+75+254=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 75 (29.69% from 255 or 13.42% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #E64BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64BFE is #19B401. Grayscale: #8D8D8D. Windows color (decimal): -1684482 or 16665574. OLE color: 16665574.
HSL color Cylindrical-coordinate representation of color #E64BFE: hue angle of 291.96º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64BFE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 75 | 254 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.00 |
| HSL | 291.96º | 0.99% | 0.65% | - |
| HSV(B) | 291.96º | 0.7% | 1% | - |
| XYZ | 53.04 | 29.01 | 96.57 | - |
| YUV | 141.75 | 191.35 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 254 | 0.09 | 0.70 | 0 | 0.00 | 291.96 | 0.99 | 0.65 |
| Hex | E6 | 4B | FE | 9 | 46 | 0 | 0 | 124 | 63 | 41 |
| Octal | 346 | 113 | 376 | 11 | 106 | 0 | 0 | 444 | 143 | 101 |
| Binary | 11100110 | 1001011 | 11111110 | 1001 | 1000110 | 0 | 0 | 100100100 | 1100011 | 1000001 |
Color Harmonies of #E64BFE
Complementary color
Monochromatic Colors of #E64BFE
Black with #E64BFE
Text Example
Text Example
White with #E64BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BFE; }
p { color: rgb(230,75,254); }
H1.HeaderClassName
{
color: #E64BFE;
}
.AnyTagClassName
{
color: #E64BFE;
}
</style>
background-color css
<style>
a { background-color: #E64BFE; }
a { background-color: rgb(230,75,254); }
div.DivClassName
{
background-color: #E64BFE;
}
.BgClassName
{
background-color: #E64BFE;
}
</style>
border-color css
<style>
span { border-color: #E64BFE; }
span { border-color: rgb(230,75,254); }
td.TdClassName
{
border-color: #E64BFE;
}
.TagClassName
{
border-color: #E64BFE;
}
</style>