Shades of Pink Flamingo #E649FA
Tints of Pink Flamingo #E649FA
RGB
CMYK
RGB Variations
Color information
#E649FA (or 0xE649FA) is known color: Pink Flamingo. HEX triplet: E6, 49 and FA. RGB value is (230,73,250). Sum of RGB (Red+Green+Blue) = 230+73+250=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 73 (28.91% from 255 or 13.20% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #E649FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E649FA is #19B605. Grayscale: #8B8B8B. Windows color (decimal): -1684998 or 16402918. OLE color: 16402918.
HSL color Cylindrical-coordinate representation of color #E649FA: hue angle of 293.22º degrees, saturation: 0.95, 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 #E649FA is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 73 | 250 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.02 |
| HSL | 293.22º | 0.95% | 0.63% | - |
| HSV(B) | 293.22º | 0.71% | 0.98% | - |
| XYZ | 52.27 | 28.49 | 93.19 | - |
| YUV | 140.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 250 | 0.08 | 0.71 | 0 | 0.02 | 293.22 | 0.95 | 0.63 |
| Hex | E6 | 49 | FA | 8 | 47 | 0 | 2 | 125 | 5F | 3F |
| Octal | 346 | 111 | 372 | 10 | 107 | 0 | 2 | 445 | 137 | 77 |
| Binary | 11100110 | 1001001 | 11111010 | 1000 | 1000111 | 0 | 10 | 100100101 | 1011111 | 111111 |
Color Harmonies of #E649FA
Complementary color
Monochromatic Colors of #E649FA
Black with #E649FA
Text Example
Text Example
White with #E649FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649FA; }
p { color: rgb(230,73,250); }
H1.HeaderClassName
{
color: #E649FA;
}
.AnyTagClassName
{
color: #E649FA;
}
</style>
background-color css
<style>
a { background-color: #E649FA; }
a { background-color: rgb(230,73,250); }
div.DivClassName
{
background-color: #E649FA;
}
.BgClassName
{
background-color: #E649FA;
}
</style>
border-color css
<style>
span { border-color: #E649FA; }
span { border-color: rgb(230,73,250); }
td.TdClassName
{
border-color: #E649FA;
}
.TagClassName
{
border-color: #E649FA;
}
</style>