Shades of Pink Flamingo #E53AFE
Tints of Pink Flamingo #E53AFE
RGB
CMYK
RGB Variations
Color information
#E53AFE (or 0xE53AFE) is known color: Pink Flamingo. HEX triplet: E5, 3A and FE. RGB value is (229,58,254). Sum of RGB (Red+Green+Blue) = 229+58+254=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 58 (23.05% from 255 or 10.72% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #E53AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53AFE is #1AC501. Grayscale: #828282. Windows color (decimal): -1754370 or 16661221. OLE color: 16661221.
HSL color Cylindrical-coordinate representation of color #E53AFE: hue angle of 292.35º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53AFE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 58 | 254 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.00 |
| HSL | 292.35º | 0.99% | 0.61% | - |
| HSV(B) | 292.35º | 0.77% | 1% | - |
| XYZ | 51.72 | 26.84 | 96.22 | - |
| YUV | 131.47 | 197.15 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 254 | 0.10 | 0.77 | 0 | 0.00 | 292.35 | 0.99 | 0.61 |
| Hex | E5 | 3A | FE | A | 4D | 0 | 0 | 124 | 63 | 3D |
| Octal | 345 | 72 | 376 | 12 | 115 | 0 | 0 | 444 | 143 | 75 |
| Binary | 11100101 | 111010 | 11111110 | 1010 | 1001101 | 0 | 0 | 100100100 | 1100011 | 111101 |
Color Harmonies of #E53AFE
Complementary color
Monochromatic Colors of #E53AFE
Black with #E53AFE
Text Example
Text Example
White with #E53AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53AFE; }
p { color: rgb(229,58,254); }
H1.HeaderClassName
{
color: #E53AFE;
}
.AnyTagClassName
{
color: #E53AFE;
}
</style>
background-color css
<style>
a { background-color: #E53AFE; }
a { background-color: rgb(229,58,254); }
div.DivClassName
{
background-color: #E53AFE;
}
.BgClassName
{
background-color: #E53AFE;
}
</style>
border-color css
<style>
span { border-color: #E53AFE; }
span { border-color: rgb(229,58,254); }
td.TdClassName
{
border-color: #E53AFE;
}
.TagClassName
{
border-color: #E53AFE;
}
</style>