Shades of Pink Flamingo #E954F9
Tints of Pink Flamingo #E954F9
RGB
CMYK
RGB Variations
Color information
#E954F9 (or 0xE954F9) is known color: Pink Flamingo. HEX triplet: E9, 54 and F9. RGB value is (233,84,249). Sum of RGB (Red+Green+Blue) = 233+84+249=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #E954F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E954F9 is #16AB06. Grayscale: #929292. Windows color (decimal): -1485575 or 16340201. OLE color: 16340201.
HSL color Cylindrical-coordinate representation of color #E954F9: hue angle of 294.18º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E954F9 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 84 | 249 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.02 |
| HSL | 294.18º | 0.93% | 0.65% | - |
| HSV(B) | 294.18º | 0.66% | 0.98% | - |
| XYZ | 53.87 | 30.5 | 92.67 | - |
| YUV | 147.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 249 | 0.06 | 0.66 | 0 | 0.02 | 294.18 | 0.93 | 0.65 |
| Hex | E9 | 54 | F9 | 6 | 42 | 0 | 2 | 126 | 5D | 41 |
| Octal | 351 | 124 | 371 | 6 | 102 | 0 | 2 | 446 | 135 | 101 |
| Binary | 11101001 | 1010100 | 11111001 | 110 | 1000010 | 0 | 10 | 100100110 | 1011101 | 1000001 |
Color Harmonies of #E954F9
Complementary color
Monochromatic Colors of #E954F9
Black with #E954F9
Text Example
Text Example
White with #E954F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954F9; }
p { color: rgb(233,84,249); }
H1.HeaderClassName
{
color: #E954F9;
}
.AnyTagClassName
{
color: #E954F9;
}
</style>
background-color css
<style>
a { background-color: #E954F9; }
a { background-color: rgb(233,84,249); }
div.DivClassName
{
background-color: #E954F9;
}
.BgClassName
{
background-color: #E954F9;
}
</style>
border-color css
<style>
span { border-color: #E954F9; }
span { border-color: rgb(233,84,249); }
td.TdClassName
{
border-color: #E954F9;
}
.TagClassName
{
border-color: #E954F9;
}
</style>