Shades of Pink Flamingo #E53BFF
Tints of Pink Flamingo #E53BFF
RGB
CMYK
RGB Variations
Color information
#E53BFF (or 0xE53BFF) is known color: Pink Flamingo. HEX triplet: E5, 3B and FF. RGB value is (229,59,255). Sum of RGB (Red+Green+Blue) = 229+59+255=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 59 (23.44% from 255 or 10.87% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #E53BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53BFF is #1AC400. Grayscale: #838383. Windows color (decimal): -1754113 or 16727013. OLE color: 16727013.
HSL color Cylindrical-coordinate representation of color #E53BFF: hue angle of 292.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53BFF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 59 | 255 | - |
| CMYK | 0.10 | 0.77 | 0 | 0 |
| HSL | 292.04º | 1% | 0.62% | - |
| HSV(B) | 292.04º | 0.77% | 1% | - |
| XYZ | 51.93 | 27.01 | 97.08 | - |
| YUV | 132.17 | 197.32 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 59 | 255 | 0.10 | 0.77 | 0 | 0 | 292.04 | 1 | 0.62 |
| Hex | E5 | 3B | FF | A | 4D | 0 | 0 | 124 | 64 | 3E |
| Octal | 345 | 73 | 377 | 12 | 115 | 0 | 0 | 444 | 144 | 76 |
| Binary | 11100101 | 111011 | 11111111 | 1010 | 1001101 | 0 | 0 | 100100100 | 1100100 | 111110 |
Color Harmonies of #E53BFF
Complementary color
Monochromatic Colors of #E53BFF
Black with #E53BFF
Text Example
Text Example
White with #E53BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53BFF; }
p { color: rgb(229,59,255); }
H1.HeaderClassName
{
color: #E53BFF;
}
.AnyTagClassName
{
color: #E53BFF;
}
</style>
background-color css
<style>
a { background-color: #E53BFF; }
a { background-color: rgb(229,59,255); }
div.DivClassName
{
background-color: #E53BFF;
}
.BgClassName
{
background-color: #E53BFF;
}
</style>
border-color css
<style>
span { border-color: #E53BFF; }
span { border-color: rgb(229,59,255); }
td.TdClassName
{
border-color: #E53BFF;
}
.TagClassName
{
border-color: #E53BFF;
}
</style>