Shades of Pink Flamingo #E949FF
Tints of Pink Flamingo #E949FF
RGB
CMYK
RGB Variations
Color information
#E949FF (or 0xE949FF) is known color: Pink Flamingo. HEX triplet: E9, 49 and FF. RGB value is (233,73,255). Sum of RGB (Red+Green+Blue) = 233+73+255=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 73 (28.91% from 255 or 13.01% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #E949FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E949FF is #16B600. Grayscale: #8D8D8D. Windows color (decimal): -1488385 or 16730601. OLE color: 16730601.
HSL color Cylindrical-coordinate representation of color #E949FF: hue angle of 292.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E949FF is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 73 | 255 | - |
| CMYK | 0.09 | 0.71 | 0 | 0 |
| HSL | 292.75º | 1% | 0.64% | - |
| HSV(B) | 292.75º | 0.71% | 1% | - |
| XYZ | 54.04 | 29.31 | 97.42 | - |
| YUV | 141.59 | 192.01 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 255 | 0.09 | 0.71 | 0 | 0 | 292.75 | 1 | 0.64 |
| Hex | E9 | 49 | FF | 9 | 47 | 0 | 0 | 125 | 64 | 40 |
| Octal | 351 | 111 | 377 | 11 | 107 | 0 | 0 | 445 | 144 | 100 |
| Binary | 11101001 | 1001001 | 11111111 | 1001 | 1000111 | 0 | 0 | 100100101 | 1100100 | 1000000 |
Color Harmonies of #E949FF
Complementary color
Monochromatic Colors of #E949FF
Black with #E949FF
Text Example
Text Example
White with #E949FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949FF; }
p { color: rgb(233,73,255); }
H1.HeaderClassName
{
color: #E949FF;
}
.AnyTagClassName
{
color: #E949FF;
}
</style>
background-color css
<style>
a { background-color: #E949FF; }
a { background-color: rgb(233,73,255); }
div.DivClassName
{
background-color: #E949FF;
}
.BgClassName
{
background-color: #E949FF;
}
</style>
border-color css
<style>
span { border-color: #E949FF; }
span { border-color: rgb(233,73,255); }
td.TdClassName
{
border-color: #E949FF;
}
.TagClassName
{
border-color: #E949FF;
}
</style>