Shades of Pink Flamingo #E955F9
Tints of Pink Flamingo #E955F9
RGB
CMYK
RGB Variations
Color information
#E955F9 (or 0xE955F9) is known color: Pink Flamingo. HEX triplet: E9, 55 and F9. RGB value is (233,85,249). Sum of RGB (Red+Green+Blue) = 233+85+249=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #E955F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955F9 is #16AA06. Grayscale: #939393. Windows color (decimal): -1485319 or 16340457. OLE color: 16340457.
HSL color Cylindrical-coordinate representation of color #E955F9: hue angle of 294.15º 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 #E955F9 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 85 | 249 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.02 |
| HSL | 294.15º | 0.93% | 0.65% | - |
| HSV(B) | 294.15º | 0.66% | 0.98% | - |
| XYZ | 53.95 | 30.66 | 92.7 | - |
| YUV | 147.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 249 | 0.06 | 0.66 | 0 | 0.02 | 294.15 | 0.93 | 0.65 |
| Hex | E9 | 55 | F9 | 6 | 42 | 0 | 2 | 126 | 5D | 41 |
| Octal | 351 | 125 | 371 | 6 | 102 | 0 | 2 | 446 | 135 | 101 |
| Binary | 11101001 | 1010101 | 11111001 | 110 | 1000010 | 0 | 10 | 100100110 | 1011101 | 1000001 |
Color Harmonies of #E955F9
Complementary color
Monochromatic Colors of #E955F9
Black with #E955F9
Text Example
Text Example
White with #E955F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955F9; }
p { color: rgb(233,85,249); }
H1.HeaderClassName
{
color: #E955F9;
}
.AnyTagClassName
{
color: #E955F9;
}
</style>
background-color css
<style>
a { background-color: #E955F9; }
a { background-color: rgb(233,85,249); }
div.DivClassName
{
background-color: #E955F9;
}
.BgClassName
{
background-color: #E955F9;
}
</style>
border-color css
<style>
span { border-color: #E955F9; }
span { border-color: rgb(233,85,249); }
td.TdClassName
{
border-color: #E955F9;
}
.TagClassName
{
border-color: #E955F9;
}
</style>