Shades of Pink Flamingo #E44BFC
Tints of Pink Flamingo #E44BFC
RGB
CMYK
RGB Variations
Color information
#E44BFC (or 0xE44BFC) is known color: Pink Flamingo. HEX triplet: E4, 4B and FC. RGB value is (228,75,252). Sum of RGB (Red+Green+Blue) = 228+75+252=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 75 (29.69% from 255 or 13.51% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #E44BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44BFC is #1BB403. Grayscale: #8C8C8C. Windows color (decimal): -1815556 or 16534500. OLE color: 16534500.
HSL color Cylindrical-coordinate representation of color #E44BFC: hue angle of 291.86º 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 #E44BFC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 75 | 252 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.01 |
| HSL | 291.86º | 0.97% | 0.64% | - |
| HSV(B) | 291.86º | 0.7% | 0.99% | - |
| XYZ | 52.08 | 28.55 | 94.86 | - |
| YUV | 140.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 252 | 0.10 | 0.70 | 0 | 0.01 | 291.86 | 0.97 | 0.64 |
| Hex | E4 | 4B | FC | A | 46 | 0 | 1 | 124 | 61 | 40 |
| Octal | 344 | 113 | 374 | 12 | 106 | 0 | 1 | 444 | 141 | 100 |
| Binary | 11100100 | 1001011 | 11111100 | 1010 | 1000110 | 0 | 1 | 100100100 | 1100001 | 1000000 |
Color Harmonies of #E44BFC
Complementary color
Monochromatic Colors of #E44BFC
Black with #E44BFC
Text Example
Text Example
White with #E44BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BFC; }
p { color: rgb(228,75,252); }
H1.HeaderClassName
{
color: #E44BFC;
}
.AnyTagClassName
{
color: #E44BFC;
}
</style>
background-color css
<style>
a { background-color: #E44BFC; }
a { background-color: rgb(228,75,252); }
div.DivClassName
{
background-color: #E44BFC;
}
.BgClassName
{
background-color: #E44BFC;
}
</style>
border-color css
<style>
span { border-color: #E44BFC; }
span { border-color: rgb(228,75,252); }
td.TdClassName
{
border-color: #E44BFC;
}
.TagClassName
{
border-color: #E44BFC;
}
</style>