Shades of Pink Flamingo #E54EFE
Tints of Pink Flamingo #E54EFE
RGB
CMYK
RGB Variations
Color information
#E54EFE (or 0xE54EFE) is known color: Pink Flamingo. HEX triplet: E5, 4E and FE. RGB value is (229,78,254). Sum of RGB (Red+Green+Blue) = 229+78+254=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #E54EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54EFE is #1AB101. Grayscale: #8E8E8E. Windows color (decimal): -1749250 or 16666341. OLE color: 16666341.
HSL color Cylindrical-coordinate representation of color #E54EFE: hue angle of 291.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54EFE is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 78 | 254 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.00 |
| HSL | 291.48º | 0.99% | 0.65% | - |
| HSV(B) | 291.48º | 0.69% | 1% | - |
| XYZ | 52.93 | 29.26 | 96.62 | - |
| YUV | 143.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 254 | 0.10 | 0.69 | 0 | 0.00 | 291.48 | 0.99 | 0.65 |
| Hex | E5 | 4E | FE | A | 45 | 0 | 0 | 123 | 63 | 41 |
| Octal | 345 | 116 | 376 | 12 | 105 | 0 | 0 | 443 | 143 | 101 |
| Binary | 11100101 | 1001110 | 11111110 | 1010 | 1000101 | 0 | 0 | 100100011 | 1100011 | 1000001 |
Color Harmonies of #E54EFE
Complementary color
Monochromatic Colors of #E54EFE
Black with #E54EFE
Text Example
Text Example
White with #E54EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54EFE; }
p { color: rgb(229,78,254); }
H1.HeaderClassName
{
color: #E54EFE;
}
.AnyTagClassName
{
color: #E54EFE;
}
</style>
background-color css
<style>
a { background-color: #E54EFE; }
a { background-color: rgb(229,78,254); }
div.DivClassName
{
background-color: #E54EFE;
}
.BgClassName
{
background-color: #E54EFE;
}
</style>
border-color css
<style>
span { border-color: #E54EFE; }
span { border-color: rgb(229,78,254); }
td.TdClassName
{
border-color: #E54EFE;
}
.TagClassName
{
border-color: #E54EFE;
}
</style>