Shades of Pink Flamingo #E44FF8
Tints of Pink Flamingo #E44FF8
RGB
CMYK
RGB Variations
Color information
#E44FF8 (or 0xE44FF8) is known color: Pink Flamingo. HEX triplet: E4, 4F and F8. RGB value is (228,79,248). Sum of RGB (Red+Green+Blue) = 228+79+248=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 79 (31.25% from 255 or 14.23% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #E44FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E44FF8 is #1BB007. Grayscale: #8E8E8E. Windows color (decimal): -1814536 or 16273380. OLE color: 16273380.
HSL color Cylindrical-coordinate representation of color #E44FF8: hue angle of 292.9º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44FF8 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 79 | 248 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.03 |
| HSL | 292.9º | 0.92% | 0.64% | - |
| HSV(B) | 292.9º | 0.68% | 0.97% | - |
| XYZ | 51.73 | 28.86 | 91.65 | - |
| YUV | 142.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 248 | 0.08 | 0.68 | 0 | 0.03 | 292.9 | 0.92 | 0.64 |
| Hex | E4 | 4F | F8 | 8 | 44 | 0 | 3 | 125 | 5C | 40 |
| Octal | 344 | 117 | 370 | 10 | 104 | 0 | 3 | 445 | 134 | 100 |
| Binary | 11100100 | 1001111 | 11111000 | 1000 | 1000100 | 0 | 11 | 100100101 | 1011100 | 1000000 |
Color Harmonies of #E44FF8
Complementary color
Monochromatic Colors of #E44FF8
Black with #E44FF8
Text Example
Text Example
White with #E44FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44FF8; }
p { color: rgb(228,79,248); }
H1.HeaderClassName
{
color: #E44FF8;
}
.AnyTagClassName
{
color: #E44FF8;
}
</style>
background-color css
<style>
a { background-color: #E44FF8; }
a { background-color: rgb(228,79,248); }
div.DivClassName
{
background-color: #E44FF8;
}
.BgClassName
{
background-color: #E44FF8;
}
</style>
border-color css
<style>
span { border-color: #E44FF8; }
span { border-color: rgb(228,79,248); }
td.TdClassName
{
border-color: #E44FF8;
}
.TagClassName
{
border-color: #E44FF8;
}
</style>