Shades of Pale Magenta #E98EDC
Tints of Pale Magenta #E98EDC
RGB
CMYK
RGB Variations
Color information
#E98EDC (or 0xE98EDC) is known color: Pale Magenta. HEX triplet: E9, 8E and DC. RGB value is (233,142,220). Sum of RGB (Red+Green+Blue) = 233+142+220=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EDC is #167123. Grayscale: #B1B1B1. Windows color (decimal): -1470756 or 14454505. OLE color: 14454505.
HSL color Cylindrical-coordinate representation of color #E98EDC: hue angle of 308.57º 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 #E98EDC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 220 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 308.57º | 0.67% | 0.74% | - |
| HSV(B) | 308.57º | 0.39% | 0.91% | - |
| XYZ | 56.2 | 41.84 | 72.82 | - |
| YUV | 178.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 220 | 0 | 0.39 | 0.06 | 0.09 | 308.57 | 0.67 | 0.74 |
| Hex | E9 | 8E | DC | 0 | 27 | 6 | 9 | 135 | 43 | 4A |
| Octal | 351 | 216 | 334 | 0 | 47 | 6 | 11 | 465 | 103 | 112 |
| Binary | 11101001 | 10001110 | 11011100 | 0 | 100111 | 110 | 1001 | 100110101 | 1000011 | 1001010 |
Color Harmonies of #E98EDC
Complementary color
Monochromatic Colors of #E98EDC
Black with #E98EDC
Text Example
Text Example
White with #E98EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98EDC; }
p { color: rgb(233,142,220); }
H1.HeaderClassName
{
color: #E98EDC;
}
.AnyTagClassName
{
color: #E98EDC;
}
</style>
background-color css
<style>
a { background-color: #E98EDC; }
a { background-color: rgb(233,142,220); }
div.DivClassName
{
background-color: #E98EDC;
}
.BgClassName
{
background-color: #E98EDC;
}
</style>
border-color css
<style>
span { border-color: #E98EDC; }
span { border-color: rgb(233,142,220); }
td.TdClassName
{
border-color: #E98EDC;
}
.TagClassName
{
border-color: #E98EDC;
}
</style>