Shades of Pink Flamingo #E53EFF
Tints of Pink Flamingo #E53EFF
RGB
CMYK
RGB Variations
Color information
#E53EFF (or 0xE53EFF) is known color: Pink Flamingo. HEX triplet: E5, 3E and FF. RGB value is (229,62,255). Sum of RGB (Red+Green+Blue) = 229+62+255=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 62 (24.61% from 255 or 11.36% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #E53EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53EFF is #1AC100. Grayscale: #858585. Windows color (decimal): -1753345 or 16727781. OLE color: 16727781.
HSL color Cylindrical-coordinate representation of color #E53EFF: hue angle of 291.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53EFF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 62 | 255 | - |
| CMYK | 0.10 | 0.76 | 0 | 0 |
| HSL | 291.92º | 1% | 0.62% | - |
| HSV(B) | 291.92º | 0.76% | 1% | - |
| XYZ | 52.09 | 27.32 | 97.14 | - |
| YUV | 133.94 | 196.33 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 255 | 0.10 | 0.76 | 0 | 0 | 291.92 | 1 | 0.62 |
| Hex | E5 | 3E | FF | A | 4C | 0 | 0 | 124 | 64 | 3E |
| Octal | 345 | 76 | 377 | 12 | 114 | 0 | 0 | 444 | 144 | 76 |
| Binary | 11100101 | 111110 | 11111111 | 1010 | 1001100 | 0 | 0 | 100100100 | 1100100 | 111110 |
Color Harmonies of #E53EFF
Complementary color
Monochromatic Colors of #E53EFF
Black with #E53EFF
Text Example
Text Example
White with #E53EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53EFF; }
p { color: rgb(229,62,255); }
H1.HeaderClassName
{
color: #E53EFF;
}
.AnyTagClassName
{
color: #E53EFF;
}
</style>
background-color css
<style>
a { background-color: #E53EFF; }
a { background-color: rgb(229,62,255); }
div.DivClassName
{
background-color: #E53EFF;
}
.BgClassName
{
background-color: #E53EFF;
}
</style>
border-color css
<style>
span { border-color: #E53EFF; }
span { border-color: rgb(229,62,255); }
td.TdClassName
{
border-color: #E53EFF;
}
.TagClassName
{
border-color: #E53EFF;
}
</style>