Shades of Pale Magenta #E98BD6
Tints of Pale Magenta #E98BD6
RGB
CMYK
RGB Variations
Color information
#E98BD6 (or 0xE98BD6) is known color: Pale Magenta. HEX triplet: E9, 8B and D6. RGB value is (233,139,214). Sum of RGB (Red+Green+Blue) = 233+139+214=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BD6 is #167429. Grayscale: #AFAFAF. Windows color (decimal): -1471530 or 14060521. OLE color: 14060521.
HSL color Cylindrical-coordinate representation of color #E98BD6: hue angle of 312.13º 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 #E98BD6 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 139 | 214 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.09 |
| HSL | 312.13º | 0.68% | 0.73% | - |
| HSV(B) | 312.13º | 0.4% | 0.91% | - |
| XYZ | 54.97 | 40.64 | 68.57 | - |
| YUV | 175.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 139 | 214 | 0 | 0.40 | 0.08 | 0.09 | 312.13 | 0.68 | 0.73 |
| Hex | E9 | 8B | D6 | 0 | 28 | 8 | 9 | 138 | 44 | 49 |
| Octal | 351 | 213 | 326 | 0 | 50 | 10 | 11 | 470 | 104 | 111 |
| Binary | 11101001 | 10001011 | 11010110 | 0 | 101000 | 1000 | 1001 | 100111000 | 1000100 | 1001001 |
Color Harmonies of #E98BD6
Complementary color
Monochromatic Colors of #E98BD6
Black with #E98BD6
Text Example
Text Example
White with #E98BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98BD6; }
p { color: rgb(233,139,214); }
H1.HeaderClassName
{
color: #E98BD6;
}
.AnyTagClassName
{
color: #E98BD6;
}
</style>
background-color css
<style>
a { background-color: #E98BD6; }
a { background-color: rgb(233,139,214); }
div.DivClassName
{
background-color: #E98BD6;
}
.BgClassName
{
background-color: #E98BD6;
}
</style>
border-color css
<style>
span { border-color: #E98BD6; }
span { border-color: rgb(233,139,214); }
td.TdClassName
{
border-color: #E98BD6;
}
.TagClassName
{
border-color: #E98BD6;
}
</style>