Shades of Pink Flamingo #E447FF
Tints of Pink Flamingo #E447FF
RGB
CMYK
RGB Variations
Color information
#E447FF (or 0xE447FF) is known color: Pink Flamingo. HEX triplet: E4, 47 and FF. RGB value is (228,71,255). Sum of RGB (Red+Green+Blue) = 228+71+255=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 71 (28.12% from 255 or 12.82% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #E447FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E447FF is #1BB800. Grayscale: #8A8A8A. Windows color (decimal): -1816577 or 16730084. OLE color: 16730084.
HSL color Cylindrical-coordinate representation of color #E447FF: hue angle of 291.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E447FF is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 71 | 255 | - |
| CMYK | 0.11 | 0.72 | 0 | 0 |
| HSL | 291.2º | 1% | 0.64% | - |
| HSV(B) | 291.2º | 0.72% | 1% | - |
| XYZ | 52.3 | 28.22 | 97.3 | - |
| YUV | 138.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 71 | 255 | 0.11 | 0.72 | 0 | 0 | 291.2 | 1 | 0.64 |
| Hex | E4 | 47 | FF | B | 48 | 0 | 0 | 123 | 64 | 40 |
| Octal | 344 | 107 | 377 | 13 | 110 | 0 | 0 | 443 | 144 | 100 |
| Binary | 11100100 | 1000111 | 11111111 | 1011 | 1001000 | 0 | 0 | 100100011 | 1100100 | 1000000 |
Color Harmonies of #E447FF
Complementary color
Monochromatic Colors of #E447FF
Black with #E447FF
Text Example
Text Example
White with #E447FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E447FF; }
p { color: rgb(228,71,255); }
H1.HeaderClassName
{
color: #E447FF;
}
.AnyTagClassName
{
color: #E447FF;
}
</style>
background-color css
<style>
a { background-color: #E447FF; }
a { background-color: rgb(228,71,255); }
div.DivClassName
{
background-color: #E447FF;
}
.BgClassName
{
background-color: #E447FF;
}
</style>
border-color css
<style>
span { border-color: #E447FF; }
span { border-color: rgb(228,71,255); }
td.TdClassName
{
border-color: #E447FF;
}
.TagClassName
{
border-color: #E447FF;
}
</style>