Shades of Pink Flamingo #E64EFD
Tints of Pink Flamingo #E64EFD
RGB
CMYK
RGB Variations
Color information
#E64EFD (or 0xE64EFD) is known color: Pink Flamingo. HEX triplet: E6, 4E and FD. RGB value is (230,78,253). Sum of RGB (Red+Green+Blue) = 230+78+253=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E64EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EFD is #19B102. Grayscale: #8E8E8E. Windows color (decimal): -1683715 or 16600806. OLE color: 16600806.
HSL color Cylindrical-coordinate representation of color #E64EFD: hue angle of 292.11º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64EFD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 78 | 253 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.01 |
| HSL | 292.11º | 0.98% | 0.65% | - |
| HSV(B) | 292.11º | 0.69% | 0.99% | - |
| XYZ | 53.09 | 29.36 | 95.8 | - |
| YUV | 143.4 | 189.86 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 253 | 0.09 | 0.69 | 0 | 0.01 | 292.11 | 0.98 | 0.65 |
| Hex | E6 | 4E | FD | 9 | 45 | 0 | 1 | 124 | 62 | 41 |
| Octal | 346 | 116 | 375 | 11 | 105 | 0 | 1 | 444 | 142 | 101 |
| Binary | 11100110 | 1001110 | 11111101 | 1001 | 1000101 | 0 | 1 | 100100100 | 1100010 | 1000001 |
Color Harmonies of #E64EFD
Complementary color
Monochromatic Colors of #E64EFD
Black with #E64EFD
Text Example
Text Example
White with #E64EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EFD; }
p { color: rgb(230,78,253); }
H1.HeaderClassName
{
color: #E64EFD;
}
.AnyTagClassName
{
color: #E64EFD;
}
</style>
background-color css
<style>
a { background-color: #E64EFD; }
a { background-color: rgb(230,78,253); }
div.DivClassName
{
background-color: #E64EFD;
}
.BgClassName
{
background-color: #E64EFD;
}
</style>
border-color css
<style>
span { border-color: #E64EFD; }
span { border-color: rgb(230,78,253); }
td.TdClassName
{
border-color: #E64EFD;
}
.TagClassName
{
border-color: #E64EFD;
}
</style>