Shades of Pink Flamingo #E347FF
Tints of Pink Flamingo #E347FF
RGB
CMYK
RGB Variations
Color information
#E347FF (or 0xE347FF) is known color: Pink Flamingo. HEX triplet: E3, 47 and FF. RGB value is (227,71,255). Sum of RGB (Red+Green+Blue) = 227+71+255=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 71 (28.12% from 255 or 12.84% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #E347FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E347FF is #1CB800. Grayscale: #8A8A8A. Windows color (decimal): -1882113 or 16730083. OLE color: 16730083.
HSL color Cylindrical-coordinate representation of color #E347FF: hue angle of 290.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E347FF is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 71 | 255 | - |
| CMYK | 0.11 | 0.72 | 0 | 0 |
| HSL | 290.87º | 1% | 0.64% | - |
| HSV(B) | 290.87º | 0.72% | 1% | - |
| XYZ | 51.98 | 28.06 | 97.28 | - |
| YUV | 138.62 | 193.68 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 255 | 0.11 | 0.72 | 0 | 0 | 290.87 | 1 | 0.64 |
| Hex | E3 | 47 | FF | B | 48 | 0 | 0 | 123 | 64 | 40 |
| Octal | 343 | 107 | 377 | 13 | 110 | 0 | 0 | 443 | 144 | 100 |
| Binary | 11100011 | 1000111 | 11111111 | 1011 | 1001000 | 0 | 0 | 100100011 | 1100100 | 1000000 |
Color Harmonies of #E347FF
Complementary color
Monochromatic Colors of #E347FF
Black with #E347FF
Text Example
Text Example
White with #E347FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E347FF; }
p { color: rgb(227,71,255); }
H1.HeaderClassName
{
color: #E347FF;
}
.AnyTagClassName
{
color: #E347FF;
}
</style>
background-color css
<style>
a { background-color: #E347FF; }
a { background-color: rgb(227,71,255); }
div.DivClassName
{
background-color: #E347FF;
}
.BgClassName
{
background-color: #E347FF;
}
</style>
border-color css
<style>
span { border-color: #E347FF; }
span { border-color: rgb(227,71,255); }
td.TdClassName
{
border-color: #E347FF;
}
.TagClassName
{
border-color: #E347FF;
}
</style>