Shades of Pink Flamingo #E54FF8
Tints of Pink Flamingo #E54FF8
RGB
CMYK
RGB Variations
Color information
#E54FF8 (or 0xE54FF8) is known color: Pink Flamingo. HEX triplet: E5, 4F and F8. RGB value is (229,79,248). Sum of RGB (Red+Green+Blue) = 229+79+248=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 79 (31.25% from 255 or 14.21% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #E54FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54FF8 is #1AB007. Grayscale: #8E8E8E. Windows color (decimal): -1749000 or 16273381. OLE color: 16273381.
HSL color Cylindrical-coordinate representation of color #E54FF8: hue angle of 293.25º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54FF8 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 79 | 248 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.03 |
| HSL | 293.25º | 0.92% | 0.64% | - |
| HSV(B) | 293.25º | 0.68% | 0.97% | - |
| XYZ | 52.05 | 29.03 | 91.67 | - |
| YUV | 143.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 248 | 0.08 | 0.68 | 0 | 0.03 | 293.25 | 0.92 | 0.64 |
| Hex | E5 | 4F | F8 | 8 | 44 | 0 | 3 | 125 | 5C | 40 |
| Octal | 345 | 117 | 370 | 10 | 104 | 0 | 3 | 445 | 134 | 100 |
| Binary | 11100101 | 1001111 | 11111000 | 1000 | 1000100 | 0 | 11 | 100100101 | 1011100 | 1000000 |
Color Harmonies of #E54FF8
Complementary color
Monochromatic Colors of #E54FF8
Black with #E54FF8
Text Example
Text Example
White with #E54FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FF8; }
p { color: rgb(229,79,248); }
H1.HeaderClassName
{
color: #E54FF8;
}
.AnyTagClassName
{
color: #E54FF8;
}
</style>
background-color css
<style>
a { background-color: #E54FF8; }
a { background-color: rgb(229,79,248); }
div.DivClassName
{
background-color: #E54FF8;
}
.BgClassName
{
background-color: #E54FF8;
}
</style>
border-color css
<style>
span { border-color: #E54FF8; }
span { border-color: rgb(229,79,248); }
td.TdClassName
{
border-color: #E54FF8;
}
.TagClassName
{
border-color: #E54FF8;
}
</style>