Shades of Pale Magenta #E98DDB
Tints of Pale Magenta #E98DDB
RGB
CMYK
RGB Variations
Color information
#E98DDB (or 0xE98DDB) is known color: Pale Magenta. HEX triplet: E9, 8D and DB. RGB value is (233,141,219). Sum of RGB (Red+Green+Blue) = 233+141+219=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 141 (55.47% from 255 or 23.78% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DDB is #167224. Grayscale: #B1B1B1. Windows color (decimal): -1471013 or 14388713. OLE color: 14388713.
HSL color Cylindrical-coordinate representation of color #E98DDB: hue angle of 309.13º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98DDB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 219 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 309.13º | 0.68% | 0.73% | - |
| HSV(B) | 309.13º | 0.39% | 0.91% | - |
| XYZ | 55.92 | 41.49 | 72.08 | - |
| YUV | 177.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 219 | 0 | 0.39 | 0.06 | 0.09 | 309.13 | 0.68 | 0.73 |
| Hex | E9 | 8D | DB | 0 | 27 | 6 | 9 | 135 | 44 | 49 |
| Octal | 351 | 215 | 333 | 0 | 47 | 6 | 11 | 465 | 104 | 111 |
| Binary | 11101001 | 10001101 | 11011011 | 0 | 100111 | 110 | 1001 | 100110101 | 1000100 | 1001001 |
Color Harmonies of #E98DDB
Complementary color
Monochromatic Colors of #E98DDB
Black with #E98DDB
Text Example
Text Example
White with #E98DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98DDB; }
p { color: rgb(233,141,219); }
H1.HeaderClassName
{
color: #E98DDB;
}
.AnyTagClassName
{
color: #E98DDB;
}
</style>
background-color css
<style>
a { background-color: #E98DDB; }
a { background-color: rgb(233,141,219); }
div.DivClassName
{
background-color: #E98DDB;
}
.BgClassName
{
background-color: #E98DDB;
}
</style>
border-color css
<style>
span { border-color: #E98DDB; }
span { border-color: rgb(233,141,219); }
td.TdClassName
{
border-color: #E98DDB;
}
.TagClassName
{
border-color: #E98DDB;
}
</style>