Shades of Pale Magenta #E98CDC
Tints of Pale Magenta #E98CDC
RGB
CMYK
RGB Variations
Color information
#E98CDC (or 0xE98CDC) is known color: Pale Magenta. HEX triplet: E9, 8C and DC. RGB value is (233,140,220). Sum of RGB (Red+Green+Blue) = 233+140+220=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E98CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98CDC is #167323. Grayscale: #B0B0B0. Windows color (decimal): -1471268 or 14453993. OLE color: 14453993.
HSL color Cylindrical-coordinate representation of color #E98CDC: hue angle of 308.39º 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 #E98CDC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 220 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.09 |
| HSL | 308.39º | 0.68% | 0.73% | - |
| HSV(B) | 308.39º | 0.4% | 0.91% | - |
| XYZ | 55.9 | 41.25 | 72.73 | - |
| YUV | 176.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 220 | 0 | 0.40 | 0.06 | 0.09 | 308.39 | 0.68 | 0.73 |
| Hex | E9 | 8C | DC | 0 | 28 | 6 | 9 | 134 | 44 | 49 |
| Octal | 351 | 214 | 334 | 0 | 50 | 6 | 11 | 464 | 104 | 111 |
| Binary | 11101001 | 10001100 | 11011100 | 0 | 101000 | 110 | 1001 | 100110100 | 1000100 | 1001001 |
Color Harmonies of #E98CDC
Complementary color
Monochromatic Colors of #E98CDC
Black with #E98CDC
Text Example
Text Example
White with #E98CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98CDC; }
p { color: rgb(233,140,220); }
H1.HeaderClassName
{
color: #E98CDC;
}
.AnyTagClassName
{
color: #E98CDC;
}
</style>
background-color css
<style>
a { background-color: #E98CDC; }
a { background-color: rgb(233,140,220); }
div.DivClassName
{
background-color: #E98CDC;
}
.BgClassName
{
background-color: #E98CDC;
}
</style>
border-color css
<style>
span { border-color: #E98CDC; }
span { border-color: rgb(233,140,220); }
td.TdClassName
{
border-color: #E98CDC;
}
.TagClassName
{
border-color: #E98CDC;
}
</style>