Shades of Pale Magenta #E98BDA
Tints of Pale Magenta #E98BDA
RGB
CMYK
RGB Variations
Color information
#E98BDA (or 0xE98BDA) is known color: Pale Magenta. HEX triplet: E9, 8B and DA. RGB value is (233,139,218). Sum of RGB (Red+Green+Blue) = 233+139+218=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BDA is #167425. Grayscale: #AFAFAF. Windows color (decimal): -1471526 or 14322665. OLE color: 14322665.
HSL color Cylindrical-coordinate representation of color #E98BDA: hue angle of 309.57º 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 #E98BDA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 218 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.09 |
| HSL | 309.57º | 0.68% | 0.73% | - |
| HSV(B) | 309.57º | 0.4% | 0.91% | - |
| XYZ | 55.49 | 40.85 | 71.29 | - |
| YUV | 176.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 218 | 0 | 0.40 | 0.06 | 0.09 | 309.57 | 0.68 | 0.73 |
| Hex | E9 | 8B | DA | 0 | 28 | 6 | 9 | 136 | 44 | 49 |
| Octal | 351 | 213 | 332 | 0 | 50 | 6 | 11 | 466 | 104 | 111 |
| Binary | 11101001 | 10001011 | 11011010 | 0 | 101000 | 110 | 1001 | 100110110 | 1000100 | 1001001 |
Color Harmonies of #E98BDA
Complementary color
Monochromatic Colors of #E98BDA
Black with #E98BDA
Text Example
Text Example
White with #E98BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BDA; }
p { color: rgb(233,139,218); }
H1.HeaderClassName
{
color: #E98BDA;
}
.AnyTagClassName
{
color: #E98BDA;
}
</style>
background-color css
<style>
a { background-color: #E98BDA; }
a { background-color: rgb(233,139,218); }
div.DivClassName
{
background-color: #E98BDA;
}
.BgClassName
{
background-color: #E98BDA;
}
</style>
border-color css
<style>
span { border-color: #E98BDA; }
span { border-color: rgb(233,139,218); }
td.TdClassName
{
border-color: #E98BDA;
}
.TagClassName
{
border-color: #E98BDA;
}
</style>