Shades of Pale Magenta #E98FDC
Tints of Pale Magenta #E98FDC
RGB
CMYK
RGB Variations
Color information
#E98FDC (or 0xE98FDC) is known color: Pale Magenta. HEX triplet: E9, 8F and DC. RGB value is (233,143,220). Sum of RGB (Red+Green+Blue) = 233+143+220=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E98FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98FDC is #167023. Grayscale: #B2B2B2. Windows color (decimal): -1470500 or 14454761. OLE color: 14454761.
HSL color Cylindrical-coordinate representation of color #E98FDC: hue angle of 308.67º 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 #E98FDC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 220 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.09 |
| HSL | 308.67º | 0.67% | 0.74% | - |
| HSV(B) | 308.67º | 0.39% | 0.91% | - |
| XYZ | 56.35 | 42.14 | 72.87 | - |
| YUV | 178.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 220 | 0 | 0.39 | 0.06 | 0.09 | 308.67 | 0.67 | 0.74 |
| Hex | E9 | 8F | DC | 0 | 27 | 6 | 9 | 135 | 43 | 4A |
| Octal | 351 | 217 | 334 | 0 | 47 | 6 | 11 | 465 | 103 | 112 |
| Binary | 11101001 | 10001111 | 11011100 | 0 | 100111 | 110 | 1001 | 100110101 | 1000011 | 1001010 |
Color Harmonies of #E98FDC
Complementary color
Monochromatic Colors of #E98FDC
Black with #E98FDC
Text Example
Text Example
White with #E98FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98FDC; }
p { color: rgb(233,143,220); }
H1.HeaderClassName
{
color: #E98FDC;
}
.AnyTagClassName
{
color: #E98FDC;
}
</style>
background-color css
<style>
a { background-color: #E98FDC; }
a { background-color: rgb(233,143,220); }
div.DivClassName
{
background-color: #E98FDC;
}
.BgClassName
{
background-color: #E98FDC;
}
</style>
border-color css
<style>
span { border-color: #E98FDC; }
span { border-color: rgb(233,143,220); }
td.TdClassName
{
border-color: #E98FDC;
}
.TagClassName
{
border-color: #E98FDC;
}
</style>