Shades of Pink Flamingo #E44DF8
Tints of Pink Flamingo #E44DF8
RGB
CMYK
RGB Variations
Color information
#E44DF8 (or 0xE44DF8) is known color: Pink Flamingo. HEX triplet: E4, 4D and F8. RGB value is (228,77,248). Sum of RGB (Red+Green+Blue) = 228+77+248=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 77 (30.47% from 255 or 13.92% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #E44DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E44DF8 is #1BB207. Grayscale: #8D8D8D. Windows color (decimal): -1815048 or 16272868. OLE color: 16272868.
HSL color Cylindrical-coordinate representation of color #E44DF8: hue angle of 292.98º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E44DF8 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 77 | 248 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.03 |
| HSL | 292.98º | 0.92% | 0.64% | - |
| HSV(B) | 292.98º | 0.69% | 0.97% | - |
| XYZ | 51.59 | 28.58 | 91.6 | - |
| YUV | 141.64 | 188.03 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 248 | 0.08 | 0.69 | 0 | 0.03 | 292.98 | 0.92 | 0.64 |
| Hex | E4 | 4D | F8 | 8 | 45 | 0 | 3 | 125 | 5C | 40 |
| Octal | 344 | 115 | 370 | 10 | 105 | 0 | 3 | 445 | 134 | 100 |
| Binary | 11100100 | 1001101 | 11111000 | 1000 | 1000101 | 0 | 11 | 100100101 | 1011100 | 1000000 |
Color Harmonies of #E44DF8
Complementary color
Monochromatic Colors of #E44DF8
Black with #E44DF8
Text Example
Text Example
White with #E44DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44DF8; }
p { color: rgb(228,77,248); }
H1.HeaderClassName
{
color: #E44DF8;
}
.AnyTagClassName
{
color: #E44DF8;
}
</style>
background-color css
<style>
a { background-color: #E44DF8; }
a { background-color: rgb(228,77,248); }
div.DivClassName
{
background-color: #E44DF8;
}
.BgClassName
{
background-color: #E44DF8;
}
</style>
border-color css
<style>
span { border-color: #E44DF8; }
span { border-color: rgb(228,77,248); }
td.TdClassName
{
border-color: #E44DF8;
}
.TagClassName
{
border-color: #E44DF8;
}
</style>