Shades of Pink Flamingo #E746FB
Tints of Pink Flamingo #E746FB
RGB
CMYK
RGB Variations
Color information
#E746FB (or 0xE746FB) is known color: Pink Flamingo. HEX triplet: E7, 46 and FB. RGB value is (231,70,251). Sum of RGB (Red+Green+Blue) = 231+70+251=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 70 (27.73% from 255 or 12.68% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #E746FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E746FB is #18B904. Grayscale: #8A8A8A. Windows color (decimal): -1620229 or 16467687. OLE color: 16467687.
HSL color Cylindrical-coordinate representation of color #E746FB: hue angle of 293.37º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E746FB is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 70 | 251 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.02 |
| HSL | 293.37º | 0.96% | 0.63% | - |
| HSV(B) | 293.37º | 0.72% | 0.98% | - |
| XYZ | 52.56 | 28.33 | 93.97 | - |
| YUV | 138.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 251 | 0.08 | 0.72 | 0 | 0.02 | 293.37 | 0.96 | 0.63 |
| Hex | E7 | 46 | FB | 8 | 48 | 0 | 2 | 125 | 60 | 3F |
| Octal | 347 | 106 | 373 | 10 | 110 | 0 | 2 | 445 | 140 | 77 |
| Binary | 11100111 | 1000110 | 11111011 | 1000 | 1001000 | 0 | 10 | 100100101 | 1100000 | 111111 |
Color Harmonies of #E746FB
Complementary color
Monochromatic Colors of #E746FB
Black with #E746FB
Text Example
Text Example
White with #E746FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E746FB; }
p { color: rgb(231,70,251); }
H1.HeaderClassName
{
color: #E746FB;
}
.AnyTagClassName
{
color: #E746FB;
}
</style>
background-color css
<style>
a { background-color: #E746FB; }
a { background-color: rgb(231,70,251); }
div.DivClassName
{
background-color: #E746FB;
}
.BgClassName
{
background-color: #E746FB;
}
</style>
border-color css
<style>
span { border-color: #E746FB; }
span { border-color: rgb(231,70,251); }
td.TdClassName
{
border-color: #E746FB;
}
.TagClassName
{
border-color: #E746FB;
}
</style>