Shades of Pale Magenta #E98FDB
Tints of Pale Magenta #E98FDB
RGB
CMYK
RGB Variations
Color information
#E98FDB (or 0xE98FDB) is known color: Pale Magenta. HEX triplet: E9, 8F and DB. RGB value is (233,143,219). Sum of RGB (Red+Green+Blue) = 233+143+219=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E98FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98FDB is #167024. Grayscale: #B2B2B2. Windows color (decimal): -1470501 or 14389225. OLE color: 14389225.
HSL color Cylindrical-coordinate representation of color #E98FDB: hue angle of 309.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98FDB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 219 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 309.33º | 0.67% | 0.74% | - |
| HSV(B) | 309.33º | 0.39% | 0.91% | - |
| XYZ | 56.21 | 42.08 | 72.18 | - |
| YUV | 178.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 219 | 0 | 0.39 | 0.06 | 0.09 | 309.33 | 0.67 | 0.74 |
| Hex | E9 | 8F | DB | 0 | 27 | 6 | 9 | 135 | 43 | 4A |
| Octal | 351 | 217 | 333 | 0 | 47 | 6 | 11 | 465 | 103 | 112 |
| Binary | 11101001 | 10001111 | 11011011 | 0 | 100111 | 110 | 1001 | 100110101 | 1000011 | 1001010 |
Color Harmonies of #E98FDB
Complementary color
Monochromatic Colors of #E98FDB
Black with #E98FDB
Text Example
Text Example
White with #E98FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98FDB; }
p { color: rgb(233,143,219); }
H1.HeaderClassName
{
color: #E98FDB;
}
.AnyTagClassName
{
color: #E98FDB;
}
</style>
background-color css
<style>
a { background-color: #E98FDB; }
a { background-color: rgb(233,143,219); }
div.DivClassName
{
background-color: #E98FDB;
}
.BgClassName
{
background-color: #E98FDB;
}
</style>
border-color css
<style>
span { border-color: #E98FDB; }
span { border-color: rgb(233,143,219); }
td.TdClassName
{
border-color: #E98FDB;
}
.TagClassName
{
border-color: #E98FDB;
}
</style>