Shades of Pink Flamingo #E44AFE
Tints of Pink Flamingo #E44AFE
RGB
CMYK
RGB Variations
Color information
#E44AFE (or 0xE44AFE) is known color: Pink Flamingo. HEX triplet: E4, 4A and FE. RGB value is (228,74,254). Sum of RGB (Red+Green+Blue) = 228+74+254=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 74 (29.30% from 255 or 13.31% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #E44AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E44AFE is #1BB501. Grayscale: #8C8C8C. Windows color (decimal): -1815810 or 16665316. OLE color: 16665316.
HSL color Cylindrical-coordinate representation of color #E44AFE: hue angle of 291.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E44AFE is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 74 | 254 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.00 |
| HSL | 291.33º | 0.99% | 0.64% | - |
| HSV(B) | 291.33º | 0.71% | 1% | - |
| XYZ | 52.33 | 28.55 | 96.52 | - |
| YUV | 140.57 | 192.02 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 254 | 0.10 | 0.71 | 0 | 0.00 | 291.33 | 0.99 | 0.64 |
| Hex | E4 | 4A | FE | A | 47 | 0 | 0 | 123 | 63 | 40 |
| Octal | 344 | 112 | 376 | 12 | 107 | 0 | 0 | 443 | 143 | 100 |
| Binary | 11100100 | 1001010 | 11111110 | 1010 | 1000111 | 0 | 0 | 100100011 | 1100011 | 1000000 |
Color Harmonies of #E44AFE
Complementary color
Monochromatic Colors of #E44AFE
Black with #E44AFE
Text Example
Text Example
White with #E44AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44AFE; }
p { color: rgb(228,74,254); }
H1.HeaderClassName
{
color: #E44AFE;
}
.AnyTagClassName
{
color: #E44AFE;
}
</style>
background-color css
<style>
a { background-color: #E44AFE; }
a { background-color: rgb(228,74,254); }
div.DivClassName
{
background-color: #E44AFE;
}
.BgClassName
{
background-color: #E44AFE;
}
</style>
border-color css
<style>
span { border-color: #E44AFE; }
span { border-color: rgb(228,74,254); }
td.TdClassName
{
border-color: #E44AFE;
}
.TagClassName
{
border-color: #E44AFE;
}
</style>