Shades of Pale Magenta #E97FDB
Tints of Pale Magenta #E97FDB
RGB
CMYK
RGB Variations
Color information
#E97FDB (or 0xE97FDB) is known color: Pale Magenta. HEX triplet: E9, 7F and DB. RGB value is (233,127,219). Sum of RGB (Red+Green+Blue) = 233+127+219=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FDB is #168024. Grayscale: #A8A8A8. Windows color (decimal): -1474597 or 14385129. OLE color: 14385129.
HSL color Cylindrical-coordinate representation of color #E97FDB: hue angle of 307.92º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97FDB is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 127 | 219 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.09 |
| HSL | 307.92º | 0.71% | 0.71% | - |
| HSV(B) | 307.92º | 0.45% | 0.91% | - |
| XYZ | 53.98 | 37.62 | 71.43 | - |
| YUV | 169.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 127 | 219 | 0 | 0.45 | 0.06 | 0.09 | 307.92 | 0.71 | 0.71 |
| Hex | E9 | 7F | DB | 0 | 2D | 6 | 9 | 134 | 47 | 47 |
| Octal | 351 | 177 | 333 | 0 | 55 | 6 | 11 | 464 | 107 | 107 |
| Binary | 11101001 | 1111111 | 11011011 | 0 | 101101 | 110 | 1001 | 100110100 | 1000111 | 1000111 |
Color Harmonies of #E97FDB
Complementary color
Monochromatic Colors of #E97FDB
Black with #E97FDB
Text Example
Text Example
White with #E97FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97FDB; }
p { color: rgb(233,127,219); }
H1.HeaderClassName
{
color: #E97FDB;
}
.AnyTagClassName
{
color: #E97FDB;
}
</style>
background-color css
<style>
a { background-color: #E97FDB; }
a { background-color: rgb(233,127,219); }
div.DivClassName
{
background-color: #E97FDB;
}
.BgClassName
{
background-color: #E97FDB;
}
</style>
border-color css
<style>
span { border-color: #E97FDB; }
span { border-color: rgb(233,127,219); }
td.TdClassName
{
border-color: #E97FDB;
}
.TagClassName
{
border-color: #E97FDB;
}
</style>