Shades of Pink Flamingo #E44FFA
Tints of Pink Flamingo #E44FFA
RGB
CMYK
RGB Variations
Color information
#E44FFA (or 0xE44FFA) is known color: Pink Flamingo. HEX triplet: E4, 4F and FA. RGB value is (228,79,250). Sum of RGB (Red+Green+Blue) = 228+79+250=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 79 (31.25% from 255 or 14.18% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E44FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E44FFA is #1BB005. Grayscale: #8E8E8E. Windows color (decimal): -1814534 or 16404452. OLE color: 16404452.
HSL color Cylindrical-coordinate representation of color #E44FFA: hue angle of 292.28º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44FFA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 79 | 250 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.02 |
| HSL | 292.28º | 0.94% | 0.65% | - |
| HSV(B) | 292.28º | 0.68% | 0.98% | - |
| XYZ | 52.05 | 28.99 | 93.29 | - |
| YUV | 143.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 250 | 0.09 | 0.68 | 0 | 0.02 | 292.28 | 0.94 | 0.65 |
| Hex | E4 | 4F | FA | 9 | 44 | 0 | 2 | 124 | 5E | 41 |
| Octal | 344 | 117 | 372 | 11 | 104 | 0 | 2 | 444 | 136 | 101 |
| Binary | 11100100 | 1001111 | 11111010 | 1001 | 1000100 | 0 | 10 | 100100100 | 1011110 | 1000001 |
Color Harmonies of #E44FFA
Complementary color
Monochromatic Colors of #E44FFA
Black with #E44FFA
Text Example
Text Example
White with #E44FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44FFA; }
p { color: rgb(228,79,250); }
H1.HeaderClassName
{
color: #E44FFA;
}
.AnyTagClassName
{
color: #E44FFA;
}
</style>
background-color css
<style>
a { background-color: #E44FFA; }
a { background-color: rgb(228,79,250); }
div.DivClassName
{
background-color: #E44FFA;
}
.BgClassName
{
background-color: #E44FFA;
}
</style>
border-color css
<style>
span { border-color: #E44FFA; }
span { border-color: rgb(228,79,250); }
td.TdClassName
{
border-color: #E44FFA;
}
.TagClassName
{
border-color: #E44FFA;
}
</style>