Shades of Pink Flamingo #E44DFB
Tints of Pink Flamingo #E44DFB
RGB
CMYK
RGB Variations
Color information
#E44DFB (or 0xE44DFB) is known color: Pink Flamingo. HEX triplet: E4, 4D and FB. RGB value is (228,77,251). Sum of RGB (Red+Green+Blue) = 228+77+251=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 77 (30.47% from 255 or 13.85% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #E44DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E44DFB is #1BB204. Grayscale: #8D8D8D. Windows color (decimal): -1815045 or 16469476. OLE color: 16469476.
HSL color Cylindrical-coordinate representation of color #E44DFB: hue angle of 292.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44DFB is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 77 | 251 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.02 |
| HSL | 292.07º | 0.96% | 0.64% | - |
| HSV(B) | 292.07º | 0.69% | 0.98% | - |
| XYZ | 52.06 | 28.77 | 94.08 | - |
| YUV | 141.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 251 | 0.09 | 0.69 | 0 | 0.02 | 292.07 | 0.96 | 0.64 |
| Hex | E4 | 4D | FB | 9 | 45 | 0 | 2 | 124 | 60 | 40 |
| Octal | 344 | 115 | 373 | 11 | 105 | 0 | 2 | 444 | 140 | 100 |
| Binary | 11100100 | 1001101 | 11111011 | 1001 | 1000101 | 0 | 10 | 100100100 | 1100000 | 1000000 |
Color Harmonies of #E44DFB
Complementary color
Monochromatic Colors of #E44DFB
Black with #E44DFB
Text Example
Text Example
White with #E44DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DFB; }
p { color: rgb(228,77,251); }
H1.HeaderClassName
{
color: #E44DFB;
}
.AnyTagClassName
{
color: #E44DFB;
}
</style>
background-color css
<style>
a { background-color: #E44DFB; }
a { background-color: rgb(228,77,251); }
div.DivClassName
{
background-color: #E44DFB;
}
.BgClassName
{
background-color: #E44DFB;
}
</style>
border-color css
<style>
span { border-color: #E44DFB; }
span { border-color: rgb(228,77,251); }
td.TdClassName
{
border-color: #E44DFB;
}
.TagClassName
{
border-color: #E44DFB;
}
</style>