Shades of Pink Flamingo #E954FF
Tints of Pink Flamingo #E954FF
RGB
CMYK
RGB Variations
Color information
#E954FF (or 0xE954FF) is known color: Pink Flamingo. HEX triplet: E9, 54 and FF. RGB value is (233,84,255). Sum of RGB (Red+Green+Blue) = 233+84+255=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 84 (33.20% from 255 or 14.69% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #E954FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E954FF is #16AB00. Grayscale: #939393. Windows color (decimal): -1485569 or 16733417. OLE color: 16733417.
HSL color Cylindrical-coordinate representation of color #E954FF: hue angle of 292.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E954FF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 84 | 255 | - |
| CMYK | 0.09 | 0.67 | 0 | 0 |
| HSL | 292.28º | 1% | 0.66% | - |
| HSV(B) | 292.28º | 0.67% | 1% | - |
| XYZ | 54.82 | 30.88 | 97.68 | - |
| YUV | 148.05 | 188.36 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 255 | 0.09 | 0.67 | 0 | 0 | 292.28 | 1 | 0.66 |
| Hex | E9 | 54 | FF | 9 | 43 | 0 | 0 | 124 | 64 | 42 |
| Octal | 351 | 124 | 377 | 11 | 103 | 0 | 0 | 444 | 144 | 102 |
| Binary | 11101001 | 1010100 | 11111111 | 1001 | 1000011 | 0 | 0 | 100100100 | 1100100 | 1000010 |
Color Harmonies of #E954FF
Complementary color
Monochromatic Colors of #E954FF
Black with #E954FF
Text Example
Text Example
White with #E954FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954FF; }
p { color: rgb(233,84,255); }
H1.HeaderClassName
{
color: #E954FF;
}
.AnyTagClassName
{
color: #E954FF;
}
</style>
background-color css
<style>
a { background-color: #E954FF; }
a { background-color: rgb(233,84,255); }
div.DivClassName
{
background-color: #E954FF;
}
.BgClassName
{
background-color: #E954FF;
}
</style>
border-color css
<style>
span { border-color: #E954FF; }
span { border-color: rgb(233,84,255); }
td.TdClassName
{
border-color: #E954FF;
}
.TagClassName
{
border-color: #E954FF;
}
</style>