Shades of Pink Flamingo #E64CFF
Tints of Pink Flamingo #E64CFF
RGB
CMYK
RGB Variations
Color information
#E64CFF (or 0xE64CFF) is known color: Pink Flamingo. HEX triplet: E6, 4C and FF. RGB value is (230,76,255). Sum of RGB (Red+Green+Blue) = 230+76+255=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 76 (30.08% from 255 or 13.55% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #E64CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CFF is #19B300. Grayscale: #8D8D8D. Windows color (decimal): -1684225 or 16731366. OLE color: 16731366.
HSL color Cylindrical-coordinate representation of color #E64CFF: hue angle of 291.62º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64CFF is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 76 | 255 | - |
| CMYK | 0.10 | 0.70 | 0 | 0 |
| HSL | 291.62º | 1% | 0.65% | - |
| HSV(B) | 291.62º | 0.7% | 1% | - |
| XYZ | 53.27 | 29.21 | 97.44 | - |
| YUV | 142.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 255 | 0.10 | 0.70 | 0 | 0 | 291.62 | 1 | 0.65 |
| Hex | E6 | 4C | FF | A | 46 | 0 | 0 | 124 | 64 | 41 |
| Octal | 346 | 114 | 377 | 12 | 106 | 0 | 0 | 444 | 144 | 101 |
| Binary | 11100110 | 1001100 | 11111111 | 1010 | 1000110 | 0 | 0 | 100100100 | 1100100 | 1000001 |
Color Harmonies of #E64CFF
Complementary color
Monochromatic Colors of #E64CFF
Black with #E64CFF
Text Example
Text Example
White with #E64CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CFF; }
p { color: rgb(230,76,255); }
H1.HeaderClassName
{
color: #E64CFF;
}
.AnyTagClassName
{
color: #E64CFF;
}
</style>
background-color css
<style>
a { background-color: #E64CFF; }
a { background-color: rgb(230,76,255); }
div.DivClassName
{
background-color: #E64CFF;
}
.BgClassName
{
background-color: #E64CFF;
}
</style>
border-color css
<style>
span { border-color: #E64CFF; }
span { border-color: rgb(230,76,255); }
td.TdClassName
{
border-color: #E64CFF;
}
.TagClassName
{
border-color: #E64CFF;
}
</style>