Shades of Pale Magenta #E98DD8
Tints of Pale Magenta #E98DD8
RGB
CMYK
RGB Variations
Color information
#E98DD8 (or 0xE98DD8) is known color: Pale Magenta. HEX triplet: E9, 8D and D8. RGB value is (233,141,216). Sum of RGB (Red+Green+Blue) = 233+141+216=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DD8 is #167227. Grayscale: #B0B0B0. Windows color (decimal): -1471016 or 14192105. OLE color: 14192105.
HSL color Cylindrical-coordinate representation of color #E98DD8: hue angle of 311.09º 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 #E98DD8 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 216 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.09 |
| HSL | 311.09º | 0.68% | 0.73% | - |
| HSV(B) | 311.09º | 0.39% | 0.91% | - |
| XYZ | 55.52 | 41.33 | 70.02 | - |
| YUV | 177.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 216 | 0 | 0.39 | 0.07 | 0.09 | 311.09 | 0.68 | 0.73 |
| Hex | E9 | 8D | D8 | 0 | 27 | 7 | 9 | 137 | 44 | 49 |
| Octal | 351 | 215 | 330 | 0 | 47 | 7 | 11 | 467 | 104 | 111 |
| Binary | 11101001 | 10001101 | 11011000 | 0 | 100111 | 111 | 1001 | 100110111 | 1000100 | 1001001 |
Color Harmonies of #E98DD8
Complementary color
Monochromatic Colors of #E98DD8
Black with #E98DD8
Text Example
Text Example
White with #E98DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98DD8; }
p { color: rgb(233,141,216); }
H1.HeaderClassName
{
color: #E98DD8;
}
.AnyTagClassName
{
color: #E98DD8;
}
</style>
background-color css
<style>
a { background-color: #E98DD8; }
a { background-color: rgb(233,141,216); }
div.DivClassName
{
background-color: #E98DD8;
}
.BgClassName
{
background-color: #E98DD8;
}
</style>
border-color css
<style>
span { border-color: #E98DD8; }
span { border-color: rgb(233,141,216); }
td.TdClassName
{
border-color: #E98DD8;
}
.TagClassName
{
border-color: #E98DD8;
}
</style>