Shades of Pink Flamingo #E950FD
Tints of Pink Flamingo #E950FD
RGB
CMYK
RGB Variations
Color information
#E950FD (or 0xE950FD) is known color: Pink Flamingo. HEX triplet: E9, 50 and FD. RGB value is (233,80,253). Sum of RGB (Red+Green+Blue) = 233+80+253=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #E950FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E950FD is #16AF02. Grayscale: #909090. Windows color (decimal): -1486595 or 16601321. OLE color: 16601321.
HSL color Cylindrical-coordinate representation of color #E950FD: hue angle of 293.06º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E950FD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 80 | 253 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.01 |
| HSL | 293.06º | 0.98% | 0.65% | - |
| HSV(B) | 293.06º | 0.68% | 0.99% | - |
| XYZ | 54.2 | 30.15 | 95.89 | - |
| YUV | 145.47 | 188.69 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 253 | 0.08 | 0.68 | 0 | 0.01 | 293.06 | 0.98 | 0.65 |
| Hex | E9 | 50 | FD | 8 | 44 | 0 | 1 | 125 | 62 | 41 |
| Octal | 351 | 120 | 375 | 10 | 104 | 0 | 1 | 445 | 142 | 101 |
| Binary | 11101001 | 1010000 | 11111101 | 1000 | 1000100 | 0 | 1 | 100100101 | 1100010 | 1000001 |
Color Harmonies of #E950FD
Complementary color
Monochromatic Colors of #E950FD
Black with #E950FD
Text Example
Text Example
White with #E950FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950FD; }
p { color: rgb(233,80,253); }
H1.HeaderClassName
{
color: #E950FD;
}
.AnyTagClassName
{
color: #E950FD;
}
</style>
background-color css
<style>
a { background-color: #E950FD; }
a { background-color: rgb(233,80,253); }
div.DivClassName
{
background-color: #E950FD;
}
.BgClassName
{
background-color: #E950FD;
}
</style>
border-color css
<style>
span { border-color: #E950FD; }
span { border-color: rgb(233,80,253); }
td.TdClassName
{
border-color: #E950FD;
}
.TagClassName
{
border-color: #E950FD;
}
</style>