Shades of Pink Flamingo #E64CFA
Tints of Pink Flamingo #E64CFA
RGB
CMYK
RGB Variations
Color information
#E64CFA (or 0xE64CFA) is known color: Pink Flamingo. HEX triplet: E6, 4C and FA. RGB value is (230,76,250). Sum of RGB (Red+Green+Blue) = 230+76+250=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 76 (30.08% from 255 or 13.67% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #E64CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CFA is #19B305. Grayscale: #8D8D8D. Windows color (decimal): -1684230 or 16403686. OLE color: 16403686.
HSL color Cylindrical-coordinate representation of color #E64CFA: hue angle of 293.1º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64CFA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 76 | 250 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.02 |
| HSL | 293.1º | 0.95% | 0.64% | - |
| HSV(B) | 293.1º | 0.7% | 0.98% | - |
| XYZ | 52.47 | 28.89 | 93.25 | - |
| YUV | 141.88 | 189.02 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 250 | 0.08 | 0.70 | 0 | 0.02 | 293.1 | 0.95 | 0.64 |
| Hex | E6 | 4C | FA | 8 | 46 | 0 | 2 | 125 | 5F | 40 |
| Octal | 346 | 114 | 372 | 10 | 106 | 0 | 2 | 445 | 137 | 100 |
| Binary | 11100110 | 1001100 | 11111010 | 1000 | 1000110 | 0 | 10 | 100100101 | 1011111 | 1000000 |
Color Harmonies of #E64CFA
Complementary color
Monochromatic Colors of #E64CFA
Black with #E64CFA
Text Example
Text Example
White with #E64CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CFA; }
p { color: rgb(230,76,250); }
H1.HeaderClassName
{
color: #E64CFA;
}
.AnyTagClassName
{
color: #E64CFA;
}
</style>
background-color css
<style>
a { background-color: #E64CFA; }
a { background-color: rgb(230,76,250); }
div.DivClassName
{
background-color: #E64CFA;
}
.BgClassName
{
background-color: #E64CFA;
}
</style>
border-color css
<style>
span { border-color: #E64CFA; }
span { border-color: rgb(230,76,250); }
td.TdClassName
{
border-color: #E64CFA;
}
.TagClassName
{
border-color: #E64CFA;
}
</style>