Shades of Pink Flamingo #E34DF9
Tints of Pink Flamingo #E34DF9
RGB
CMYK
RGB Variations
Color information
#E34DF9 (or 0xE34DF9) is known color: Pink Flamingo. HEX triplet: E3, 4D and F9. RGB value is (227,77,249). Sum of RGB (Red+Green+Blue) = 227+77+249=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 77 (30.47% from 255 or 13.92% 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 #E34DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E34DF9 is #1CB206. Grayscale: #8C8C8C. Windows color (decimal): -1880583 or 16338403. OLE color: 16338403.
HSL color Cylindrical-coordinate representation of color #E34DF9: hue angle of 292.33º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34DF9 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 77 | 249 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.02 |
| HSL | 292.33º | 0.93% | 0.64% | - |
| HSV(B) | 292.33º | 0.69% | 0.98% | - |
| XYZ | 51.43 | 28.48 | 92.41 | - |
| YUV | 141.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 249 | 0.09 | 0.69 | 0 | 0.02 | 292.33 | 0.93 | 0.64 |
| Hex | E3 | 4D | F9 | 9 | 45 | 0 | 2 | 124 | 5D | 40 |
| Octal | 343 | 115 | 371 | 11 | 105 | 0 | 2 | 444 | 135 | 100 |
| Binary | 11100011 | 1001101 | 11111001 | 1001 | 1000101 | 0 | 10 | 100100100 | 1011101 | 1000000 |
Color Harmonies of #E34DF9
Complementary color
Monochromatic Colors of #E34DF9
Black with #E34DF9
Text Example
Text Example
White with #E34DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DF9; }
p { color: rgb(227,77,249); }
H1.HeaderClassName
{
color: #E34DF9;
}
.AnyTagClassName
{
color: #E34DF9;
}
</style>
background-color css
<style>
a { background-color: #E34DF9; }
a { background-color: rgb(227,77,249); }
div.DivClassName
{
background-color: #E34DF9;
}
.BgClassName
{
background-color: #E34DF9;
}
</style>
border-color css
<style>
span { border-color: #E34DF9; }
span { border-color: rgb(227,77,249); }
td.TdClassName
{
border-color: #E34DF9;
}
.TagClassName
{
border-color: #E34DF9;
}
</style>