Shades of Pale Magenta #E98FDD
Tints of Pale Magenta #E98FDD
RGB
CMYK
RGB Variations
Color information
#E98FDD (or 0xE98FDD) is known color: Pale Magenta. HEX triplet: E9, 8F and DD. RGB value is (233,143,221). Sum of RGB (Red+Green+Blue) = 233+143+221=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E98FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98FDD is #167022. Grayscale: #B2B2B2. Windows color (decimal): -1470499 or 14520297. OLE color: 14520297.
HSL color Cylindrical-coordinate representation of color #E98FDD: hue angle of 308º 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 #E98FDD is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 221 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.09 |
| HSL | 308º | 0.67% | 0.74% | - |
| HSV(B) | 308º | 0.39% | 0.91% | - |
| XYZ | 56.48 | 42.19 | 73.57 | - |
| YUV | 178.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 221 | 0 | 0.39 | 0.05 | 0.09 | 308 | 0.67 | 0.74 |
| Hex | E9 | 8F | DD | 0 | 27 | 5 | 9 | 134 | 43 | 4A |
| Octal | 351 | 217 | 335 | 0 | 47 | 5 | 11 | 464 | 103 | 112 |
| Binary | 11101001 | 10001111 | 11011101 | 0 | 100111 | 101 | 1001 | 100110100 | 1000011 | 1001010 |
Color Harmonies of #E98FDD
Complementary color
Monochromatic Colors of #E98FDD
Black with #E98FDD
Text Example
Text Example
White with #E98FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98FDD; }
p { color: rgb(233,143,221); }
H1.HeaderClassName
{
color: #E98FDD;
}
.AnyTagClassName
{
color: #E98FDD;
}
</style>
background-color css
<style>
a { background-color: #E98FDD; }
a { background-color: rgb(233,143,221); }
div.DivClassName
{
background-color: #E98FDD;
}
.BgClassName
{
background-color: #E98FDD;
}
</style>
border-color css
<style>
span { border-color: #E98FDD; }
span { border-color: rgb(233,143,221); }
td.TdClassName
{
border-color: #E98FDD;
}
.TagClassName
{
border-color: #E98FDD;
}
</style>