Shades of Pale Magenta #E98CDE
Tints of Pale Magenta #E98CDE
RGB
CMYK
RGB Variations
Color information
#E98CDE (or 0xE98CDE) is known color: Pale Magenta. HEX triplet: E9, 8C and DE. RGB value is (233,140,222). Sum of RGB (Red+Green+Blue) = 233+140+222=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 140 (55.08% from 255 or 23.53% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E98CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98CDE is #167321. Grayscale: #B0B0B0. Windows color (decimal): -1471266 or 14585065. OLE color: 14585065.
HSL color Cylindrical-coordinate representation of color #E98CDE: hue angle of 307.1º 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 #E98CDE is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 222 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.09 |
| HSL | 307.1º | 0.68% | 0.73% | - |
| HSV(B) | 307.1º | 0.4% | 0.91% | - |
| XYZ | 56.17 | 41.35 | 74.13 | - |
| YUV | 177.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 222 | 0 | 0.40 | 0.05 | 0.09 | 307.1 | 0.68 | 0.73 |
| Hex | E9 | 8C | DE | 0 | 28 | 5 | 9 | 133 | 44 | 49 |
| Octal | 351 | 214 | 336 | 0 | 50 | 5 | 11 | 463 | 104 | 111 |
| Binary | 11101001 | 10001100 | 11011110 | 0 | 101000 | 101 | 1001 | 100110011 | 1000100 | 1001001 |
Color Harmonies of #E98CDE
Complementary color
Monochromatic Colors of #E98CDE
Black with #E98CDE
Text Example
Text Example
White with #E98CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98CDE; }
p { color: rgb(233,140,222); }
H1.HeaderClassName
{
color: #E98CDE;
}
.AnyTagClassName
{
color: #E98CDE;
}
</style>
background-color css
<style>
a { background-color: #E98CDE; }
a { background-color: rgb(233,140,222); }
div.DivClassName
{
background-color: #E98CDE;
}
.BgClassName
{
background-color: #E98CDE;
}
</style>
border-color css
<style>
span { border-color: #E98CDE; }
span { border-color: rgb(233,140,222); }
td.TdClassName
{
border-color: #E98CDE;
}
.TagClassName
{
border-color: #E98CDE;
}
</style>