Shades of Pink Flamingo #E540FE
Tints of Pink Flamingo #E540FE
RGB
CMYK
RGB Variations
Color information
#E540FE (or 0xE540FE) is known color: Pink Flamingo. HEX triplet: E5, 40 and FE. RGB value is (229,64,254). Sum of RGB (Red+Green+Blue) = 229+64+254=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #E540FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540FE is #1ABF01. Grayscale: #868686. Windows color (decimal): -1752834 or 16662757. OLE color: 16662757.
HSL color Cylindrical-coordinate representation of color #E540FE: hue angle of 292.11º 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 #E540FE is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 64 | 254 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.00 |
| HSL | 292.11º | 0.99% | 0.62% | - |
| HSV(B) | 292.11º | 0.75% | 1% | - |
| XYZ | 52.04 | 27.48 | 96.33 | - |
| YUV | 135 | 195.16 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 64 | 254 | 0.10 | 0.75 | 0 | 0.00 | 292.11 | 0.99 | 0.62 |
| Hex | E5 | 40 | FE | A | 4B | 0 | 0 | 124 | 63 | 3E |
| Octal | 345 | 100 | 376 | 12 | 113 | 0 | 0 | 444 | 143 | 76 |
| Binary | 11100101 | 1000000 | 11111110 | 1010 | 1001011 | 0 | 0 | 100100100 | 1100011 | 111110 |
Color Harmonies of #E540FE
Complementary color
Monochromatic Colors of #E540FE
Black with #E540FE
Text Example
Text Example
White with #E540FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E540FE; }
p { color: rgb(229,64,254); }
H1.HeaderClassName
{
color: #E540FE;
}
.AnyTagClassName
{
color: #E540FE;
}
</style>
background-color css
<style>
a { background-color: #E540FE; }
a { background-color: rgb(229,64,254); }
div.DivClassName
{
background-color: #E540FE;
}
.BgClassName
{
background-color: #E540FE;
}
</style>
border-color css
<style>
span { border-color: #E540FE; }
span { border-color: rgb(229,64,254); }
td.TdClassName
{
border-color: #E540FE;
}
.TagClassName
{
border-color: #E540FE;
}
</style>