Shades of Pink Flamingo #E945FD
Tints of Pink Flamingo #E945FD
RGB
CMYK
RGB Variations
Color information
#E945FD (or 0xE945FD) is known color: Pink Flamingo. HEX triplet: E9, 45 and FD. RGB value is (233,69,253). Sum of RGB (Red+Green+Blue) = 233+69+253=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 69 (27.34% from 255 or 12.43% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #E945FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E945FD is #16BA02. Grayscale: #8A8A8A. Windows color (decimal): -1489411 or 16598505. OLE color: 16598505.
HSL color Cylindrical-coordinate representation of color #E945FD: hue angle of 293.48º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E945FD is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 69 | 253 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.01 |
| HSL | 293.48º | 0.98% | 0.63% | - |
| HSV(B) | 293.48º | 0.73% | 0.99% | - |
| XYZ | 53.46 | 28.67 | 95.64 | - |
| YUV | 139.01 | 192.33 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 253 | 0.08 | 0.73 | 0 | 0.01 | 293.48 | 0.98 | 0.63 |
| Hex | E9 | 45 | FD | 8 | 49 | 0 | 1 | 125 | 62 | 3F |
| Octal | 351 | 105 | 375 | 10 | 111 | 0 | 1 | 445 | 142 | 77 |
| Binary | 11101001 | 1000101 | 11111101 | 1000 | 1001001 | 0 | 1 | 100100101 | 1100010 | 111111 |
Color Harmonies of #E945FD
Complementary color
Monochromatic Colors of #E945FD
Black with #E945FD
Text Example
Text Example
White with #E945FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E945FD; }
p { color: rgb(233,69,253); }
H1.HeaderClassName
{
color: #E945FD;
}
.AnyTagClassName
{
color: #E945FD;
}
</style>
background-color css
<style>
a { background-color: #E945FD; }
a { background-color: rgb(233,69,253); }
div.DivClassName
{
background-color: #E945FD;
}
.BgClassName
{
background-color: #E945FD;
}
</style>
border-color css
<style>
span { border-color: #E945FD; }
span { border-color: rgb(233,69,253); }
td.TdClassName
{
border-color: #E945FD;
}
.TagClassName
{
border-color: #E945FD;
}
</style>