Shades of Pale Magenta #E98CDB
Tints of Pale Magenta #E98CDB
RGB
CMYK
RGB Variations
Color information
#E98CDB (or 0xE98CDB) is known color: Pale Magenta. HEX triplet: E9, 8C and DB. RGB value is (233,140,219). Sum of RGB (Red+Green+Blue) = 233+140+219=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E98CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98CDB is #167324. Grayscale: #B0B0B0. Windows color (decimal): -1471269 or 14388457. OLE color: 14388457.
HSL color Cylindrical-coordinate representation of color #E98CDB: hue angle of 309.03º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98CDB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 219 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.09 |
| HSL | 309.03º | 0.68% | 0.73% | - |
| HSV(B) | 309.03º | 0.4% | 0.91% | - |
| XYZ | 55.77 | 41.19 | 72.03 | - |
| YUV | 176.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 219 | 0 | 0.40 | 0.06 | 0.09 | 309.03 | 0.68 | 0.73 |
| Hex | E9 | 8C | DB | 0 | 28 | 6 | 9 | 135 | 44 | 49 |
| Octal | 351 | 214 | 333 | 0 | 50 | 6 | 11 | 465 | 104 | 111 |
| Binary | 11101001 | 10001100 | 11011011 | 0 | 101000 | 110 | 1001 | 100110101 | 1000100 | 1001001 |
Color Harmonies of #E98CDB
Complementary color
Monochromatic Colors of #E98CDB
Black with #E98CDB
Text Example
Text Example
White with #E98CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98CDB; }
p { color: rgb(233,140,219); }
H1.HeaderClassName
{
color: #E98CDB;
}
.AnyTagClassName
{
color: #E98CDB;
}
</style>
background-color css
<style>
a { background-color: #E98CDB; }
a { background-color: rgb(233,140,219); }
div.DivClassName
{
background-color: #E98CDB;
}
.BgClassName
{
background-color: #E98CDB;
}
</style>
border-color css
<style>
span { border-color: #E98CDB; }
span { border-color: rgb(233,140,219); }
td.TdClassName
{
border-color: #E98CDB;
}
.TagClassName
{
border-color: #E98CDB;
}
</style>