Shades of Pink Flamingo #E64CF9
Tints of Pink Flamingo #E64CF9
RGB
CMYK
RGB Variations
Color information
#E64CF9 (or 0xE64CF9) is known color: Pink Flamingo. HEX triplet: E6, 4C and F9. RGB value is (230,76,249). Sum of RGB (Red+Green+Blue) = 230+76+249=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 76 (30.08% from 255 or 13.69% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #E64CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CF9 is #19B306. Grayscale: #8D8D8D. Windows color (decimal): -1684231 or 16338150. OLE color: 16338150.
HSL color Cylindrical-coordinate representation of color #E64CF9: hue angle of 293.41º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64CF9 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 76 | 249 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.02 |
| HSL | 293.41º | 0.94% | 0.64% | - |
| HSV(B) | 293.41º | 0.69% | 0.98% | - |
| XYZ | 52.32 | 28.83 | 92.43 | - |
| YUV | 141.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 249 | 0.08 | 0.69 | 0 | 0.02 | 293.41 | 0.94 | 0.64 |
| Hex | E6 | 4C | F9 | 8 | 45 | 0 | 2 | 125 | 5E | 40 |
| Octal | 346 | 114 | 371 | 10 | 105 | 0 | 2 | 445 | 136 | 100 |
| Binary | 11100110 | 1001100 | 11111001 | 1000 | 1000101 | 0 | 10 | 100100101 | 1011110 | 1000000 |
Color Harmonies of #E64CF9
Complementary color
Monochromatic Colors of #E64CF9
Black with #E64CF9
Text Example
Text Example
White with #E64CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64CF9; }
p { color: rgb(230,76,249); }
H1.HeaderClassName
{
color: #E64CF9;
}
.AnyTagClassName
{
color: #E64CF9;
}
</style>
background-color css
<style>
a { background-color: #E64CF9; }
a { background-color: rgb(230,76,249); }
div.DivClassName
{
background-color: #E64CF9;
}
.BgClassName
{
background-color: #E64CF9;
}
</style>
border-color css
<style>
span { border-color: #E64CF9; }
span { border-color: rgb(230,76,249); }
td.TdClassName
{
border-color: #E64CF9;
}
.TagClassName
{
border-color: #E64CF9;
}
</style>