Shades of Pink Flamingo #E646FF
Tints of Pink Flamingo #E646FF
RGB
CMYK
RGB Variations
Color information
#E646FF (or 0xE646FF) is known color: Pink Flamingo. HEX triplet: E6, 46 and FF. RGB value is (230,70,255). Sum of RGB (Red+Green+Blue) = 230+70+255=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 70 (27.73% from 255 or 12.61% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #E646FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E646FF is #19B900. Grayscale: #8A8A8A. Windows color (decimal): -1685761 or 16729830. OLE color: 16729830.
HSL color Cylindrical-coordinate representation of color #E646FF: hue angle of 291.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E646FF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 70 | 255 | - |
| CMYK | 0.10 | 0.73 | 0 | 0 |
| HSL | 291.89º | 1% | 0.64% | - |
| HSV(B) | 291.89º | 0.73% | 1% | - |
| XYZ | 52.87 | 28.42 | 97.31 | - |
| YUV | 138.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 255 | 0.10 | 0.73 | 0 | 0 | 291.89 | 1 | 0.64 |
| Hex | E6 | 46 | FF | A | 49 | 0 | 0 | 124 | 64 | 40 |
| Octal | 346 | 106 | 377 | 12 | 111 | 0 | 0 | 444 | 144 | 100 |
| Binary | 11100110 | 1000110 | 11111111 | 1010 | 1001001 | 0 | 0 | 100100100 | 1100100 | 1000000 |
Color Harmonies of #E646FF
Complementary color
Monochromatic Colors of #E646FF
Black with #E646FF
Text Example
Text Example
White with #E646FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E646FF; }
p { color: rgb(230,70,255); }
H1.HeaderClassName
{
color: #E646FF;
}
.AnyTagClassName
{
color: #E646FF;
}
</style>
background-color css
<style>
a { background-color: #E646FF; }
a { background-color: rgb(230,70,255); }
div.DivClassName
{
background-color: #E646FF;
}
.BgClassName
{
background-color: #E646FF;
}
</style>
border-color css
<style>
span { border-color: #E646FF; }
span { border-color: rgb(230,70,255); }
td.TdClassName
{
border-color: #E646FF;
}
.TagClassName
{
border-color: #E646FF;
}
</style>