Shades of Pink Flamingo #E849FE
Tints of Pink Flamingo #E849FE
RGB
CMYK
RGB Variations
Color information
#E849FE (or 0xE849FE) is known color: Pink Flamingo. HEX triplet: E8, 49 and FE. RGB value is (232,73,254). Sum of RGB (Red+Green+Blue) = 232+73+254=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 73 (28.91% from 255 or 13.06% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #E849FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E849FE is #17B601. Grayscale: #8C8C8C. Windows color (decimal): -1553922 or 16665064. OLE color: 16665064.
HSL color Cylindrical-coordinate representation of color #E849FE: hue angle of 292.71º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E849FE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 73 | 254 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.00 |
| HSL | 292.71º | 0.99% | 0.64% | - |
| HSV(B) | 292.71º | 0.71% | 1% | - |
| XYZ | 53.55 | 29.08 | 96.56 | - |
| YUV | 141.18 | 191.68 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 254 | 0.09 | 0.71 | 0 | 0.00 | 292.71 | 0.99 | 0.64 |
| Hex | E8 | 49 | FE | 9 | 47 | 0 | 0 | 125 | 63 | 40 |
| Octal | 350 | 111 | 376 | 11 | 107 | 0 | 0 | 445 | 143 | 100 |
| Binary | 11101000 | 1001001 | 11111110 | 1001 | 1000111 | 0 | 0 | 100100101 | 1100011 | 1000000 |
Color Harmonies of #E849FE
Complementary color
Monochromatic Colors of #E849FE
Black with #E849FE
Text Example
Text Example
White with #E849FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849FE; }
p { color: rgb(232,73,254); }
H1.HeaderClassName
{
color: #E849FE;
}
.AnyTagClassName
{
color: #E849FE;
}
</style>
background-color css
<style>
a { background-color: #E849FE; }
a { background-color: rgb(232,73,254); }
div.DivClassName
{
background-color: #E849FE;
}
.BgClassName
{
background-color: #E849FE;
}
</style>
border-color css
<style>
span { border-color: #E849FE; }
span { border-color: rgb(232,73,254); }
td.TdClassName
{
border-color: #E849FE;
}
.TagClassName
{
border-color: #E849FE;
}
</style>