Shades of Pink Flamingo #E959FD
Tints of Pink Flamingo #E959FD
RGB
CMYK
RGB Variations
Color information
#E959FD (or 0xE959FD) is known color: Pink Flamingo. HEX triplet: E9, 59 and FD. RGB value is (233,89,253). Sum of RGB (Red+Green+Blue) = 233+89+253=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 89 (35.16% from 255 or 15.48% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #E959FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E959FD is #16A602. Grayscale: #969696. Windows color (decimal): -1484291 or 16603625. OLE color: 16603625.
HSL color Cylindrical-coordinate representation of color #E959FD: hue angle of 292.68º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E959FD is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 89 | 253 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.01 |
| HSL | 292.68º | 0.98% | 0.67% | - |
| HSV(B) | 292.68º | 0.65% | 0.99% | - |
| XYZ | 54.91 | 31.56 | 96.13 | - |
| YUV | 150.75 | 185.71 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 253 | 0.08 | 0.65 | 0 | 0.01 | 292.68 | 0.98 | 0.67 |
| Hex | E9 | 59 | FD | 8 | 41 | 0 | 1 | 125 | 62 | 43 |
| Octal | 351 | 131 | 375 | 10 | 101 | 0 | 1 | 445 | 142 | 103 |
| Binary | 11101001 | 1011001 | 11111101 | 1000 | 1000001 | 0 | 1 | 100100101 | 1100010 | 1000011 |
Color Harmonies of #E959FD
Complementary color
Monochromatic Colors of #E959FD
Black with #E959FD
Text Example
Text Example
White with #E959FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959FD; }
p { color: rgb(233,89,253); }
H1.HeaderClassName
{
color: #E959FD;
}
.AnyTagClassName
{
color: #E959FD;
}
</style>
background-color css
<style>
a { background-color: #E959FD; }
a { background-color: rgb(233,89,253); }
div.DivClassName
{
background-color: #E959FD;
}
.BgClassName
{
background-color: #E959FD;
}
</style>
border-color css
<style>
span { border-color: #E959FD; }
span { border-color: rgb(233,89,253); }
td.TdClassName
{
border-color: #E959FD;
}
.TagClassName
{
border-color: #E959FD;
}
</style>