Shades of Pink Flamingo #E647FF
Tints of Pink Flamingo #E647FF
RGB
CMYK
RGB Variations
Color information
#E647FF (or 0xE647FF) is known color: Pink Flamingo. HEX triplet: E6, 47 and FF. RGB value is (230,71,255). Sum of RGB (Red+Green+Blue) = 230+71+255=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 71 (28.12% from 255 or 12.77% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #E647FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E647FF is #19B800. Grayscale: #8A8A8A. Windows color (decimal): -1685505 or 16730086. OLE color: 16730086.
HSL color Cylindrical-coordinate representation of color #E647FF: hue angle of 291.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E647FF is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 71 | 255 | - |
| CMYK | 0.10 | 0.72 | 0 | 0 |
| HSL | 291.85º | 1% | 0.64% | - |
| HSV(B) | 291.85º | 0.72% | 1% | - |
| XYZ | 52.94 | 28.55 | 97.33 | - |
| YUV | 139.52 | 193.18 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 255 | 0.10 | 0.72 | 0 | 0 | 291.85 | 1 | 0.64 |
| Hex | E6 | 47 | FF | A | 48 | 0 | 0 | 124 | 64 | 40 |
| Octal | 346 | 107 | 377 | 12 | 110 | 0 | 0 | 444 | 144 | 100 |
| Binary | 11100110 | 1000111 | 11111111 | 1010 | 1001000 | 0 | 0 | 100100100 | 1100100 | 1000000 |
Color Harmonies of #E647FF
Complementary color
Monochromatic Colors of #E647FF
Black with #E647FF
Text Example
Text Example
White with #E647FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E647FF; }
p { color: rgb(230,71,255); }
H1.HeaderClassName
{
color: #E647FF;
}
.AnyTagClassName
{
color: #E647FF;
}
</style>
background-color css
<style>
a { background-color: #E647FF; }
a { background-color: rgb(230,71,255); }
div.DivClassName
{
background-color: #E647FF;
}
.BgClassName
{
background-color: #E647FF;
}
</style>
border-color css
<style>
span { border-color: #E647FF; }
span { border-color: rgb(230,71,255); }
td.TdClassName
{
border-color: #E647FF;
}
.TagClassName
{
border-color: #E647FF;
}
</style>