Shades of Pink Flamingo #E541FD
Tints of Pink Flamingo #E541FD
RGB
CMYK
RGB Variations
Color information
#E541FD (or 0xE541FD) is known color: Pink Flamingo. HEX triplet: E5, 41 and FD. RGB value is (229,65,253). Sum of RGB (Red+Green+Blue) = 229+65+253=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 65 (25.78% from 255 or 11.88% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #E541FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541FD is #1ABE02. Grayscale: #868686. Windows color (decimal): -1752579 or 16597477. OLE color: 16597477.
HSL color Cylindrical-coordinate representation of color #E541FD: hue angle of 292.34º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E541FD is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 65 | 253 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.01 |
| HSL | 292.34º | 0.98% | 0.62% | - |
| HSV(B) | 292.34º | 0.74% | 0.99% | - |
| XYZ | 51.93 | 27.53 | 95.51 | - |
| YUV | 135.47 | 194.33 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 253 | 0.09 | 0.74 | 0 | 0.01 | 292.34 | 0.98 | 0.62 |
| Hex | E5 | 41 | FD | 9 | 4A | 0 | 1 | 124 | 62 | 3E |
| Octal | 345 | 101 | 375 | 11 | 112 | 0 | 1 | 444 | 142 | 76 |
| Binary | 11100101 | 1000001 | 11111101 | 1001 | 1001010 | 0 | 1 | 100100100 | 1100010 | 111110 |
Color Harmonies of #E541FD
Complementary color
Monochromatic Colors of #E541FD
Black with #E541FD
Text Example
Text Example
White with #E541FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541FD; }
p { color: rgb(229,65,253); }
H1.HeaderClassName
{
color: #E541FD;
}
.AnyTagClassName
{
color: #E541FD;
}
</style>
background-color css
<style>
a { background-color: #E541FD; }
a { background-color: rgb(229,65,253); }
div.DivClassName
{
background-color: #E541FD;
}
.BgClassName
{
background-color: #E541FD;
}
</style>
border-color css
<style>
span { border-color: #E541FD; }
span { border-color: rgb(229,65,253); }
td.TdClassName
{
border-color: #E541FD;
}
.TagClassName
{
border-color: #E541FD;
}
</style>