Shades of Pink Flamingo #E34CFB
Tints of Pink Flamingo #E34CFB
RGB
CMYK
RGB Variations
Color information
#E34CFB (or 0xE34CFB) is known color: Pink Flamingo. HEX triplet: E3, 4C and FB. RGB value is (227,76,251). Sum of RGB (Red+Green+Blue) = 227+76+251=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 76 (30.08% from 255 or 13.72% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #E34CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34CFB is #1CB304. Grayscale: #8C8C8C. Windows color (decimal): -1880837 or 16469219. OLE color: 16469219.
HSL color Cylindrical-coordinate representation of color #E34CFB: hue angle of 291.77º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34CFB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 76 | 251 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.02 |
| HSL | 291.77º | 0.96% | 0.64% | - |
| HSV(B) | 291.77º | 0.7% | 0.98% | - |
| XYZ | 51.68 | 28.46 | 94.04 | - |
| YUV | 141.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 251 | 0.10 | 0.70 | 0 | 0.02 | 291.77 | 0.96 | 0.64 |
| Hex | E3 | 4C | FB | A | 46 | 0 | 2 | 124 | 60 | 40 |
| Octal | 343 | 114 | 373 | 12 | 106 | 0 | 2 | 444 | 140 | 100 |
| Binary | 11100011 | 1001100 | 11111011 | 1010 | 1000110 | 0 | 10 | 100100100 | 1100000 | 1000000 |
Color Harmonies of #E34CFB
Complementary color
Monochromatic Colors of #E34CFB
Black with #E34CFB
Text Example
Text Example
White with #E34CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CFB; }
p { color: rgb(227,76,251); }
H1.HeaderClassName
{
color: #E34CFB;
}
.AnyTagClassName
{
color: #E34CFB;
}
</style>
background-color css
<style>
a { background-color: #E34CFB; }
a { background-color: rgb(227,76,251); }
div.DivClassName
{
background-color: #E34CFB;
}
.BgClassName
{
background-color: #E34CFB;
}
</style>
border-color css
<style>
span { border-color: #E34CFB; }
span { border-color: rgb(227,76,251); }
td.TdClassName
{
border-color: #E34CFB;
}
.TagClassName
{
border-color: #E34CFB;
}
</style>