Shades of Pale Magenta #E98BDF
Tints of Pale Magenta #E98BDF
RGB
CMYK
RGB Variations
Color information
#E98BDF (or 0xE98BDF) is known color: Pale Magenta. HEX triplet: E9, 8B and DF. RGB value is (233,139,223). Sum of RGB (Red+Green+Blue) = 233+139+223=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BDF is #167420. Grayscale: #B0B0B0. Windows color (decimal): -1471521 or 14650345. OLE color: 14650345.
HSL color Cylindrical-coordinate representation of color #E98BDF: hue angle of 306.38º 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 #E98BDF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 223 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.09 |
| HSL | 306.38º | 0.68% | 0.73% | - |
| HSV(B) | 306.38º | 0.4% | 0.91% | - |
| XYZ | 56.16 | 41.12 | 74.79 | - |
| YUV | 176.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 223 | 0 | 0.40 | 0.04 | 0.09 | 306.38 | 0.68 | 0.73 |
| Hex | E9 | 8B | DF | 0 | 28 | 4 | 9 | 132 | 44 | 49 |
| Octal | 351 | 213 | 337 | 0 | 50 | 4 | 11 | 462 | 104 | 111 |
| Binary | 11101001 | 10001011 | 11011111 | 0 | 101000 | 100 | 1001 | 100110010 | 1000100 | 1001001 |
Color Harmonies of #E98BDF
Complementary color
Monochromatic Colors of #E98BDF
Black with #E98BDF
Text Example
Text Example
White with #E98BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BDF; }
p { color: rgb(233,139,223); }
H1.HeaderClassName
{
color: #E98BDF;
}
.AnyTagClassName
{
color: #E98BDF;
}
</style>
background-color css
<style>
a { background-color: #E98BDF; }
a { background-color: rgb(233,139,223); }
div.DivClassName
{
background-color: #E98BDF;
}
.BgClassName
{
background-color: #E98BDF;
}
</style>
border-color css
<style>
span { border-color: #E98BDF; }
span { border-color: rgb(233,139,223); }
td.TdClassName
{
border-color: #E98BDF;
}
.TagClassName
{
border-color: #E98BDF;
}
</style>