Shades of Pale Magenta #E98BDC
Tints of Pale Magenta #E98BDC
RGB
CMYK
RGB Variations
Color information
#E98BDC (or 0xE98BDC) is known color: Pale Magenta. HEX triplet: E9, 8B and DC. RGB value is (233,139,220). Sum of RGB (Red+Green+Blue) = 233+139+220=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BDC is #167423. Grayscale: #B0B0B0. Windows color (decimal): -1471524 or 14453737. OLE color: 14453737.
HSL color Cylindrical-coordinate representation of color #E98BDC: hue angle of 308.3º 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 #E98BDC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 220 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.09 |
| HSL | 308.3º | 0.68% | 0.73% | - |
| HSV(B) | 308.3º | 0.4% | 0.91% | - |
| XYZ | 55.76 | 40.96 | 72.68 | - |
| YUV | 176.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 220 | 0 | 0.40 | 0.06 | 0.09 | 308.3 | 0.68 | 0.73 |
| Hex | E9 | 8B | DC | 0 | 28 | 6 | 9 | 134 | 44 | 49 |
| Octal | 351 | 213 | 334 | 0 | 50 | 6 | 11 | 464 | 104 | 111 |
| Binary | 11101001 | 10001011 | 11011100 | 0 | 101000 | 110 | 1001 | 100110100 | 1000100 | 1001001 |
Color Harmonies of #E98BDC
Complementary color
Monochromatic Colors of #E98BDC
Black with #E98BDC
Text Example
Text Example
White with #E98BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BDC; }
p { color: rgb(233,139,220); }
H1.HeaderClassName
{
color: #E98BDC;
}
.AnyTagClassName
{
color: #E98BDC;
}
</style>
background-color css
<style>
a { background-color: #E98BDC; }
a { background-color: rgb(233,139,220); }
div.DivClassName
{
background-color: #E98BDC;
}
.BgClassName
{
background-color: #E98BDC;
}
</style>
border-color css
<style>
span { border-color: #E98BDC; }
span { border-color: rgb(233,139,220); }
td.TdClassName
{
border-color: #E98BDC;
}
.TagClassName
{
border-color: #E98BDC;
}
</style>