Shades of Pink Flamingo #E348FF
Tints of Pink Flamingo #E348FF
RGB
CMYK
RGB Variations
Color information
#E348FF (or 0xE348FF) is known color: Pink Flamingo. HEX triplet: E3, 48 and FF. RGB value is (227,72,255). Sum of RGB (Red+Green+Blue) = 227+72+255=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 72 (28.52% from 255 or 13.00% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #E348FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348FF is #1CB700. Grayscale: #8A8A8A. Windows color (decimal): -1881857 or 16730339. OLE color: 16730339.
HSL color Cylindrical-coordinate representation of color #E348FF: hue angle of 290.82º 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 #E348FF is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 72 | 255 | - |
| CMYK | 0.11 | 0.72 | 0 | 0 |
| HSL | 290.82º | 1% | 0.64% | - |
| HSV(B) | 290.82º | 0.72% | 1% | - |
| XYZ | 52.05 | 28.19 | 97.3 | - |
| YUV | 139.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 255 | 0.11 | 0.72 | 0 | 0 | 290.82 | 1 | 0.64 |
| Hex | E3 | 48 | FF | B | 48 | 0 | 0 | 123 | 64 | 40 |
| Octal | 343 | 110 | 377 | 13 | 110 | 0 | 0 | 443 | 144 | 100 |
| Binary | 11100011 | 1001000 | 11111111 | 1011 | 1001000 | 0 | 0 | 100100011 | 1100100 | 1000000 |
Color Harmonies of #E348FF
Complementary color
Monochromatic Colors of #E348FF
Black with #E348FF
Text Example
Text Example
White with #E348FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348FF; }
p { color: rgb(227,72,255); }
H1.HeaderClassName
{
color: #E348FF;
}
.AnyTagClassName
{
color: #E348FF;
}
</style>
background-color css
<style>
a { background-color: #E348FF; }
a { background-color: rgb(227,72,255); }
div.DivClassName
{
background-color: #E348FF;
}
.BgClassName
{
background-color: #E348FF;
}
</style>
border-color css
<style>
span { border-color: #E348FF; }
span { border-color: rgb(227,72,255); }
td.TdClassName
{
border-color: #E348FF;
}
.TagClassName
{
border-color: #E348FF;
}
</style>