Shades of Pink Flamingo #E44DFC
Tints of Pink Flamingo #E44DFC
RGB
CMYK
RGB Variations
Color information
#E44DFC (or 0xE44DFC) is known color: Pink Flamingo. HEX triplet: E4, 4D and FC. RGB value is (228,77,252). Sum of RGB (Red+Green+Blue) = 228+77+252=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #E44DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E44DFC is #1BB203. Grayscale: #8D8D8D. Windows color (decimal): -1815044 or 16535012. OLE color: 16535012.
HSL color Cylindrical-coordinate representation of color #E44DFC: hue angle of 291.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44DFC is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 77 | 252 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.01 |
| HSL | 291.77º | 0.97% | 0.65% | - |
| HSV(B) | 291.77º | 0.69% | 0.99% | - |
| XYZ | 52.22 | 28.83 | 94.91 | - |
| YUV | 142.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 252 | 0.10 | 0.69 | 0 | 0.01 | 291.77 | 0.97 | 0.65 |
| Hex | E4 | 4D | FC | A | 45 | 0 | 1 | 124 | 61 | 41 |
| Octal | 344 | 115 | 374 | 12 | 105 | 0 | 1 | 444 | 141 | 101 |
| Binary | 11100100 | 1001101 | 11111100 | 1010 | 1000101 | 0 | 1 | 100100100 | 1100001 | 1000001 |
Color Harmonies of #E44DFC
Complementary color
Monochromatic Colors of #E44DFC
Black with #E44DFC
Text Example
Text Example
White with #E44DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DFC; }
p { color: rgb(228,77,252); }
H1.HeaderClassName
{
color: #E44DFC;
}
.AnyTagClassName
{
color: #E44DFC;
}
</style>
background-color css
<style>
a { background-color: #E44DFC; }
a { background-color: rgb(228,77,252); }
div.DivClassName
{
background-color: #E44DFC;
}
.BgClassName
{
background-color: #E44DFC;
}
</style>
border-color css
<style>
span { border-color: #E44DFC; }
span { border-color: rgb(228,77,252); }
td.TdClassName
{
border-color: #E44DFC;
}
.TagClassName
{
border-color: #E44DFC;
}
</style>