Shades of Pale Magenta #E98BD7
Tints of Pale Magenta #E98BD7
RGB
CMYK
RGB Variations
Color information
#E98BD7 (or 0xE98BD7) is known color: Pale Magenta. HEX triplet: E9, 8B and D7. RGB value is (233,139,215). Sum of RGB (Red+Green+Blue) = 233+139+215=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BD7 is #167428. Grayscale: #AFAFAF. Windows color (decimal): -1471529 or 14126057. OLE color: 14126057.
HSL color Cylindrical-coordinate representation of color #E98BD7: hue angle of 311.49º 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 #E98BD7 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 215 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.09 |
| HSL | 311.49º | 0.68% | 0.73% | - |
| HSV(B) | 311.49º | 0.4% | 0.91% | - |
| XYZ | 55.1 | 40.7 | 69.24 | - |
| YUV | 175.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 215 | 0 | 0.40 | 0.08 | 0.09 | 311.49 | 0.68 | 0.73 |
| Hex | E9 | 8B | D7 | 0 | 28 | 8 | 9 | 137 | 44 | 49 |
| Octal | 351 | 213 | 327 | 0 | 50 | 10 | 11 | 467 | 104 | 111 |
| Binary | 11101001 | 10001011 | 11010111 | 0 | 101000 | 1000 | 1001 | 100110111 | 1000100 | 1001001 |
Color Harmonies of #E98BD7
Complementary color
Monochromatic Colors of #E98BD7
Black with #E98BD7
Text Example
Text Example
White with #E98BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BD7; }
p { color: rgb(233,139,215); }
H1.HeaderClassName
{
color: #E98BD7;
}
.AnyTagClassName
{
color: #E98BD7;
}
</style>
background-color css
<style>
a { background-color: #E98BD7; }
a { background-color: rgb(233,139,215); }
div.DivClassName
{
background-color: #E98BD7;
}
.BgClassName
{
background-color: #E98BD7;
}
</style>
border-color css
<style>
span { border-color: #E98BD7; }
span { border-color: rgb(233,139,215); }
td.TdClassName
{
border-color: #E98BD7;
}
.TagClassName
{
border-color: #E98BD7;
}
</style>