Shades of Pale Magenta #E98EDF
Tints of Pale Magenta #E98EDF
RGB
CMYK
RGB Variations
Color information
#E98EDF (or 0xE98EDF) is known color: Pale Magenta. HEX triplet: E9, 8E and DF. RGB value is (233,142,223). Sum of RGB (Red+Green+Blue) = 233+142+223=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 142 (55.86% from 255 or 23.75% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EDF is #167120. Grayscale: #B2B2B2. Windows color (decimal): -1470753 or 14651113. OLE color: 14651113.
HSL color Cylindrical-coordinate representation of color #E98EDF: hue angle of 306.59º 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 #E98EDF is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 223 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.09 |
| HSL | 306.59º | 0.67% | 0.74% | - |
| HSV(B) | 306.59º | 0.39% | 0.91% | - |
| XYZ | 56.6 | 42 | 74.94 | - |
| YUV | 178.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 223 | 0 | 0.39 | 0.04 | 0.09 | 306.59 | 0.67 | 0.74 |
| Hex | E9 | 8E | DF | 0 | 27 | 4 | 9 | 133 | 43 | 4A |
| Octal | 351 | 216 | 337 | 0 | 47 | 4 | 11 | 463 | 103 | 112 |
| Binary | 11101001 | 10001110 | 11011111 | 0 | 100111 | 100 | 1001 | 100110011 | 1000011 | 1001010 |
Color Harmonies of #E98EDF
Complementary color
Monochromatic Colors of #E98EDF
Black with #E98EDF
Text Example
Text Example
White with #E98EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98EDF; }
p { color: rgb(233,142,223); }
H1.HeaderClassName
{
color: #E98EDF;
}
.AnyTagClassName
{
color: #E98EDF;
}
</style>
background-color css
<style>
a { background-color: #E98EDF; }
a { background-color: rgb(233,142,223); }
div.DivClassName
{
background-color: #E98EDF;
}
.BgClassName
{
background-color: #E98EDF;
}
</style>
border-color css
<style>
span { border-color: #E98EDF; }
span { border-color: rgb(233,142,223); }
td.TdClassName
{
border-color: #E98EDF;
}
.TagClassName
{
border-color: #E98EDF;
}
</style>