Shades of Pink Flamingo #E749FC
Tints of Pink Flamingo #E749FC
RGB
CMYK
RGB Variations
Color information
#E749FC (or 0xE749FC) is known color: Pink Flamingo. HEX triplet: E7, 49 and FC. RGB value is (231,73,252). Sum of RGB (Red+Green+Blue) = 231+73+252=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 73 (28.91% from 255 or 13.13% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #E749FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749FC is #18B603. Grayscale: #8C8C8C. Windows color (decimal): -1619460 or 16533991. OLE color: 16533991.
HSL color Cylindrical-coordinate representation of color #E749FC: hue angle of 292.96º degrees, saturation: 0.97, 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 #E749FC is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 73 | 252 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.01 |
| HSL | 292.96º | 0.97% | 0.64% | - |
| HSV(B) | 292.96º | 0.71% | 0.99% | - |
| XYZ | 52.91 | 28.78 | 94.86 | - |
| YUV | 140.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 252 | 0.08 | 0.71 | 0 | 0.01 | 292.96 | 0.97 | 0.64 |
| Hex | E7 | 49 | FC | 8 | 47 | 0 | 1 | 125 | 61 | 40 |
| Octal | 347 | 111 | 374 | 10 | 107 | 0 | 1 | 445 | 141 | 100 |
| Binary | 11100111 | 1001001 | 11111100 | 1000 | 1000111 | 0 | 1 | 100100101 | 1100001 | 1000000 |
Color Harmonies of #E749FC
Complementary color
Monochromatic Colors of #E749FC
Black with #E749FC
Text Example
Text Example
White with #E749FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749FC; }
p { color: rgb(231,73,252); }
H1.HeaderClassName
{
color: #E749FC;
}
.AnyTagClassName
{
color: #E749FC;
}
</style>
background-color css
<style>
a { background-color: #E749FC; }
a { background-color: rgb(231,73,252); }
div.DivClassName
{
background-color: #E749FC;
}
.BgClassName
{
background-color: #E749FC;
}
</style>
border-color css
<style>
span { border-color: #E749FC; }
span { border-color: rgb(231,73,252); }
td.TdClassName
{
border-color: #E749FC;
}
.TagClassName
{
border-color: #E749FC;
}
</style>