Shades of Pink Flamingo #E34BFC
Tints of Pink Flamingo #E34BFC
RGB
CMYK
RGB Variations
Color information
#E34BFC (or 0xE34BFC) is known color: Pink Flamingo. HEX triplet: E3, 4B and FC. RGB value is (227,75,252). Sum of RGB (Red+Green+Blue) = 227+75+252=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 75 (29.69% from 255 or 13.54% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #E34BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34BFC is #1CB403. Grayscale: #8C8C8C. Windows color (decimal): -1881092 or 16534499. OLE color: 16534499.
HSL color Cylindrical-coordinate representation of color #E34BFC: hue angle of 291.53º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34BFC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 75 | 252 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.01 |
| HSL | 291.53º | 0.97% | 0.64% | - |
| HSV(B) | 291.53º | 0.7% | 0.99% | - |
| XYZ | 51.77 | 28.39 | 94.85 | - |
| YUV | 140.63 | 190.86 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 252 | 0.10 | 0.70 | 0 | 0.01 | 291.53 | 0.97 | 0.64 |
| Hex | E3 | 4B | FC | A | 46 | 0 | 1 | 124 | 61 | 40 |
| Octal | 343 | 113 | 374 | 12 | 106 | 0 | 1 | 444 | 141 | 100 |
| Binary | 11100011 | 1001011 | 11111100 | 1010 | 1000110 | 0 | 1 | 100100100 | 1100001 | 1000000 |
Color Harmonies of #E34BFC
Complementary color
Monochromatic Colors of #E34BFC
Black with #E34BFC
Text Example
Text Example
White with #E34BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34BFC; }
p { color: rgb(227,75,252); }
H1.HeaderClassName
{
color: #E34BFC;
}
.AnyTagClassName
{
color: #E34BFC;
}
</style>
background-color css
<style>
a { background-color: #E34BFC; }
a { background-color: rgb(227,75,252); }
div.DivClassName
{
background-color: #E34BFC;
}
.BgClassName
{
background-color: #E34BFC;
}
</style>
border-color css
<style>
span { border-color: #E34BFC; }
span { border-color: rgb(227,75,252); }
td.TdClassName
{
border-color: #E34BFC;
}
.TagClassName
{
border-color: #E34BFC;
}
</style>