Shades of Pink Flamingo #E544FF
Tints of Pink Flamingo #E544FF
RGB
CMYK
RGB Variations
Color information
#E544FF (or 0xE544FF) is known color: Pink Flamingo. HEX triplet: E5, 44 and FF. RGB value is (229,68,255). Sum of RGB (Red+Green+Blue) = 229+68+255=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 68 (26.95% from 255 or 12.32% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #E544FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E544FF is #1ABB00. Grayscale: #888888. Windows color (decimal): -1751809 or 16729317. OLE color: 16729317.
HSL color Cylindrical-coordinate representation of color #E544FF: hue angle of 291.66º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E544FF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 68 | 255 | - |
| CMYK | 0.10 | 0.73 | 0 | 0 |
| HSL | 291.66º | 1% | 0.63% | - |
| HSV(B) | 291.66º | 0.73% | 1% | - |
| XYZ | 52.43 | 28.01 | 97.25 | - |
| YUV | 137.46 | 194.34 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 255 | 0.10 | 0.73 | 0 | 0 | 291.66 | 1 | 0.63 |
| Hex | E5 | 44 | FF | A | 49 | 0 | 0 | 124 | 64 | 3F |
| Octal | 345 | 104 | 377 | 12 | 111 | 0 | 0 | 444 | 144 | 77 |
| Binary | 11100101 | 1000100 | 11111111 | 1010 | 1001001 | 0 | 0 | 100100100 | 1100100 | 111111 |
Color Harmonies of #E544FF
Complementary color
Monochromatic Colors of #E544FF
Black with #E544FF
Text Example
Text Example
White with #E544FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544FF; }
p { color: rgb(229,68,255); }
H1.HeaderClassName
{
color: #E544FF;
}
.AnyTagClassName
{
color: #E544FF;
}
</style>
background-color css
<style>
a { background-color: #E544FF; }
a { background-color: rgb(229,68,255); }
div.DivClassName
{
background-color: #E544FF;
}
.BgClassName
{
background-color: #E544FF;
}
</style>
border-color css
<style>
span { border-color: #E544FF; }
span { border-color: rgb(229,68,255); }
td.TdClassName
{
border-color: #E544FF;
}
.TagClassName
{
border-color: #E544FF;
}
</style>