Shades of Pink Flamingo #E44DFE
Tints of Pink Flamingo #E44DFE
RGB
CMYK
RGB Variations
Color information
#E44DFE (or 0xE44DFE) is known color: Pink Flamingo. HEX triplet: E4, 4D and FE. RGB value is (228,77,254). Sum of RGB (Red+Green+Blue) = 228+77+254=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 77 (30.47% from 255 or 13.77% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #E44DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E44DFE is #1BB201. Grayscale: #8D8D8D. Windows color (decimal): -1815042 or 16666084. OLE color: 16666084.
HSL color Cylindrical-coordinate representation of color #E44DFE: hue angle of 291.19º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44DFE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 77 | 254 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.00 |
| HSL | 291.19º | 0.99% | 0.65% | - |
| HSV(B) | 291.19º | 0.7% | 1% | - |
| XYZ | 52.54 | 28.96 | 96.59 | - |
| YUV | 142.33 | 191.03 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 254 | 0.10 | 0.70 | 0 | 0.00 | 291.19 | 0.99 | 0.65 |
| Hex | E4 | 4D | FE | A | 46 | 0 | 0 | 123 | 63 | 41 |
| Octal | 344 | 115 | 376 | 12 | 106 | 0 | 0 | 443 | 143 | 101 |
| Binary | 11100100 | 1001101 | 11111110 | 1010 | 1000110 | 0 | 0 | 100100011 | 1100011 | 1000001 |
Color Harmonies of #E44DFE
Complementary color
Monochromatic Colors of #E44DFE
Black with #E44DFE
Text Example
Text Example
White with #E44DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DFE; }
p { color: rgb(228,77,254); }
H1.HeaderClassName
{
color: #E44DFE;
}
.AnyTagClassName
{
color: #E44DFE;
}
</style>
background-color css
<style>
a { background-color: #E44DFE; }
a { background-color: rgb(228,77,254); }
div.DivClassName
{
background-color: #E44DFE;
}
.BgClassName
{
background-color: #E44DFE;
}
</style>
border-color css
<style>
span { border-color: #E44DFE; }
span { border-color: rgb(228,77,254); }
td.TdClassName
{
border-color: #E44DFE;
}
.TagClassName
{
border-color: #E44DFE;
}
</style>