Shades of Pink Flamingo #E348FA
Tints of Pink Flamingo #E348FA
RGB
CMYK
RGB Variations
Color information
#E348FA (or 0xE348FA) is known color: Pink Flamingo. HEX triplet: E3, 48 and FA. RGB value is (227,72,250). Sum of RGB (Red+Green+Blue) = 227+72+250=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 72 (28.52% from 255 or 13.11% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #E348FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348FA is #1CB705. Grayscale: #8A8A8A. Windows color (decimal): -1881862 or 16402659. OLE color: 16402659.
HSL color Cylindrical-coordinate representation of color #E348FA: hue angle of 292.25º 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 #E348FA is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 72 | 250 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.02 |
| HSL | 292.25º | 0.95% | 0.63% | - |
| HSV(B) | 292.25º | 0.71% | 0.98% | - |
| XYZ | 51.25 | 27.87 | 93.12 | - |
| YUV | 138.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 250 | 0.09 | 0.71 | 0 | 0.02 | 292.25 | 0.95 | 0.63 |
| Hex | E3 | 48 | FA | 9 | 47 | 0 | 2 | 124 | 5F | 3F |
| Octal | 343 | 110 | 372 | 11 | 107 | 0 | 2 | 444 | 137 | 77 |
| Binary | 11100011 | 1001000 | 11111010 | 1001 | 1000111 | 0 | 10 | 100100100 | 1011111 | 111111 |
Color Harmonies of #E348FA
Complementary color
Monochromatic Colors of #E348FA
Black with #E348FA
Text Example
Text Example
White with #E348FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348FA; }
p { color: rgb(227,72,250); }
H1.HeaderClassName
{
color: #E348FA;
}
.AnyTagClassName
{
color: #E348FA;
}
</style>
background-color css
<style>
a { background-color: #E348FA; }
a { background-color: rgb(227,72,250); }
div.DivClassName
{
background-color: #E348FA;
}
.BgClassName
{
background-color: #E348FA;
}
</style>
border-color css
<style>
span { border-color: #E348FA; }
span { border-color: rgb(227,72,250); }
td.TdClassName
{
border-color: #E348FA;
}
.TagClassName
{
border-color: #E348FA;
}
</style>