Shades of Pink Flamingo #E246FF
Tints of Pink Flamingo #E246FF
RGB
CMYK
RGB Variations
Color information
#E246FF (or 0xE246FF) is known color: Pink Flamingo. HEX triplet: E2, 46 and FF. RGB value is (226,70,255). Sum of RGB (Red+Green+Blue) = 226+70+255=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 70 (27.73% from 255 or 12.70% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #E246FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E246FF is #1DB900. Grayscale: #898989. Windows color (decimal): -1947905 or 16729826. OLE color: 16729826.
HSL color Cylindrical-coordinate representation of color #E246FF: hue angle of 290.59º 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 #E246FF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 70 | 255 | - |
| CMYK | 0.11 | 0.73 | 0 | 0 |
| HSL | 290.59º | 1% | 0.64% | - |
| HSV(B) | 290.59º | 0.73% | 1% | - |
| XYZ | 51.6 | 27.77 | 97.25 | - |
| YUV | 137.73 | 194.18 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 255 | 0.11 | 0.73 | 0 | 0 | 290.59 | 1 | 0.64 |
| Hex | E2 | 46 | FF | B | 49 | 0 | 0 | 123 | 64 | 40 |
| Octal | 342 | 106 | 377 | 13 | 111 | 0 | 0 | 443 | 144 | 100 |
| Binary | 11100010 | 1000110 | 11111111 | 1011 | 1001001 | 0 | 0 | 100100011 | 1100100 | 1000000 |
Color Harmonies of #E246FF
Complementary color
Monochromatic Colors of #E246FF
Black with #E246FF
Text Example
Text Example
White with #E246FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E246FF; }
p { color: rgb(226,70,255); }
H1.HeaderClassName
{
color: #E246FF;
}
.AnyTagClassName
{
color: #E246FF;
}
</style>
background-color css
<style>
a { background-color: #E246FF; }
a { background-color: rgb(226,70,255); }
div.DivClassName
{
background-color: #E246FF;
}
.BgClassName
{
background-color: #E246FF;
}
</style>
border-color css
<style>
span { border-color: #E246FF; }
span { border-color: rgb(226,70,255); }
td.TdClassName
{
border-color: #E246FF;
}
.TagClassName
{
border-color: #E246FF;
}
</style>