Shades of Pale Magenta #E98DDF
Tints of Pale Magenta #E98DDF
RGB
CMYK
RGB Variations
Color information
#E98DDF (or 0xE98DDF) is known color: Pale Magenta. HEX triplet: E9, 8D and DF. RGB value is (233,141,223). Sum of RGB (Red+Green+Blue) = 233+141+223=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DDF is #167220. Grayscale: #B1B1B1. Windows color (decimal): -1471009 or 14650857. OLE color: 14650857.
HSL color Cylindrical-coordinate representation of color #E98DDF: hue angle of 306.52º 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 #E98DDF is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 223 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.09 |
| HSL | 306.52º | 0.68% | 0.73% | - |
| HSV(B) | 306.52º | 0.39% | 0.91% | - |
| XYZ | 56.45 | 41.7 | 74.89 | - |
| YUV | 177.86 | 153.48 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 223 | 0 | 0.39 | 0.04 | 0.09 | 306.52 | 0.68 | 0.73 |
| Hex | E9 | 8D | DF | 0 | 27 | 4 | 9 | 133 | 44 | 49 |
| Octal | 351 | 215 | 337 | 0 | 47 | 4 | 11 | 463 | 104 | 111 |
| Binary | 11101001 | 10001101 | 11011111 | 0 | 100111 | 100 | 1001 | 100110011 | 1000100 | 1001001 |
Color Harmonies of #E98DDF
Complementary color
Monochromatic Colors of #E98DDF
Black with #E98DDF
Text Example
Text Example
White with #E98DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98DDF; }
p { color: rgb(233,141,223); }
H1.HeaderClassName
{
color: #E98DDF;
}
.AnyTagClassName
{
color: #E98DDF;
}
</style>
background-color css
<style>
a { background-color: #E98DDF; }
a { background-color: rgb(233,141,223); }
div.DivClassName
{
background-color: #E98DDF;
}
.BgClassName
{
background-color: #E98DDF;
}
</style>
border-color css
<style>
span { border-color: #E98DDF; }
span { border-color: rgb(233,141,223); }
td.TdClassName
{
border-color: #E98DDF;
}
.TagClassName
{
border-color: #E98DDF;
}
</style>