Shades of Pink Flamingo #E34AFC
Tints of Pink Flamingo #E34AFC
RGB
CMYK
RGB Variations
Color information
#E34AFC (or 0xE34AFC) is known color: Pink Flamingo. HEX triplet: E3, 4A and FC. RGB value is (227,74,252). Sum of RGB (Red+Green+Blue) = 227+74+252=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 74 (29.30% from 255 or 13.38% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #E34AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34AFC is #1CB503. Grayscale: #8B8B8B. Windows color (decimal): -1881348 or 16534243. OLE color: 16534243.
HSL color Cylindrical-coordinate representation of color #E34AFC: hue angle of 291.57º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E34AFC is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 74 | 252 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.01 |
| HSL | 291.57º | 0.97% | 0.64% | - |
| HSV(B) | 291.57º | 0.71% | 0.99% | - |
| XYZ | 51.7 | 28.26 | 94.82 | - |
| YUV | 140.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 252 | 0.10 | 0.71 | 0 | 0.01 | 291.57 | 0.97 | 0.64 |
| Hex | E3 | 4A | FC | A | 47 | 0 | 1 | 124 | 61 | 40 |
| Octal | 343 | 112 | 374 | 12 | 107 | 0 | 1 | 444 | 141 | 100 |
| Binary | 11100011 | 1001010 | 11111100 | 1010 | 1000111 | 0 | 1 | 100100100 | 1100001 | 1000000 |
Color Harmonies of #E34AFC
Complementary color
Monochromatic Colors of #E34AFC
Black with #E34AFC
Text Example
Text Example
White with #E34AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34AFC; }
p { color: rgb(227,74,252); }
H1.HeaderClassName
{
color: #E34AFC;
}
.AnyTagClassName
{
color: #E34AFC;
}
</style>
background-color css
<style>
a { background-color: #E34AFC; }
a { background-color: rgb(227,74,252); }
div.DivClassName
{
background-color: #E34AFC;
}
.BgClassName
{
background-color: #E34AFC;
}
</style>
border-color css
<style>
span { border-color: #E34AFC; }
span { border-color: rgb(227,74,252); }
td.TdClassName
{
border-color: #E34AFC;
}
.TagClassName
{
border-color: #E34AFC;
}
</style>