Shades of Pink Flamingo #E539FF
Tints of Pink Flamingo #E539FF
RGB
CMYK
RGB Variations
Color information
#E539FF (or 0xE539FF) is known color: Pink Flamingo. HEX triplet: E5, 39 and FF. RGB value is (229,57,255). Sum of RGB (Red+Green+Blue) = 229+57+255=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 57 (22.66% from 255 or 10.54% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #E539FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E539FF is #1AC600. Grayscale: #828282. Windows color (decimal): -1754625 or 16726501. OLE color: 16726501.
HSL color Cylindrical-coordinate representation of color #E539FF: hue angle of 292.12º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E539FF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 57 | 255 | - |
| CMYK | 0.10 | 0.78 | 0 | 0 |
| HSL | 292.12º | 1% | 0.61% | - |
| HSV(B) | 292.12º | 0.78% | 1% | - |
| XYZ | 51.83 | 26.8 | 97.05 | - |
| YUV | 131 | 197.98 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 255 | 0.10 | 0.78 | 0 | 0 | 292.12 | 1 | 0.61 |
| Hex | E5 | 39 | FF | A | 4E | 0 | 0 | 124 | 64 | 3D |
| Octal | 345 | 71 | 377 | 12 | 116 | 0 | 0 | 444 | 144 | 75 |
| Binary | 11100101 | 111001 | 11111111 | 1010 | 1001110 | 0 | 0 | 100100100 | 1100100 | 111101 |
Color Harmonies of #E539FF
Complementary color
Monochromatic Colors of #E539FF
Black with #E539FF
Text Example
Text Example
White with #E539FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E539FF; }
p { color: rgb(229,57,255); }
H1.HeaderClassName
{
color: #E539FF;
}
.AnyTagClassName
{
color: #E539FF;
}
</style>
background-color css
<style>
a { background-color: #E539FF; }
a { background-color: rgb(229,57,255); }
div.DivClassName
{
background-color: #E539FF;
}
.BgClassName
{
background-color: #E539FF;
}
</style>
border-color css
<style>
span { border-color: #E539FF; }
span { border-color: rgb(229,57,255); }
td.TdClassName
{
border-color: #E539FF;
}
.TagClassName
{
border-color: #E539FF;
}
</style>