Shades of Pale Magenta #E98EDA
Tints of Pale Magenta #E98EDA
RGB
CMYK
RGB Variations
Color information
#E98EDA (or 0xE98EDA) is known color: Pale Magenta. HEX triplet: E9, 8E and DA. RGB value is (233,142,218). Sum of RGB (Red+Green+Blue) = 233+142+218=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EDA is #167125. Grayscale: #B1B1B1. Windows color (decimal): -1470758 or 14323433. OLE color: 14323433.
HSL color Cylindrical-coordinate representation of color #E98EDA: hue angle of 309.89º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98EDA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 218 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 309.89º | 0.67% | 0.74% | - |
| HSV(B) | 309.89º | 0.39% | 0.91% | - |
| XYZ | 55.93 | 41.73 | 71.44 | - |
| YUV | 177.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 218 | 0 | 0.39 | 0.06 | 0.09 | 309.89 | 0.67 | 0.74 |
| Hex | E9 | 8E | DA | 0 | 27 | 6 | 9 | 136 | 43 | 4A |
| Octal | 351 | 216 | 332 | 0 | 47 | 6 | 11 | 466 | 103 | 112 |
| Binary | 11101001 | 10001110 | 11011010 | 0 | 100111 | 110 | 1001 | 100110110 | 1000011 | 1001010 |
Color Harmonies of #E98EDA
Complementary color
Monochromatic Colors of #E98EDA
Black with #E98EDA
Text Example
Text Example
White with #E98EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98EDA; }
p { color: rgb(233,142,218); }
H1.HeaderClassName
{
color: #E98EDA;
}
.AnyTagClassName
{
color: #E98EDA;
}
</style>
background-color css
<style>
a { background-color: #E98EDA; }
a { background-color: rgb(233,142,218); }
div.DivClassName
{
background-color: #E98EDA;
}
.BgClassName
{
background-color: #E98EDA;
}
</style>
border-color css
<style>
span { border-color: #E98EDA; }
span { border-color: rgb(233,142,218); }
td.TdClassName
{
border-color: #E98EDA;
}
.TagClassName
{
border-color: #E98EDA;
}
</style>