Shades of Pink Flamingo #E44CFE
Tints of Pink Flamingo #E44CFE
RGB
CMYK
RGB Variations
Color information
#E44CFE (or 0xE44CFE) is known color: Pink Flamingo. HEX triplet: E4, 4C and FE. RGB value is (228,76,254). Sum of RGB (Red+Green+Blue) = 228+76+254=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 76 (30.08% from 255 or 13.62% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #E44CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44CFE is #1BB301. Grayscale: #8D8D8D. Windows color (decimal): -1815298 or 16665828. OLE color: 16665828.
HSL color Cylindrical-coordinate representation of color #E44CFE: hue angle of 291.24º 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 #E44CFE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 76 | 254 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.00 |
| HSL | 291.24º | 0.99% | 0.65% | - |
| HSV(B) | 291.24º | 0.7% | 1% | - |
| XYZ | 52.47 | 28.82 | 96.56 | - |
| YUV | 141.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 254 | 0.10 | 0.70 | 0 | 0.00 | 291.24 | 0.99 | 0.65 |
| Hex | E4 | 4C | FE | A | 46 | 0 | 0 | 123 | 63 | 41 |
| Octal | 344 | 114 | 376 | 12 | 106 | 0 | 0 | 443 | 143 | 101 |
| Binary | 11100100 | 1001100 | 11111110 | 1010 | 1000110 | 0 | 0 | 100100011 | 1100011 | 1000001 |
Color Harmonies of #E44CFE
Complementary color
Monochromatic Colors of #E44CFE
Black with #E44CFE
Text Example
Text Example
White with #E44CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44CFE; }
p { color: rgb(228,76,254); }
H1.HeaderClassName
{
color: #E44CFE;
}
.AnyTagClassName
{
color: #E44CFE;
}
</style>
background-color css
<style>
a { background-color: #E44CFE; }
a { background-color: rgb(228,76,254); }
div.DivClassName
{
background-color: #E44CFE;
}
.BgClassName
{
background-color: #E44CFE;
}
</style>
border-color css
<style>
span { border-color: #E44CFE; }
span { border-color: rgb(228,76,254); }
td.TdClassName
{
border-color: #E44CFE;
}
.TagClassName
{
border-color: #E44CFE;
}
</style>