Shades of Pink Flamingo #E849FD
Tints of Pink Flamingo #E849FD
RGB
CMYK
RGB Variations
Color information
#E849FD (or 0xE849FD) is known color: Pink Flamingo. HEX triplet: E8, 49 and FD. RGB value is (232,73,253). Sum of RGB (Red+Green+Blue) = 232+73+253=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 73 (28.91% from 255 or 13.08% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #E849FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E849FD is #17B602. Grayscale: #8C8C8C. Windows color (decimal): -1553923 or 16599528. OLE color: 16599528.
HSL color Cylindrical-coordinate representation of color #E849FD: hue angle of 293º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E849FD is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 73 | 253 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.01 |
| HSL | 293º | 0.98% | 0.64% | - |
| HSV(B) | 293º | 0.71% | 0.99% | - |
| XYZ | 53.39 | 29.01 | 95.71 | - |
| YUV | 141.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 253 | 0.08 | 0.71 | 0 | 0.01 | 293 | 0.98 | 0.64 |
| Hex | E8 | 49 | FD | 8 | 47 | 0 | 1 | 125 | 62 | 40 |
| Octal | 350 | 111 | 375 | 10 | 107 | 0 | 1 | 445 | 142 | 100 |
| Binary | 11101000 | 1001001 | 11111101 | 1000 | 1000111 | 0 | 1 | 100100101 | 1100010 | 1000000 |
Color Harmonies of #E849FD
Complementary color
Monochromatic Colors of #E849FD
Black with #E849FD
Text Example
Text Example
White with #E849FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849FD; }
p { color: rgb(232,73,253); }
H1.HeaderClassName
{
color: #E849FD;
}
.AnyTagClassName
{
color: #E849FD;
}
</style>
background-color css
<style>
a { background-color: #E849FD; }
a { background-color: rgb(232,73,253); }
div.DivClassName
{
background-color: #E849FD;
}
.BgClassName
{
background-color: #E849FD;
}
</style>
border-color css
<style>
span { border-color: #E849FD; }
span { border-color: rgb(232,73,253); }
td.TdClassName
{
border-color: #E849FD;
}
.TagClassName
{
border-color: #E849FD;
}
</style>