Shades of Pink Flamingo #E449FF
Tints of Pink Flamingo #E449FF
RGB
CMYK
RGB Variations
Color information
#E449FF (or 0xE449FF) is known color: Pink Flamingo. HEX triplet: E4, 49 and FF. RGB value is (228,73,255). Sum of RGB (Red+Green+Blue) = 228+73+255=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 73 (28.91% from 255 or 13.13% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #E449FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449FF is #1BB600. Grayscale: #8B8B8B. Windows color (decimal): -1816065 or 16730596. OLE color: 16730596.
HSL color Cylindrical-coordinate representation of color #E449FF: hue angle of 291.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E449FF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 73 | 255 | - |
| CMYK | 0.11 | 0.71 | 0 | 0 |
| HSL | 291.1º | 1% | 0.64% | - |
| HSV(B) | 291.1º | 0.71% | 1% | - |
| XYZ | 52.43 | 28.48 | 97.34 | - |
| YUV | 140.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 255 | 0.11 | 0.71 | 0 | 0 | 291.1 | 1 | 0.64 |
| Hex | E4 | 49 | FF | B | 47 | 0 | 0 | 123 | 64 | 40 |
| Octal | 344 | 111 | 377 | 13 | 107 | 0 | 0 | 443 | 144 | 100 |
| Binary | 11100100 | 1001001 | 11111111 | 1011 | 1000111 | 0 | 0 | 100100011 | 1100100 | 1000000 |
Color Harmonies of #E449FF
Complementary color
Monochromatic Colors of #E449FF
Black with #E449FF
Text Example
Text Example
White with #E449FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449FF; }
p { color: rgb(228,73,255); }
H1.HeaderClassName
{
color: #E449FF;
}
.AnyTagClassName
{
color: #E449FF;
}
</style>
background-color css
<style>
a { background-color: #E449FF; }
a { background-color: rgb(228,73,255); }
div.DivClassName
{
background-color: #E449FF;
}
.BgClassName
{
background-color: #E449FF;
}
</style>
border-color css
<style>
span { border-color: #E449FF; }
span { border-color: rgb(228,73,255); }
td.TdClassName
{
border-color: #E449FF;
}
.TagClassName
{
border-color: #E449FF;
}
</style>