Shades of Pink Flamingo #E53AFF
Tints of Pink Flamingo #E53AFF
RGB
CMYK
RGB Variations
Color information
#E53AFF (or 0xE53AFF) is known color: Pink Flamingo. HEX triplet: E5, 3A and FF. RGB value is (229,58,255). Sum of RGB (Red+Green+Blue) = 229+58+255=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 58 (23.05% from 255 or 10.70% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #E53AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53AFF is #1AC500. Grayscale: #828282. Windows color (decimal): -1754369 or 16726757. OLE color: 16726757.
HSL color Cylindrical-coordinate representation of color #E53AFF: hue angle of 292.08º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53AFF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 58 | 255 | - |
| CMYK | 0.10 | 0.77 | 0 | 0 |
| HSL | 292.08º | 1% | 0.61% | - |
| HSV(B) | 292.08º | 0.77% | 1% | - |
| XYZ | 51.88 | 26.9 | 97.07 | - |
| YUV | 131.59 | 197.65 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 255 | 0.10 | 0.77 | 0 | 0 | 292.08 | 1 | 0.61 |
| Hex | E5 | 3A | FF | A | 4D | 0 | 0 | 124 | 64 | 3D |
| Octal | 345 | 72 | 377 | 12 | 115 | 0 | 0 | 444 | 144 | 75 |
| Binary | 11100101 | 111010 | 11111111 | 1010 | 1001101 | 0 | 0 | 100100100 | 1100100 | 111101 |
Color Harmonies of #E53AFF
Complementary color
Monochromatic Colors of #E53AFF
Black with #E53AFF
Text Example
Text Example
White with #E53AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53AFF; }
p { color: rgb(229,58,255); }
H1.HeaderClassName
{
color: #E53AFF;
}
.AnyTagClassName
{
color: #E53AFF;
}
</style>
background-color css
<style>
a { background-color: #E53AFF; }
a { background-color: rgb(229,58,255); }
div.DivClassName
{
background-color: #E53AFF;
}
.BgClassName
{
background-color: #E53AFF;
}
</style>
border-color css
<style>
span { border-color: #E53AFF; }
span { border-color: rgb(229,58,255); }
td.TdClassName
{
border-color: #E53AFF;
}
.TagClassName
{
border-color: #E53AFF;
}
</style>