Shades of Pink Flamingo #E53FFE
Tints of Pink Flamingo #E53FFE
RGB
CMYK
RGB Variations
Color information
#E53FFE (or 0xE53FFE) is known color: Pink Flamingo. HEX triplet: E5, 3F and FE. RGB value is (229,63,254). Sum of RGB (Red+Green+Blue) = 229+63+254=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 63 (25% from 255 or 11.54% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #E53FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FFE is #1AC001. Grayscale: #858585. Windows color (decimal): -1753090 or 16662501. OLE color: 16662501.
HSL color Cylindrical-coordinate representation of color #E53FFE: hue angle of 292.15º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53FFE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 63 | 254 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.00 |
| HSL | 292.15º | 0.99% | 0.62% | - |
| HSV(B) | 292.15º | 0.75% | 1% | - |
| XYZ | 51.98 | 27.37 | 96.31 | - |
| YUV | 134.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 63 | 254 | 0.10 | 0.75 | 0 | 0.00 | 292.15 | 0.99 | 0.62 |
| Hex | E5 | 3F | FE | A | 4B | 0 | 0 | 124 | 63 | 3E |
| Octal | 345 | 77 | 376 | 12 | 113 | 0 | 0 | 444 | 143 | 76 |
| Binary | 11100101 | 111111 | 11111110 | 1010 | 1001011 | 0 | 0 | 100100100 | 1100011 | 111110 |
Color Harmonies of #E53FFE
Complementary color
Monochromatic Colors of #E53FFE
Black with #E53FFE
Text Example
Text Example
White with #E53FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53FFE; }
p { color: rgb(229,63,254); }
H1.HeaderClassName
{
color: #E53FFE;
}
.AnyTagClassName
{
color: #E53FFE;
}
</style>
background-color css
<style>
a { background-color: #E53FFE; }
a { background-color: rgb(229,63,254); }
div.DivClassName
{
background-color: #E53FFE;
}
.BgClassName
{
background-color: #E53FFE;
}
</style>
border-color css
<style>
span { border-color: #E53FFE; }
span { border-color: rgb(229,63,254); }
td.TdClassName
{
border-color: #E53FFE;
}
.TagClassName
{
border-color: #E53FFE;
}
</style>