Shades of Pink Flamingo #E749F9
Tints of Pink Flamingo #E749F9
RGB
CMYK
RGB Variations
Color information
#E749F9 (or 0xE749F9) is known color: Pink Flamingo. HEX triplet: E7, 49 and F9. RGB value is (231,73,249). Sum of RGB (Red+Green+Blue) = 231+73+249=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #E749F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749F9 is #18B606. Grayscale: #8B8B8B. Windows color (decimal): -1619463 or 16337383. OLE color: 16337383.
HSL color Cylindrical-coordinate representation of color #E749F9: hue angle of 293.86º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E749F9 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 73 | 249 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.02 |
| HSL | 293.86º | 0.94% | 0.63% | - |
| HSV(B) | 293.86º | 0.71% | 0.98% | - |
| XYZ | 52.44 | 28.59 | 92.38 | - |
| YUV | 140.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 249 | 0.07 | 0.71 | 0 | 0.02 | 293.86 | 0.94 | 0.63 |
| Hex | E7 | 49 | F9 | 7 | 47 | 0 | 2 | 126 | 5E | 3F |
| Octal | 347 | 111 | 371 | 7 | 107 | 0 | 2 | 446 | 136 | 77 |
| Binary | 11100111 | 1001001 | 11111001 | 111 | 1000111 | 0 | 10 | 100100110 | 1011110 | 111111 |
Color Harmonies of #E749F9
Complementary color
Monochromatic Colors of #E749F9
Black with #E749F9
Text Example
Text Example
White with #E749F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749F9; }
p { color: rgb(231,73,249); }
H1.HeaderClassName
{
color: #E749F9;
}
.AnyTagClassName
{
color: #E749F9;
}
</style>
background-color css
<style>
a { background-color: #E749F9; }
a { background-color: rgb(231,73,249); }
div.DivClassName
{
background-color: #E749F9;
}
.BgClassName
{
background-color: #E749F9;
}
</style>
border-color css
<style>
span { border-color: #E749F9; }
span { border-color: rgb(231,73,249); }
td.TdClassName
{
border-color: #E749F9;
}
.TagClassName
{
border-color: #E749F9;
}
</style>