Shades of Pink Flamingo #E34CFA
Tints of Pink Flamingo #E34CFA
RGB
CMYK
RGB Variations
Color information
#E34CFA (or 0xE34CFA) is known color: Pink Flamingo. HEX triplet: E3, 4C and FA. RGB value is (227,76,250). Sum of RGB (Red+Green+Blue) = 227+76+250=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #E34CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34CFA is #1CB305. Grayscale: #8C8C8C. Windows color (decimal): -1880838 or 16403683. OLE color: 16403683.
HSL color Cylindrical-coordinate representation of color #E34CFA: hue angle of 292.07º degrees, saturation: 0.95, 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 #E34CFA is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 76 | 250 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.02 |
| HSL | 292.07º | 0.95% | 0.64% | - |
| HSV(B) | 292.07º | 0.7% | 0.98% | - |
| XYZ | 51.52 | 28.4 | 93.21 | - |
| YUV | 140.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 250 | 0.09 | 0.70 | 0 | 0.02 | 292.07 | 0.95 | 0.64 |
| Hex | E3 | 4C | FA | 9 | 46 | 0 | 2 | 124 | 5F | 40 |
| Octal | 343 | 114 | 372 | 11 | 106 | 0 | 2 | 444 | 137 | 100 |
| Binary | 11100011 | 1001100 | 11111010 | 1001 | 1000110 | 0 | 10 | 100100100 | 1011111 | 1000000 |
Color Harmonies of #E34CFA
Complementary color
Monochromatic Colors of #E34CFA
Black with #E34CFA
Text Example
Text Example
White with #E34CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34CFA; }
p { color: rgb(227,76,250); }
H1.HeaderClassName
{
color: #E34CFA;
}
.AnyTagClassName
{
color: #E34CFA;
}
</style>
background-color css
<style>
a { background-color: #E34CFA; }
a { background-color: rgb(227,76,250); }
div.DivClassName
{
background-color: #E34CFA;
}
.BgClassName
{
background-color: #E34CFA;
}
</style>
border-color css
<style>
span { border-color: #E34CFA; }
span { border-color: rgb(227,76,250); }
td.TdClassName
{
border-color: #E34CFA;
}
.TagClassName
{
border-color: #E34CFA;
}
</style>